@cedarjs/gqlorm 4.2.1-next.258 → 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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/gqlorm",
3
- "version": "4.2.1-next.258",
3
+ "version": "4.2.1-next.270",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -126,12 +126,12 @@
126
126
  "dist"
127
127
  ],
128
128
  "scripts": {
129
- "build": "tsx ./build.ts",
129
+ "build": "node ./build.ts",
130
130
  "build:pack": "yarn pack -o cedarjs-gqlorm.tgz",
131
131
  "build:types": "tsc --build --verbose tsconfig.build.json",
132
132
  "build:types-cjs": "tsc --build --verbose 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",
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@cedarjs/server-store": "4.2.0",
142
- "graphql": "16.13.2"
142
+ "graphql": "16.14.2"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@arethetypeswrong/cli": "0.18.4",
@@ -153,7 +153,6 @@
153
153
  "concurrently": "9.2.1",
154
154
  "publint": "0.3.21",
155
155
  "tstyche": "5.0.2",
156
- "tsx": "4.22.4",
157
156
  "typescript": "5.9.3",
158
157
  "vitest": "3.2.6"
159
158
  },