@commercetools-frontend/cypress-environments 0.1.9 → 1.0.1
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 +1 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -59,8 +59,7 @@ cypress/config
|
|
|
59
59
|
|──── .env.secrets.ci (Decrypred from `*.enc`)
|
|
60
60
|
|──── .env.config.local.template
|
|
61
61
|
|──── .env.secrets.local.template
|
|
62
|
-
|
|
63
|
-
└── vw_production_aws_eu-central-1_v1
|
|
62
|
+
└── ctp_production_aws_eu-central-1_v1
|
|
64
63
|
```
|
|
65
64
|
|
|
66
65
|
Would load the values from `.env.config` anytime the environment is `ctp_production_gcp_europe-west1_v1`. Additionally on CI (when `CI=true`) it would load the `.env.secrets.ci` file, otherwise it would attempt to load values from `.env.config.local` and `.env.secrets.local` (assuming they have been properly configured - see `*.template` files for reference).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/cypress-environments",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Cypress package to setup environment configuration using dotenv files",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"@babel/core": "^7.22.11",
|
|
20
20
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
21
21
|
"cosmiconfig": "9.0.0",
|
|
22
|
-
"dotenv": "
|
|
23
|
-
"glob": "
|
|
22
|
+
"dotenv": "17.2.3",
|
|
23
|
+
"glob": "13.0.0",
|
|
24
24
|
"pkg-dir": "5.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@tsconfig/node20": "20.1.6",
|
|
28
28
|
"@types/glob": "8.1.0",
|
|
29
|
-
"@types/node": "
|
|
29
|
+
"@types/node": "24.1.0",
|
|
30
30
|
"typescript": "5.2.2"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|