@rechargeapps/storefront-client 1.3.0 → 1.3.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": "1.3.0",
4
+ "version": "1.3.2",
5
5
  "author": "Recharge Inc.",
6
6
  "license": "MIT",
7
7
  "main": "dist/cjs/index.js",
@@ -14,14 +14,14 @@
14
14
  "/dist"
15
15
  ],
16
16
  "scripts": {
17
- "dev": "concurrently 'yarn dev:rollup' 'yarn serve'",
17
+ "dev": "concurrently 'pnpm dev:rollup' 'pnpm serve'",
18
18
  "dev:rollup": "NODE_ENV=development rollup -c rollup.config.js --watch",
19
19
  "build": "rm -rf dist && NODE_ENV=production rollup -c rollup.config.js",
20
- "serve": "yarn http-server ./dist",
20
+ "serve": "http-server ./dist",
21
21
  "test": "vitest run --coverage",
22
- "test:e2e": "yarn start-server-and-test 'yarn serve' http://localhost:8080 'yarn cypress run --browser=chrome'",
22
+ "test:e2e": "start-server-and-test 'pnpm serve' http://localhost:8080 'pnpm cypress run --browser=chrome'",
23
23
  "test:watch": "vitest",
24
- "deploy": "yarn deploy:cdn && yarn deploy:npm",
24
+ "deploy": "pnpm deploy:cdn && pnpm deploy:npm",
25
25
  "deploy:cdn": "rc-scripts cdn deploy",
26
26
  "deploy:npm": "rc-scripts deploy-npm --package @rechargeapps/storefront-client",
27
27
  "lint": "eslint '*/**/*.{js,ts}'",
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "isomorphic-fetch": "3.0.0",
33
- "js-xdr": "1.3.0",
33
+ "js-xdr": "2.0.0",
34
34
  "lodash": "4.17.21",
35
35
  "nanoid": "3.3.4",
36
36
  "qs": "6.11.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@recharge-packages/eslint-config": "^2.2.2",
40
- "@recharge-packages/prettier-config": "*",
41
- "@recharge-packages/scripts": "*",
42
- "@recharge-packages/tsconfig": "*",
39
+ "@recharge-packages/eslint-config": "2.2.2",
40
+ "@recharge-packages/prettier-config": "1.2.0",
41
+ "@recharge-packages/scripts": "workspace:*",
42
+ "@recharge-packages/tsconfig": "workspace:*",
43
43
  "@rollup/plugin-commonjs": "22.0.1",
44
44
  "@rollup/plugin-node-resolve": "13.3.0",
45
45
  "@types/lodash": "4.14.182",
@@ -49,6 +49,7 @@
49
49
  "cypress": "11.1.0",
50
50
  "esbuild": "0.14.49",
51
51
  "http-server": "14.1.1",
52
+ "jsdom": "22.0.0",
52
53
  "rollup": "2.75.7",
53
54
  "rollup-plugin-banner": "0.2.1",
54
55
  "rollup-plugin-dts": "4.2.2",