@rechargeapps/storefront-client 0.6.0 → 0.6.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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -61,3 +61,9 @@ You can run the e2e tests 2 ways.
|
|
|
61
61
|
|
|
62
62
|
1. You can run via `yarn test:e2e --filter @rechargeapps/storefront-client` which will automatically start up the server needed and run through the tests on the command line.
|
|
63
63
|
2. Run `yarn build --filter @rechargeapps/storefront-client` to make sure you are using the latest build. You then need to host those files locally in a window via `yarn workspace @rechargeapps/storefront-client serve`. Then run `yarn workspace @rechargeapps/storefront-client cypress open` in another to get the GUI for cypress and run the tests.
|
|
64
|
+
|
|
65
|
+
## Deploys
|
|
66
|
+
|
|
67
|
+
- Not deployed to a stage environment
|
|
68
|
+
- Deployed via NPM, Gitlab, and CDN. All are versioned.
|
|
69
|
+
- No rollbacks needed, just fix the bug and release a new version.
|
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.6.
|
|
4
|
+
"version": "0.6.2",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"qs": "6.11.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@recharge-packages/eslint-config": "
|
|
39
|
+
"@recharge-packages/eslint-config": "^2.1.1",
|
|
40
40
|
"@recharge-packages/prettier-config": "*",
|
|
41
41
|
"@recharge-packages/scripts": "*",
|
|
42
42
|
"@recharge-packages/tsconfig": "*",
|