@cedarjs/testing 0.10.1-next.11 → 0.10.1-rc.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 +16 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "0.10.1-
|
|
3
|
+
"version": "0.10.1-rc.0+893516c1d",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a CedarJS project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -104,11 +104,14 @@
|
|
|
104
104
|
},
|
|
105
105
|
"files": [
|
|
106
106
|
"config",
|
|
107
|
+
"web",
|
|
108
|
+
"api",
|
|
109
|
+
"cache",
|
|
107
110
|
"dist"
|
|
108
111
|
],
|
|
109
112
|
"scripts": {
|
|
110
|
-
"build": "tsx ./build.mts && yarn build:types
|
|
111
|
-
"build:pack": "
|
|
113
|
+
"build": "tsx ./build.mts && yarn build:types",
|
|
114
|
+
"build:pack": "yarn pack -o cedarjs-testing.tgz",
|
|
112
115
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
113
116
|
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
|
|
114
117
|
"build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
|
|
@@ -119,13 +122,13 @@
|
|
|
119
122
|
"test:watch": "vitest watch"
|
|
120
123
|
},
|
|
121
124
|
"dependencies": {
|
|
122
|
-
"@cedarjs/auth": "0.10.1-
|
|
123
|
-
"@cedarjs/babel-config": "0.10.1-
|
|
124
|
-
"@cedarjs/context": "0.10.1-
|
|
125
|
-
"@cedarjs/graphql-server": "0.10.1-
|
|
126
|
-
"@cedarjs/project-config": "0.10.1-
|
|
127
|
-
"@cedarjs/router": "0.10.1-
|
|
128
|
-
"@cedarjs/web": "0.10.1-
|
|
125
|
+
"@cedarjs/auth": "0.10.1-rc.0+893516c1d",
|
|
126
|
+
"@cedarjs/babel-config": "0.10.1-rc.0+893516c1d",
|
|
127
|
+
"@cedarjs/context": "0.10.1-rc.0+893516c1d",
|
|
128
|
+
"@cedarjs/graphql-server": "0.10.1-rc.0+893516c1d",
|
|
129
|
+
"@cedarjs/project-config": "0.10.1-rc.0+893516c1d",
|
|
130
|
+
"@cedarjs/router": "0.10.1-rc.0+893516c1d",
|
|
131
|
+
"@cedarjs/web": "0.10.1-rc.0+893516c1d",
|
|
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,11 +147,11 @@
|
|
|
144
147
|
"whatwg-fetch": "3.6.20"
|
|
145
148
|
},
|
|
146
149
|
"devDependencies": {
|
|
147
|
-
"@cedarjs/framework-tools": "0.10.1
|
|
150
|
+
"@cedarjs/framework-tools": "0.10.1",
|
|
148
151
|
"concurrently": "8.2.2",
|
|
149
152
|
"jsdom": "24.1.3",
|
|
150
153
|
"publint": "0.3.12",
|
|
151
|
-
"tsx": "4.20.
|
|
154
|
+
"tsx": "4.20.4",
|
|
152
155
|
"typescript": "5.6.2",
|
|
153
156
|
"vitest": "3.2.4"
|
|
154
157
|
},
|
|
@@ -163,5 +166,5 @@
|
|
|
163
166
|
"publishConfig": {
|
|
164
167
|
"access": "public"
|
|
165
168
|
},
|
|
166
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "893516c1de9247c70edef62d7791bd7da4765213"
|
|
167
170
|
}
|