@cedarjs/testing 1.0.0-canary.12619 → 1.0.0-canary.12622
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12622+36082c6f1",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -104,9 +104,6 @@
|
|
|
104
104
|
},
|
|
105
105
|
"files": [
|
|
106
106
|
"config",
|
|
107
|
-
"web",
|
|
108
|
-
"api",
|
|
109
|
-
"cache",
|
|
110
107
|
"dist"
|
|
111
108
|
],
|
|
112
109
|
"scripts": {
|
|
@@ -122,13 +119,13 @@
|
|
|
122
119
|
"test:watch": "vitest watch"
|
|
123
120
|
},
|
|
124
121
|
"dependencies": {
|
|
125
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
126
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
127
|
-
"@cedarjs/context": "1.0.0-canary.
|
|
128
|
-
"@cedarjs/graphql-server": "1.0.0-canary.
|
|
129
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
130
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
131
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
122
|
+
"@cedarjs/auth": "1.0.0-canary.12622",
|
|
123
|
+
"@cedarjs/babel-config": "1.0.0-canary.12622",
|
|
124
|
+
"@cedarjs/context": "1.0.0-canary.12622",
|
|
125
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12622",
|
|
126
|
+
"@cedarjs/project-config": "1.0.0-canary.12622",
|
|
127
|
+
"@cedarjs/router": "1.0.0-canary.12622",
|
|
128
|
+
"@cedarjs/web": "1.0.0-canary.12622",
|
|
132
129
|
"@testing-library/jest-dom": "6.5.0",
|
|
133
130
|
"@testing-library/react": "14.3.1",
|
|
134
131
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -147,7 +144,7 @@
|
|
|
147
144
|
"whatwg-fetch": "3.6.20"
|
|
148
145
|
},
|
|
149
146
|
"devDependencies": {
|
|
150
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
147
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12622",
|
|
151
148
|
"concurrently": "8.2.2",
|
|
152
149
|
"jsdom": "24.1.3",
|
|
153
150
|
"publint": "0.3.12",
|
|
@@ -163,5 +160,8 @@
|
|
|
163
160
|
"optional": true
|
|
164
161
|
}
|
|
165
162
|
},
|
|
166
|
-
"
|
|
163
|
+
"publishConfig": {
|
|
164
|
+
"access": "public"
|
|
165
|
+
},
|
|
166
|
+
"gitHead": "36082c6f1c2dd4062d39e9767800832d2d04ec6a"
|
|
167
167
|
}
|