@addon-pass/sdk 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,7 +6,7 @@ The SDK is currently a Base Sepolia `0.x` release. Install the reviewed public
6
6
  package directly:
7
7
 
8
8
  ```sh
9
- pnpm add @addon-pass/sdk@0.1.4
9
+ pnpm add @addon-pass/sdk@0.1.5
10
10
  ```
11
11
 
12
12
  The public SDK repository contains only middleware source. The AddonPass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@addon-pass/sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Fail-closed entitlement middleware for private Stremio add-ons using AddonPass.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,15 +19,15 @@
19
19
  "exports": {
20
20
  ".": {
21
21
  "types": "./dist/index.d.ts",
22
- "import": "./dist/index.js"
22
+ "default": "./dist/index.js"
23
23
  },
24
24
  "./express": {
25
25
  "types": "./dist/express.d.ts",
26
- "import": "./dist/express.js"
26
+ "default": "./dist/express.js"
27
27
  },
28
28
  "./fastify": {
29
29
  "types": "./dist/fastify.d.ts",
30
- "import": "./dist/fastify.js"
30
+ "default": "./dist/fastify.js"
31
31
  }
32
32
  },
33
33
  "files": [