@cedarjs/web 5.0.0-canary.2605 → 5.0.0-canary.2607

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "5.0.0-canary.2605",
3
+ "version": "5.0.0-canary.2607",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -131,7 +131,7 @@
131
131
  "build:pack": "yarn pack -o cedarjs-web.tgz",
132
132
  "build:types": "tsc --build --verbose ./tsconfig.build.json ./tsconfig.cjs.json",
133
133
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
134
- "check:attw": "tsx ./attw.ts",
134
+ "check:attw": "node ./attw.ts",
135
135
  "check:package": "concurrently npm:check:attw yarn:publint",
136
136
  "prepublishOnly": "NODE_ENV=production yarn build",
137
137
  "test": "vitest run",
@@ -140,7 +140,7 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@apollo/client": "3.14.1",
143
- "@cedarjs/server-store": "5.0.0-canary.2605",
143
+ "@cedarjs/server-store": "5.0.0-canary.2607",
144
144
  "@dr.pogodin/react-helmet": "2.0.4",
145
145
  "@whatwg-node/fetch": "0.10.13",
146
146
  "apollo-upload-client": "18.0.1",
@@ -159,9 +159,9 @@
159
159
  "@babel/core": "^7.26.10",
160
160
  "@babel/plugin-transform-runtime": "7.29.7",
161
161
  "@babel/runtime": "7.29.7",
162
- "@cedarjs/auth": "5.0.0-canary.2605",
163
- "@cedarjs/framework-tools": "5.0.0-canary.2605",
164
- "@cedarjs/internal": "5.0.0-canary.2605",
162
+ "@cedarjs/auth": "5.0.0-canary.2607",
163
+ "@cedarjs/framework-tools": "5.0.0-canary.2607",
164
+ "@cedarjs/internal": "5.0.0-canary.2607",
165
165
  "@rollup/plugin-babel": "6.1.0",
166
166
  "@testing-library/jest-dom": "6.9.1",
167
167
  "@testing-library/react": "14.3.1",
@@ -174,7 +174,6 @@
174
174
  "react": "19.2.3",
175
175
  "react-dom": "19.2.3",
176
176
  "tstyche": "5.0.2",
177
- "tsx": "4.22.4",
178
177
  "typescript": "5.9.3",
179
178
  "vitest": "3.2.6"
180
179
  },