@rechargeapps/storefront-client 0.0.14 → 0.0.15

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.0.14",
4
+ "version": "0.0.15",
5
5
  "license": "ISC",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -16,16 +16,16 @@
16
16
  "@recharge-packages:registry": "https://gitlab.rechargeapps.net/api/v4/projects/196/packages/npm/"
17
17
  },
18
18
  "scripts": {
19
- "dev": "yarn dotenv dev:rollup",
19
+ "dev": "yarn dev:rollup",
20
20
  "dev:rollup": "NODE_ENV=development rollup -c rollup.config.js --watch",
21
21
  "build:rollup": "rm -rf dist && NODE_ENV=production rollup -c rollup.config.js",
22
- "build": "yarn dotenv build:rollup",
23
- "dotenv": "dotenv-run-script .env_vars --",
22
+ "build": "yarn build:rollup",
24
23
  "test": "vitest run --coverage",
25
24
  "test:watch": "vitest",
26
- "release": "rc-scripts release --package @recharge-packages/storefront-client",
27
- "deploy": "rc-scripts deploy --package @recharge-packages/storefront-client",
28
- "lint": "eslint '*/**/*.{js,ts}'"
25
+ "release": "rc-scripts release --package @rechargeapps/storefront-client",
26
+ "deploy": "rc-scripts deploy --package @rechargeapps/storefront-client -r npm -r gitlab",
27
+ "lint": "eslint '*/**/*.{js,ts}'",
28
+ "typecheck": "tsc --noEmit && tsc --project tsconfig.test.json --noEmit"
29
29
  },
30
30
  "dependencies": {
31
31
  "@recharge-packages/bundling-data": "2.1.0",
@@ -36,13 +36,12 @@
36
36
  "devDependencies": {
37
37
  "@recharge-packages/eslint-config": "*",
38
38
  "@recharge-packages/scripts": "*",
39
+ "@recharge-packages/tsconfig": "*",
39
40
  "@rollup/plugin-commonjs": "22.0.1",
40
41
  "@rollup/plugin-node-resolve": "13.3.0",
41
- "@rollup/plugin-replace": "4.0.0",
42
42
  "@types/lodash": "4.14.182",
43
43
  "@types/qs": "6.9.7",
44
44
  "c8": "7.12.0",
45
- "dotenv-run-script": "0.2.0",
46
45
  "esbuild": "0.14.49",
47
46
  "rollup": "2.75.7",
48
47
  "rollup-plugin-dts": "4.2.2",