@cedarjs/router 5.0.0-rc.261 → 5.0.0-rc.273

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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "5.0.0-rc.261",
3
+ "version": "5.0.0-rc.273",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -81,12 +81,12 @@
81
81
  "skip-nav.css"
82
82
  ],
83
83
  "scripts": {
84
- "build": "tsx ./build.ts",
84
+ "build": "node ./build.ts",
85
85
  "build:pack": "yarn pack -o cedarjs-router.tgz",
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-rc.261",
97
+ "@cedarjs/server-store": "5.0.0-rc.273",
98
98
  "react": "18.3.1",
99
99
  "react-dom": "18.3.1"
100
100
  },
@@ -102,20 +102,19 @@
102
102
  "@arethetypeswrong/cli": "0.18.4",
103
103
  "@babel/cli": "7.29.7",
104
104
  "@babel/core": "^7.26.10",
105
- "@cedarjs/auth": "5.0.0-rc.261",
106
- "@cedarjs/framework-tools": "5.0.0-rc.261",
105
+ "@cedarjs/auth": "5.0.0-rc.273",
106
+ "@cedarjs/framework-tools": "5.0.0-rc.273",
107
107
  "@testing-library/jest-dom": "6.9.1",
108
108
  "@types/react": "^18.2.55",
109
109
  "@types/react-dom": "^18.2.19",
110
110
  "concurrently": "9.2.1",
111
111
  "publint": "0.3.21",
112
112
  "tstyche": "5.0.2",
113
- "tsx": "4.22.4",
114
113
  "typescript": "5.9.3",
115
114
  "vitest": "3.2.6"
116
115
  },
117
116
  "peerDependencies": {
118
- "@cedarjs/auth": "5.0.0-rc.261",
117
+ "@cedarjs/auth": "5.0.0-rc.273",
119
118
  "react": "18.3.1",
120
119
  "react-dom": "18.3.1"
121
120
  },