@cedarjs/testing 0.0.5 → 1.0.0-canary.12245
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 +12 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Tools, wrappers and configuration for testing a
|
|
3
|
+
"version": "1.0.0-canary.12245+706940287",
|
|
4
|
+
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsx ./build.mts && yarn build:types",
|
|
21
|
-
"build:pack": "yarn pack -o
|
|
21
|
+
"build:pack": "yarn pack -o cedarjs-testing.tgz",
|
|
22
22
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
23
23
|
"build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
|
|
24
24
|
"check:attw": "yarn rw-fwtools-attw",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"test:watch": "vitest watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@cedarjs/auth": "0.0.
|
|
32
|
-
"@cedarjs/babel-config": "0.0.
|
|
33
|
-
"@cedarjs/context": "0.0.
|
|
34
|
-
"@cedarjs/graphql-server": "0.0.
|
|
35
|
-
"@cedarjs/project-config": "0.0.
|
|
36
|
-
"@cedarjs/router": "0.0.
|
|
37
|
-
"@cedarjs/web": "0.0.
|
|
31
|
+
"@cedarjs/auth": "1.0.0-canary.12245",
|
|
32
|
+
"@cedarjs/babel-config": "1.0.0-canary.12245",
|
|
33
|
+
"@cedarjs/context": "1.0.0-canary.12245",
|
|
34
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12245",
|
|
35
|
+
"@cedarjs/project-config": "1.0.0-canary.12245",
|
|
36
|
+
"@cedarjs/router": "1.0.0-canary.12245",
|
|
37
|
+
"@cedarjs/web": "1.0.0-canary.12245",
|
|
38
38
|
"@testing-library/jest-dom": "6.5.0",
|
|
39
39
|
"@testing-library/react": "14.3.1",
|
|
40
40
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"whatwg-fetch": "3.6.20"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@cedarjs/framework-tools": "0.0.
|
|
55
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12245",
|
|
56
56
|
"concurrently": "8.2.2",
|
|
57
57
|
"jsdom": "24.1.3",
|
|
58
58
|
"publint": "0.3.11",
|
|
@@ -60,8 +60,5 @@
|
|
|
60
60
|
"typescript": "5.6.2",
|
|
61
61
|
"vitest": "2.1.9"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"access": "public"
|
|
65
|
-
},
|
|
66
|
-
"gitHead": "f30c8374515a740c7fc7a09530f28abfd777035c"
|
|
63
|
+
"gitHead": "7069402874ee21cec078b429514ebb1b273e4031"
|
|
67
64
|
}
|