@cedarjs/storage 4.2.1-next.269 → 4.2.1-next.270

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/storage",
3
- "version": "4.2.1-next.269",
3
+ "version": "4.2.1-next.270",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -45,7 +45,7 @@
45
45
  "build:pack": "yarn pack -o cedarjs-storage.tgz",
46
46
  "build:types": "tsc --build --verbose ./tsconfig.build.json",
47
47
  "build:types-cjs": "tsc --build --verbose tsconfig.types-cjs.json",
48
- "check:attw": "tsx attw.ts",
48
+ "check:attw": "node attw.ts",
49
49
  "check:package": "concurrently npm:check:attw yarn publint",
50
50
  "setup:test": "npx prisma db push --accept-data-loss --config ./src/__tests__/prisma.config.ts && npx prisma generate --config ./src/__tests__/prisma.config.ts",
51
51
  "test": "vitest run",
@@ -70,7 +70,6 @@
70
70
  "prisma": "7.8.0",
71
71
  "publint": "0.3.21",
72
72
  "tstyche": "5.0.2",
73
- "tsx": "4.22.4",
74
73
  "typescript": "5.9.3",
75
74
  "vitest": "3.2.6"
76
75
  },