@zohodesk/testinglibrary 0.1.5-exp.5 → 0.1.6

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/changelog.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
4
 
5
+ # 0.1.6
6
+
7
+ **Enhancements**
8
+ - New Command option Added `--edition`.
9
+ - New Configuration Added `editionOrder`.
10
+ `In uat.config.js, editionOrder: ['Free', 'Express']`
11
+ - Cache Layer added
12
+
13
+ **USAGE**
14
+ - npm run uat --edition="Free"
15
+
16
+
17
+
5
18
  # 0.1.5
6
19
 
7
20
  **Enhancements**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.5-exp.5",
3
+ "version": "0.1.6",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -3347,11 +3347,6 @@
3347
3347
  "source-map": "~0.6.1"
3348
3348
  }
3349
3349
  },
3350
- "esm": {
3351
- "version": "3.2.25",
3352
- "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
3353
- "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA=="
3354
- },
3355
3350
  "esprima": {
3356
3351
  "version": "4.0.1",
3357
3352
  "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
@@ -3861,14 +3856,6 @@
3861
3856
  "resolve-cwd": "^3.0.0"
3862
3857
  }
3863
3858
  },
3864
- "import-sync": {
3865
- "version": "2.1.2",
3866
- "resolved": "https://registry.npmjs.org/import-sync/-/import-sync-2.1.2.tgz",
3867
- "integrity": "sha512-Zz48pnwt7D6HWI/OV2J8FRCtalVJYWvQiJDEatimu9CcqEpNJNYmij9FfY+PktWHgGzTR+Bs9igYxRbKdyMaTQ==",
3868
- "requires": {
3869
- "esm": "^3.2.25"
3870
- }
3871
- },
3872
3859
  "imurmurhash": {
3873
3860
  "version": "0.1.4",
3874
3861
  "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.5-exp.5",
3
+ "version": "0.1.6",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -29,7 +29,6 @@
29
29
  "babel-jest": "29.6.2",
30
30
  "babel-plugin-transform-dynamic-import": "2.1.0",
31
31
  "fast-glob": "3.3.1",
32
- "import-sync": "^2.1.2",
33
32
  "jest": "29.6.2",
34
33
  "jest-environment-jsdom": "29.6.2",
35
34
  "msw": "1.2.3",