@cedarjs/testing 0.13.0 → 0.14.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.
Files changed (1) hide show
  1. package/package.json +24 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "0.13.0",
3
+ "version": "0.14.1-next.0+d770deb17",
4
4
  "description": "Tools, wrappers and configuration for testing a CedarJS project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -112,6 +112,9 @@
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",
115
118
  "check:attw": "yarn rw-fwtools-attw",
116
119
  "check:package": "concurrently npm:check:attw yarn:publint",
117
120
  "prepublishOnly": "NODE_ENV=production yarn build",
@@ -119,13 +122,13 @@
119
122
  "test:watch": "vitest watch"
120
123
  },
121
124
  "dependencies": {
122
- "@cedarjs/auth": "0.13.0",
123
- "@cedarjs/babel-config": "0.13.0",
124
- "@cedarjs/context": "0.13.0",
125
- "@cedarjs/graphql-server": "0.13.0",
126
- "@cedarjs/project-config": "0.13.0",
127
- "@cedarjs/router": "0.13.0",
128
- "@cedarjs/web": "0.13.0",
125
+ "@cedarjs/auth": "0.14.1-next.0+d770deb17",
126
+ "@cedarjs/babel-config": "0.14.1-next.0+d770deb17",
127
+ "@cedarjs/context": "0.14.1-next.0+d770deb17",
128
+ "@cedarjs/graphql-server": "0.14.1-next.0+d770deb17",
129
+ "@cedarjs/project-config": "0.14.1-next.0+d770deb17",
130
+ "@cedarjs/router": "0.14.1-next.0+d770deb17",
131
+ "@cedarjs/web": "0.14.1-next.0+d770deb17",
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",
@@ -133,6 +136,7 @@
133
136
  "@types/babel-core": "6.25.10",
134
137
  "@types/jest": "29.5.14",
135
138
  "@types/node": "20.19.17",
139
+ "ansis": "4.1.0",
136
140
  "babel-jest": "^29.7.0",
137
141
  "fast-glob": "3.3.3",
138
142
  "jest": "29.7.0",
@@ -144,7 +148,7 @@
144
148
  "whatwg-fetch": "3.6.20"
145
149
  },
146
150
  "devDependencies": {
147
- "@cedarjs/framework-tools": "0.13.0",
151
+ "@cedarjs/framework-tools": "0.14.1-next.1",
148
152
  "concurrently": "8.2.2",
149
153
  "jsdom": "24.1.3",
150
154
  "publint": "0.3.12",
@@ -163,5 +167,15 @@
163
167
  "publishConfig": {
164
168
  "access": "public"
165
169
  },
166
- "gitHead": "d4c79be88cc81bb222625c0841085b878ad47728"
170
+ "gitHead": "d770deb178bcc8061462d136f7d33cdac301f128",
171
+ "nx": {
172
+ "targets": {
173
+ "build": {
174
+ "outputs": [
175
+ "{projectRoot}/dist",
176
+ "{projectRoot}/config"
177
+ ]
178
+ }
179
+ }
180
+ }
167
181
  }