@rechargeapps/storefront-client 0.5.0 → 0.5.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": "@rechargeapps/storefront-client",
3
3
  "description": "Storefront client for Recharge",
4
- "version": "0.5.0",
4
+ "version": "0.5.2",
5
5
  "license": "ISC",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -12,19 +12,6 @@
12
12
  "files": [
13
13
  "/dist"
14
14
  ],
15
- "cdn": {
16
- "distPath": "/assets/storefront/",
17
- "files": [
18
- {
19
- "file": "/dist/umd/recharge-storefront-client.min.js",
20
- "distFileName": "recharge-client.min.js",
21
- "version": true
22
- }
23
- ]
24
- },
25
- "publishConfig": {
26
- "@recharge-packages:registry": "https://gitlab.rechargeapps.net/api/v4/projects/196/packages/npm/"
27
- },
28
15
  "scripts": {
29
16
  "dev": "concurrently 'yarn dev:rollup' 'yarn serve'",
30
17
  "dev:rollup": "NODE_ENV=development rollup -c rollup.config.js --watch",
@@ -34,7 +21,7 @@
34
21
  "test:e2e": "yarn start-server-and-test 'yarn serve' http://localhost:8080 'yarn cypress run --browser=chrome'",
35
22
  "test:watch": "vitest",
36
23
  "deploy": "yarn deploy:cdn && yarn deploy:npm && yarn deploy:gitlab",
37
- "deploy:cdn": "rc-scripts deploy-cdn --package @rechargeapps/storefront-client",
24
+ "deploy:cdn": "rc-scripts cdn deploy",
38
25
  "deploy:gitlab": "rc-scripts deploy-gitlab --package @rechargeapps/storefront-client",
39
26
  "deploy:npm": "rc-scripts deploy-npm --package @rechargeapps/storefront-client",
40
27
  "lint": "eslint '*/**/*.{js,ts}'",