@storm-software/testing-tools 1.119.222 → 1.119.223
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 +19 -19
package/package.json
CHANGED
|
@@ -1,24 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/testing-tools",
|
|
3
|
-
"version": "1.119.
|
|
4
|
-
"
|
|
3
|
+
"version": "1.119.223",
|
|
4
|
+
"private": false,
|
|
5
5
|
"description": "A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"monorepo",
|
|
8
|
+
"jest",
|
|
9
|
+
"playwright",
|
|
10
|
+
"storm",
|
|
11
|
+
"storm-ops",
|
|
12
|
+
"sullivanpj"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://stormsoftware.com",
|
|
15
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
6
16
|
"repository": {
|
|
7
17
|
"type": "github",
|
|
8
|
-
"url": "https://github.com/storm-software/storm-ops",
|
|
18
|
+
"url": "https://github.com/storm-software/storm-ops.git",
|
|
9
19
|
"directory": "packages/testing-tools"
|
|
10
20
|
},
|
|
11
|
-
"
|
|
12
|
-
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
21
|
+
"license": "Apache-2.0",
|
|
13
22
|
"author": {
|
|
14
23
|
"name": "Storm Software",
|
|
15
24
|
"email": "contact@stormsoftware.com",
|
|
16
25
|
"url": "https://stormsoftware.com"
|
|
17
26
|
},
|
|
18
|
-
"
|
|
19
|
-
"private": false,
|
|
20
|
-
"main": "./dist/index.cjs",
|
|
21
|
-
"module": "./dist/index.js",
|
|
27
|
+
"type": "module",
|
|
22
28
|
"exports": {
|
|
23
29
|
"./jest/__mocks__/*.js": "./jest/__mocks__/*.js",
|
|
24
30
|
".": {
|
|
@@ -136,17 +142,10 @@
|
|
|
136
142
|
}
|
|
137
143
|
}
|
|
138
144
|
},
|
|
145
|
+
"main": "./dist/index.cjs",
|
|
146
|
+
"module": "./dist/index.js",
|
|
139
147
|
"types": "./dist/index.d.ts",
|
|
140
148
|
"files": ["dist/**/*"],
|
|
141
|
-
"keywords": [
|
|
142
|
-
"monorepo",
|
|
143
|
-
"jest",
|
|
144
|
-
"playwright",
|
|
145
|
-
"storm",
|
|
146
|
-
"storm-ops",
|
|
147
|
-
"sullivanpj"
|
|
148
|
-
],
|
|
149
|
-
"peerDependencies": { "@nx/jest": "22.7.5", "jest": "30.0.5" },
|
|
150
149
|
"dependencies": { "defu": "^6.1.7", "mlly": "^1.8.2" },
|
|
151
150
|
"devDependencies": {
|
|
152
151
|
"@nx/jest": "22.7.5",
|
|
@@ -154,6 +153,7 @@
|
|
|
154
153
|
"jest": "30.0.5",
|
|
155
154
|
"jest-resolve": "30.0.5"
|
|
156
155
|
},
|
|
156
|
+
"peerDependencies": { "@nx/jest": "22.7.5", "jest": "30.0.5" },
|
|
157
157
|
"publishConfig": { "access": "public" },
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "fdea267e4dc6eba5a25455d10238ec64177ed701"
|
|
159
159
|
}
|