@zohodesk/testinglibrary 0.0.35-n20-experimental → 0.0.36-n20-experimental

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.35-n20-experimental",
3
+ "version": "0.0.36-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.35-n20-experimental",
9
+ "version": "0.0.36-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@playwright/test": "1.56.1",
16
16
  "@reportportal/agent-js-playwright": "5.2.2",
17
17
  "@testing-library/jest-dom": "6.9.1",
18
- "@zohodesk/unit-testing-framework": "0.0.12-experimental",
18
+ "@zohodesk/unit-testing-framework": "0.0.13-experimental",
19
19
  "babel-jest": "30.2.0",
20
20
  "babel-plugin-transform-dynamic-import": "2.1.0",
21
21
  "fast-glob": "3.3.3",
@@ -3816,9 +3816,9 @@
3816
3816
  ]
3817
3817
  },
3818
3818
  "node_modules/@zohodesk/unit-testing-framework": {
3819
- "version": "0.0.12-experimental",
3820
- "resolved": "https://registry.npmjs.org/@zohodesk/unit-testing-framework/-/unit-testing-framework-0.0.12-experimental.tgz",
3821
- "integrity": "sha512-lVDo1g2MBTPHeV9GW2sTTrvgaXEb4dp4qbuZ43bVyjMneK2K1cyRI92GtrNtoXLk7fgQpd3oeUzFhlPvNOjBXQ==",
3819
+ "version": "0.0.13-experimental",
3820
+ "resolved": "https://registry.npmjs.org/@zohodesk/unit-testing-framework/-/unit-testing-framework-0.0.13-experimental.tgz",
3821
+ "integrity": "sha512-Zi8Dxgcuwm28nEAUZCY6U0VxjiBxBQCN7vI7N67NyFqNJMPxWkL8galOLM0LDKAyUYXFC49Dg1FO7Gs4rg2fUQ==",
3822
3822
  "license": "MIT",
3823
3823
  "dependencies": {
3824
3824
  "@babel/core": "7.29.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.35-n20-experimental",
3
+ "version": "0.0.36-n20-experimental",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node bin/postinstall.js",
@@ -26,7 +26,7 @@
26
26
  "@playwright/test": "1.56.1",
27
27
  "@reportportal/agent-js-playwright": "5.2.2",
28
28
  "@testing-library/jest-dom": "6.9.1",
29
- "@zohodesk/unit-testing-framework": "0.0.12-experimental",
29
+ "@zohodesk/unit-testing-framework": "0.0.13-experimental",
30
30
  "babel-jest": "30.2.0",
31
31
  "babel-plugin-transform-dynamic-import": "2.1.0",
32
32
  "fast-glob": "3.3.3",