@cedarjs/router 5.0.0-canary.2606 → 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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "5.0.0-canary.2606",
3
+ "version": "5.0.0-canary.2607",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -86,7 +86,7 @@
86
86
  "build:types": "tsc --build --verbose tsconfig.build.json",
87
87
  "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
88
88
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
89
- "check:attw": "tsx ./attw.ts",
89
+ "check:attw": "node ./attw.ts",
90
90
  "check:package": "concurrently npm:check:attw yarn publint",
91
91
  "prepublishOnly": "NODE_ENV=production yarn build",
92
92
  "test": "vitest run",
@@ -94,7 +94,7 @@
94
94
  "test:watch": "vitest watch"
95
95
  },
96
96
  "dependencies": {
97
- "@cedarjs/server-store": "5.0.0-canary.2606",
97
+ "@cedarjs/server-store": "5.0.0-canary.2607",
98
98
  "react": "19.2.3",
99
99
  "react-dom": "19.2.3",
100
100
  "react-server-dom-webpack": "19.2.4"
@@ -103,15 +103,14 @@
103
103
  "@arethetypeswrong/cli": "0.18.4",
104
104
  "@babel/cli": "7.29.7",
105
105
  "@babel/core": "^7.26.10",
106
- "@cedarjs/auth": "5.0.0-canary.2606",
107
- "@cedarjs/framework-tools": "5.0.0-canary.2606",
106
+ "@cedarjs/auth": "5.0.0-canary.2607",
107
+ "@cedarjs/framework-tools": "5.0.0-canary.2607",
108
108
  "@testing-library/jest-dom": "6.9.1",
109
109
  "@types/react": "^18.2.55",
110
110
  "@types/react-dom": "^18.2.19",
111
111
  "concurrently": "9.2.1",
112
112
  "publint": "0.3.21",
113
113
  "tstyche": "5.0.2",
114
- "tsx": "4.22.4",
115
114
  "typescript": "5.9.3",
116
115
  "vitest": "3.2.6"
117
116
  },