@cedarjs/testing 1.0.0-canary.12573 → 1.0.0-canary.12575

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 +12 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "1.0.0-canary.12573+95b61c8a9",
3
+ "version": "1.0.0-canary.12575+832c57eba",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -113,7 +113,7 @@
113
113
  "build": "tsx ./build.mts && yarn build:types",
114
114
  "build:pack": "yarn pack -o cedarjs-testing.tgz",
115
115
  "build:types": "tsc --build --verbose ./tsconfig.build.json",
116
- "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
116
+ "build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
117
117
  "build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
118
118
  "check:attw": "yarn rw-fwtools-attw",
119
119
  "check:package": "concurrently npm:check:attw yarn:publint",
@@ -122,13 +122,13 @@
122
122
  "test:watch": "vitest watch"
123
123
  },
124
124
  "dependencies": {
125
- "@cedarjs/auth": "1.0.0-canary.12573",
126
- "@cedarjs/babel-config": "1.0.0-canary.12573",
127
- "@cedarjs/context": "1.0.0-canary.12573",
128
- "@cedarjs/graphql-server": "1.0.0-canary.12573",
129
- "@cedarjs/project-config": "1.0.0-canary.12573",
130
- "@cedarjs/router": "1.0.0-canary.12573",
131
- "@cedarjs/web": "1.0.0-canary.12573",
125
+ "@cedarjs/auth": "1.0.0-canary.12575",
126
+ "@cedarjs/babel-config": "1.0.0-canary.12575",
127
+ "@cedarjs/context": "1.0.0-canary.12575",
128
+ "@cedarjs/graphql-server": "1.0.0-canary.12575",
129
+ "@cedarjs/project-config": "1.0.0-canary.12575",
130
+ "@cedarjs/router": "1.0.0-canary.12575",
131
+ "@cedarjs/web": "1.0.0-canary.12575",
132
132
  "@testing-library/jest-dom": "6.5.0",
133
133
  "@testing-library/react": "14.3.1",
134
134
  "@testing-library/user-event": "14.5.2",
@@ -143,10 +143,11 @@
143
143
  "jest-watch-typeahead": "2.2.2",
144
144
  "msw": "1.3.5",
145
145
  "ts-toolbelt": "9.6.0",
146
+ "unplugin-auto-import": "19.3.0",
146
147
  "whatwg-fetch": "3.6.20"
147
148
  },
148
149
  "devDependencies": {
149
- "@cedarjs/framework-tools": "1.0.0-canary.12573",
150
+ "@cedarjs/framework-tools": "1.0.0-canary.12575",
150
151
  "concurrently": "8.2.2",
151
152
  "jsdom": "24.1.3",
152
153
  "publint": "0.3.12",
@@ -154,5 +155,5 @@
154
155
  "typescript": "5.6.2",
155
156
  "vitest": "3.2.4"
156
157
  },
157
- "gitHead": "95b61c8a992cc1dfefe6bbd57cac079168e1f1fe"
158
+ "gitHead": "832c57ebae13fea9a54bc49589b7fa26d3b71fb7"
158
159
  }