@cedarjs/testing 5.0.0-canary.2385 → 5.0.0-canary.2386

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.
@@ -118,9 +118,9 @@ const mockedUserMeta = {
118
118
  };
119
119
  const mockCurrentUser = (user) => {
120
120
  mockedUserMeta.currentUser = user;
121
- mockGraphQLQuery("__REDWOOD__AUTH_GET_CURRENT_USER", () => {
121
+ mockGraphQLQuery("__CEDAR__AUTH_GET_CURRENT_USER", () => {
122
122
  return {
123
- redwood: {
123
+ cedar: {
124
124
  currentUser: user
125
125
  }
126
126
  };
@@ -78,9 +78,9 @@ const mockedUserMeta = {
78
78
  };
79
79
  const mockCurrentUser = (user) => {
80
80
  mockedUserMeta.currentUser = user;
81
- mockGraphQLQuery("__REDWOOD__AUTH_GET_CURRENT_USER", () => {
81
+ mockGraphQLQuery("__CEDAR__AUTH_GET_CURRENT_USER", () => {
82
82
  return {
83
- redwood: {
83
+ cedar: {
84
84
  currentUser: user
85
85
  }
86
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "5.0.0-canary.2385",
3
+ "version": "5.0.0-canary.2386",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -119,13 +119,13 @@
119
119
  "test:watch": "vitest watch"
120
120
  },
121
121
  "dependencies": {
122
- "@cedarjs/auth": "5.0.0-canary.2385",
123
- "@cedarjs/babel-config": "5.0.0-canary.2385",
124
- "@cedarjs/context": "5.0.0-canary.2385",
125
- "@cedarjs/graphql-server": "5.0.0-canary.2385",
126
- "@cedarjs/project-config": "5.0.0-canary.2385",
127
- "@cedarjs/router": "5.0.0-canary.2385",
128
- "@cedarjs/web": "5.0.0-canary.2385",
122
+ "@cedarjs/auth": "5.0.0-canary.2386",
123
+ "@cedarjs/babel-config": "5.0.0-canary.2386",
124
+ "@cedarjs/context": "5.0.0-canary.2386",
125
+ "@cedarjs/graphql-server": "5.0.0-canary.2386",
126
+ "@cedarjs/project-config": "5.0.0-canary.2386",
127
+ "@cedarjs/router": "5.0.0-canary.2386",
128
+ "@cedarjs/web": "5.0.0-canary.2386",
129
129
  "@testing-library/jest-dom": "6.9.1",
130
130
  "@testing-library/react": "14.3.1",
131
131
  "@testing-library/user-event": "14.6.1",
@@ -145,7 +145,7 @@
145
145
  "whatwg-fetch": "3.6.20"
146
146
  },
147
147
  "devDependencies": {
148
- "@cedarjs/framework-tools": "5.0.0-canary.2385",
148
+ "@cedarjs/framework-tools": "5.0.0-canary.2386",
149
149
  "concurrently": "9.2.1",
150
150
  "jsdom": "27.4.0",
151
151
  "publint": "0.3.21",