@cedarjs/testing 0.14.1-next.0 → 0.14.1-next.21
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 +10 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "0.14.1-next.
|
|
3
|
+
"version": "0.14.1-next.21+64bba57ea",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a CedarJS project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -112,9 +112,6 @@
|
|
|
112
112
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
113
113
|
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
|
|
114
114
|
"build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
|
|
115
|
-
"cache:analyze": "tsx ./analyze-cache-reports.mts",
|
|
116
|
-
"cache:analyze:detailed": "tsx ./analyze-cache-reports.mts detailed",
|
|
117
|
-
"cache:analyze:history": "tsx ./analyze-cache-reports.mts history",
|
|
118
115
|
"check:attw": "yarn rw-fwtools-attw",
|
|
119
116
|
"check:package": "concurrently npm:check:attw yarn:publint",
|
|
120
117
|
"prepublishOnly": "NODE_ENV=production yarn build",
|
|
@@ -122,13 +119,13 @@
|
|
|
122
119
|
"test:watch": "vitest watch"
|
|
123
120
|
},
|
|
124
121
|
"dependencies": {
|
|
125
|
-
"@cedarjs/auth": "0.14.1-next.
|
|
126
|
-
"@cedarjs/babel-config": "0.14.1-next.
|
|
127
|
-
"@cedarjs/context": "0.14.1-next.
|
|
128
|
-
"@cedarjs/graphql-server": "0.14.1-next.
|
|
129
|
-
"@cedarjs/project-config": "0.14.1-next.
|
|
130
|
-
"@cedarjs/router": "0.14.1-next.
|
|
131
|
-
"@cedarjs/web": "0.14.1-next.
|
|
122
|
+
"@cedarjs/auth": "0.14.1-next.21+64bba57ea",
|
|
123
|
+
"@cedarjs/babel-config": "0.14.1-next.21+64bba57ea",
|
|
124
|
+
"@cedarjs/context": "0.14.1-next.21+64bba57ea",
|
|
125
|
+
"@cedarjs/graphql-server": "0.14.1-next.21+64bba57ea",
|
|
126
|
+
"@cedarjs/project-config": "0.14.1-next.21+64bba57ea",
|
|
127
|
+
"@cedarjs/router": "0.14.1-next.21+64bba57ea",
|
|
128
|
+
"@cedarjs/web": "0.14.1-next.21+64bba57ea",
|
|
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",
|
|
@@ -148,7 +145,7 @@
|
|
|
148
145
|
"whatwg-fetch": "3.6.20"
|
|
149
146
|
},
|
|
150
147
|
"devDependencies": {
|
|
151
|
-
"@cedarjs/framework-tools": "0.14.1-next.
|
|
148
|
+
"@cedarjs/framework-tools": "0.14.1-next.21",
|
|
152
149
|
"concurrently": "8.2.2",
|
|
153
150
|
"jsdom": "24.1.3",
|
|
154
151
|
"publint": "0.3.12",
|
|
@@ -167,7 +164,7 @@
|
|
|
167
164
|
"publishConfig": {
|
|
168
165
|
"access": "public"
|
|
169
166
|
},
|
|
170
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "64bba57eaeb905d9a1cd38be84e8d8459abe15fe",
|
|
171
168
|
"nx": {
|
|
172
169
|
"targets": {
|
|
173
170
|
"build": {
|