@cedarjs/testing 6.0.0-canary.2720 → 6.0.0-canary.2723

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.
@@ -1,6 +1,10 @@
1
1
  var __getOwnPropNames = Object.getOwnPropertyNames;
2
2
  var __commonJS = (cb, mod) => function __require() {
3
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
3
+ try {
4
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
5
+ } catch (e) {
6
+ throw mod = 0, e;
7
+ }
4
8
  };
5
9
  import * as jestPreset from "./jest-preset.js";
6
10
  var require_api = __commonJS({
@@ -1,6 +1,10 @@
1
1
  var __getOwnPropNames = Object.getOwnPropertyNames;
2
2
  var __commonJS = (cb, mod) => function __require() {
3
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
3
+ try {
4
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
5
+ } catch (e) {
6
+ throw mod = 0, e;
7
+ }
4
8
  };
5
9
  import jestRunner from "jest-runner";
6
10
  var require_jest_serial_runner = __commonJS({
@@ -1,6 +1,10 @@
1
1
  var __getOwnPropNames = Object.getOwnPropertyNames;
2
2
  var __commonJS = (cb, mod) => function __require() {
3
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
3
+ try {
4
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
5
+ } catch (e) {
6
+ throw mod = 0, e;
7
+ }
4
8
  };
5
9
  import * as jestPreset from "./jest-preset.js";
6
10
  var require_web = __commonJS({
@@ -1,6 +1,10 @@
1
1
  var __getOwnPropNames = Object.getOwnPropertyNames;
2
2
  var __commonJS = (cb, mod) => function __require() {
3
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
3
+ try {
4
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
5
+ } catch (e) {
6
+ throw mod = 0, e;
7
+ }
4
8
  };
5
9
  var require_resolver = __commonJS({
6
10
  "src/config/jest/web/resolver.ts"(exports, module) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "6.0.0-canary.2720",
3
+ "version": "6.0.0-canary.2723",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -117,10 +117,10 @@
117
117
  },
118
118
  "dependencies": {
119
119
  "@babel/preset-env": "7.29.7",
120
- "@cedarjs/babel-config": "6.0.0-canary.2720",
121
- "@cedarjs/context": "6.0.0-canary.2720",
122
- "@cedarjs/graphql-server": "6.0.0-canary.2720",
123
- "@cedarjs/project-config": "6.0.0-canary.2720",
120
+ "@cedarjs/babel-config": "6.0.0-canary.2723",
121
+ "@cedarjs/context": "6.0.0-canary.2723",
122
+ "@cedarjs/graphql-server": "6.0.0-canary.2723",
123
+ "@cedarjs/project-config": "6.0.0-canary.2723",
124
124
  "@testing-library/dom": "10.4.1",
125
125
  "@testing-library/jest-dom": "6.9.1",
126
126
  "@testing-library/react": "16.3.2",
@@ -142,10 +142,10 @@
142
142
  },
143
143
  "devDependencies": {
144
144
  "@arethetypeswrong/cli": "0.18.5",
145
- "@cedarjs/auth": "6.0.0-canary.2720",
146
- "@cedarjs/framework-tools": "6.0.0-canary.2720",
147
- "@cedarjs/router": "6.0.0-canary.2720",
148
- "@cedarjs/web": "6.0.0-canary.2720",
145
+ "@cedarjs/auth": "6.0.0-canary.2723",
146
+ "@cedarjs/framework-tools": "6.0.0-canary.2723",
147
+ "@cedarjs/router": "6.0.0-canary.2723",
148
+ "@cedarjs/web": "6.0.0-canary.2723",
149
149
  "concurrently": "9.2.4",
150
150
  "jsdom": "27.4.0",
151
151
  "publint": "0.3.21",
@@ -153,9 +153,9 @@
153
153
  "vitest": "4.1.10"
154
154
  },
155
155
  "peerDependencies": {
156
- "@cedarjs/auth": "6.0.0-canary.2720",
157
- "@cedarjs/router": "6.0.0-canary.2720",
158
- "@cedarjs/web": "6.0.0-canary.2720",
156
+ "@cedarjs/auth": "6.0.0-canary.2723",
157
+ "@cedarjs/router": "6.0.0-canary.2723",
158
+ "@cedarjs/web": "6.0.0-canary.2723",
159
159
  "vitest": "4.1.10"
160
160
  },
161
161
  "peerDependenciesMeta": {