@cedarjs/testing 5.0.0-canary.2589 → 5.0.0-canary.2591

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 +10 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "5.0.0-canary.2589",
3
+ "version": "5.0.0-canary.2591",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,9 +25,6 @@
25
25
  "./dist/cjs/api/scenario.js": {
26
26
  "default": "./dist/cjs/api/scenario.js"
27
27
  },
28
- "./dist/cjs/api/directUrlHelpers.js": {
29
- "default": "./dist/cjs/api/directUrlHelpers.js"
30
- },
31
28
  "./dist/cjs/web/findCellMocks": {
32
29
  "default": "./dist/cjs/web/findCellMocks.js"
33
30
  },
@@ -119,10 +116,10 @@
119
116
  "test:watch": "vitest watch"
120
117
  },
121
118
  "dependencies": {
122
- "@cedarjs/babel-config": "5.0.0-canary.2589",
123
- "@cedarjs/context": "5.0.0-canary.2589",
124
- "@cedarjs/graphql-server": "5.0.0-canary.2589",
125
- "@cedarjs/project-config": "5.0.0-canary.2589",
119
+ "@cedarjs/babel-config": "5.0.0-canary.2591",
120
+ "@cedarjs/context": "5.0.0-canary.2591",
121
+ "@cedarjs/graphql-server": "5.0.0-canary.2591",
122
+ "@cedarjs/project-config": "5.0.0-canary.2591",
126
123
  "@testing-library/jest-dom": "6.9.1",
127
124
  "@testing-library/react": "14.3.1",
128
125
  "@testing-library/user-event": "14.6.1",
@@ -142,10 +139,11 @@
142
139
  "whatwg-fetch": "3.6.20"
143
140
  },
144
141
  "devDependencies": {
145
- "@cedarjs/auth": "5.0.0-canary.2589",
146
- "@cedarjs/framework-tools": "5.0.0-canary.2589",
147
- "@cedarjs/router": "5.0.0-canary.2589",
148
- "@cedarjs/web": "5.0.0-canary.2589",
142
+ "@arethetypeswrong/cli": "0.18.4",
143
+ "@cedarjs/auth": "5.0.0-canary.2591",
144
+ "@cedarjs/framework-tools": "5.0.0-canary.2591",
145
+ "@cedarjs/router": "5.0.0-canary.2591",
146
+ "@cedarjs/web": "5.0.0-canary.2591",
149
147
  "concurrently": "9.2.1",
150
148
  "jsdom": "27.4.0",
151
149
  "publint": "0.3.21",