remove package json index and typings fields (#277)
* remove package json index and typings fields * add missing util export * Remove legacy util export
This commit is contained in:
parent
53f70180a6
commit
357557a1f7
3 changed files with 10 additions and 7 deletions
5
.changeset/kind-jeans-double.md
Normal file
5
.changeset/kind-jeans-double.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@saleor/app-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Removed unused package.json's index and typing, which were never built and bundled
|
5
.changeset/wise-wombats-bake.md
Normal file
5
.changeset/wise-wombats-bake.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@saleor/app-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Removed exported "util" that was never bundled
|
|
@ -2,8 +2,6 @@
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.43.0",
|
"version": "0.43.0",
|
||||||
"description": "SDK for building great Saleor Apps",
|
"description": "SDK for building great Saleor Apps",
|
||||||
"types": "index.d.ts",
|
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "pnpm build",
|
"prepublishOnly": "pnpm build",
|
||||||
"watch": "tsup --watch",
|
"watch": "tsup --watch",
|
||||||
|
@ -112,11 +110,6 @@
|
||||||
"import": "./app-bridge/next/index.mjs",
|
"import": "./app-bridge/next/index.mjs",
|
||||||
"require": "./app-bridge/next/index.js"
|
"require": "./app-bridge/next/index.js"
|
||||||
},
|
},
|
||||||
"./util": {
|
|
||||||
"types": "./util/index.d.ts",
|
|
||||||
"import": "./util/index.mjs",
|
|
||||||
"require": "./util/index.js"
|
|
||||||
},
|
|
||||||
"./handlers/next": {
|
"./handlers/next": {
|
||||||
"types": "./handlers/next/index.d.ts",
|
"types": "./handlers/next/index.d.ts",
|
||||||
"import": "./handlers/next/index.mjs",
|
"import": "./handlers/next/index.mjs",
|
||||||
|
|
Loading…
Reference in a new issue