@gzl10/nexus-backend 0.16.8 → 0.18.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gzl10/nexus-backend",
3
- "version": "0.16.8",
3
+ "version": "0.18.0",
4
4
  "description": "Backend as a Service (BaaS) with Express 5, Knex and CASL",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -97,7 +97,7 @@
97
97
  "socket.io": "^4.8.3",
98
98
  "ulidx": "^2.4.1",
99
99
  "zod": "^3.24.0",
100
- "@gzl10/nexus-sdk": "0.16.8"
100
+ "@gzl10/nexus-sdk": "0.18.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/bcryptjs": "^2.4.0",
@@ -113,29 +113,22 @@
113
113
  "socket.io-client": "^4.8.3",
114
114
  "supertest": "^7.2.2",
115
115
  "tsx": "^4.21.0",
116
- "@gzl10/nexus-plugin-ai": "^0.16.6",
117
- "@gzl10/nexus-plugin-auth-providers": "^0.16.4",
118
- "@gzl10/nexus-plugin-charts": "^0.16.4",
119
- "@gzl10/nexus-plugin-cms": "^0.16.4",
120
- "@gzl10/nexus-plugin-compliance": "^0.16.4",
121
- "@gzl10/nexus-plugin-docker": "^0.16.4",
122
- "@gzl10/nexus-plugin-links": "0.16.4",
123
- "@gzl10/nexus-plugin-notifications": "0.16.4",
124
- "@gzl10/nexus-plugin-oidc-server": "^0.16.4",
125
- "@gzl10/nexus-plugin-plane": "^0.16.4",
126
- "@gzl10/nexus-plugin-prisma": "^0.16.4",
127
- "@gzl10/nexus-plugin-remote": "0.16.4",
128
- "@gzl10/nexus-plugin-schedules": "0.16.4",
129
- "@gzl10/nexus-plugin-scim": "^0.16.4",
130
- "@gzl10/nexus-plugin-tags": "0.16.4",
131
- "@gzl10/nexus-plugin-webhooks": "0.16.4"
116
+ "vite": "^8.0.3"
117
+ },
118
+ "peerDependencies": {
119
+ "vite": ">=6.0.0"
120
+ },
121
+ "peerDependenciesMeta": {
122
+ "vite": {
123
+ "optional": true
124
+ }
132
125
  },
133
126
  "publishConfig": {
134
127
  "access": "public",
135
128
  "registry": "https://registry.npmjs.org"
136
129
  },
137
130
  "scripts": {
138
- "dev": "tsx watch src/main.ts",
131
+ "dev": "node --watch-path=./src --import tsx/esm src/main.ts",
139
132
  "build": "tsup",
140
133
  "start": "node dist/main.js",
141
134
  "nexus": "tsx src/cli.ts",