@cedarjs/web 4.2.1-next.269 → 4.2.1-next.275

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 +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "4.2.1-next.269",
3
+ "version": "4.2.1-next.275",
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",
@@ -174,7 +174,6 @@
174
174
  "react": "18.3.1",
175
175
  "react-dom": "18.3.1",
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
  },