@namiml/web-sdk 3.3.9-dev.202603130039 → 3.3.9-dev.202603131532

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 (1) hide show
  1. package/package.json +7 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@namiml/web-sdk",
3
3
  "type": "module",
4
- "version": "3.3.9-dev.202603130039",
4
+ "version": "3.3.9-dev.202603131532",
5
5
  "source": "src/nami-web.ts",
6
6
  "description": "Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web",
7
7
  "scripts": {
@@ -13,15 +13,12 @@
13
13
  "build": "NAMI_SDK_ENV=production rollup -c",
14
14
  "build:dev": "NAMI_SDK_ENV=development rollup -c",
15
15
  "build:prod": "NAMI_SDK_ENV=production rollup -c",
16
- "react-dev": "yarn build:dev && yarn copy-react && cd examples/react-demo && yarn start",
17
- "react-prod": "yarn build:dev && yarn copy-react && cd examples/react-demo && yarn start",
18
- "vue-dev": "yarn build:dev && yarn copy-vue && cd examples/vue-demo && yarn serve",
19
- "vue-prod": "yarn build:dev && yarn copy-vue && cd examples/vue-demo && yarn serve",
20
- "lit-dev": "yarn build:dev && yarn copy-lit && cd examples/lit && yarn serve",
21
- "lit-prod": "yarn build:dev && yarn copy-lit && cd examples/lit && yarn serve",
22
- "copy-react": "cd examples/react-demo/src && rm -rf nami-dist && mkdir nami-dist && cp -r ../../../dist/nami-web.* nami-dist/",
23
- "copy-lit": "cd examples/lit && rm -rf nami-dist && mkdir nami-dist && cp -r ../../dist/nami-web.mjs nami-dist/",
24
- "copy-vue": "cd examples/vue-demo && rm -rf nami-dist && mkdir nami-dist && cp -r ../../dist/nami-web.* nami-dist/"
16
+ "react-dev": "yarn build:dev && cd examples/react-demo && yarn start",
17
+ "react-prod": "yarn build:dev && cd examples/react-demo && yarn start",
18
+ "vue-dev": "yarn build:dev && cd examples/vue-demo && yarn serve",
19
+ "vue-prod": "yarn build:dev && cd examples/vue-demo && yarn serve",
20
+ "lit-dev": "yarn build:dev && cd examples/lit && yarn serve",
21
+ "lit-prod": "yarn build:dev && cd examples/lit && yarn serve"
25
22
  },
26
23
  "main": "./dist/nami-web.cjs",
27
24
  "module": "./dist/nami-web.mjs",