learn-secrets-sdk 1.10.0 → 1.11.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "learn-secrets-sdk",
3
- "version": "1.10.0",
4
- "description": "Secure API proxy SDK with Cloudflare Worker deployment for static sites",
3
+ "version": "1.11.2",
4
+ "description": "Secrets management SDK for static sites with Learn platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "typescript": "^5.0.0"
40
40
  },
41
41
  "scripts": {
42
- "build": "tsup src/index.ts --format esm,iife --dts --minify --global-name SecretsSDK && tsup src/cli/index.ts --format esm --dts --out-dir dist/cli --external commander",
42
+ "build": "tsup src/index.ts --format esm --dts && tsup src/browser.ts --format iife --minify --global-name SecretsSDK && tsup src/cli/index.ts --format esm --dts --out-dir dist/cli --external commander",
43
43
  "prepublishOnly": "npm run build"
44
44
  }
45
45
  }