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