Skip to content

Commit

Permalink
remove package json index and typings fields (#277)
Browse files Browse the repository at this point in the history
* remove package json index and typings fields

* add missing util export

* Remove legacy util export
  • Loading branch information
lkostrowski authored Aug 24, 2023
1 parent 53f7018 commit 357557a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-jeans-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---

Removed unused package.json's index and typing, which were never built and bundled
5 changes: 5 additions & 0 deletions .changeset/wise-wombats-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---

Removed exported "util" that was never bundled
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"name": "@saleor/app-sdk",
"version": "0.43.0",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",
"scripts": {
"prepublishOnly": "pnpm build",
"watch": "tsup --watch",
Expand Down Expand Up @@ -112,11 +110,6 @@
"import": "./app-bridge/next/index.mjs",
"require": "./app-bridge/next/index.js"
},
"./util": {
"types": "./util/index.d.ts",
"import": "./util/index.mjs",
"require": "./util/index.js"
},
"./handlers/next": {
"types": "./handlers/next/index.d.ts",
"import": "./handlers/next/index.mjs",
Expand Down

0 comments on commit 357557a

Please sign in to comment.