@gzl10/nexus-backend 0.17.0 → 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.17.0",
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.17.0"
100
+ "@gzl10/nexus-sdk": "0.18.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/bcryptjs": "^2.4.0",
@@ -113,33 +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.17.0",
117
- "@gzl10/nexus-plugin-auth-providers": "^0.16.5",
118
- "@gzl10/nexus-plugin-charts": "^0.16.4",
119
- "@gzl10/nexus-plugin-cms": "^0.17.0",
120
- "@gzl10/nexus-plugin-compliance": "^0.16.5",
121
- "@gzl10/nexus-plugin-docker": "^0.16.4",
122
- "@gzl10/nexus-plugin-feeds": "^0.1.0",
123
- "@gzl10/nexus-plugin-importer": "^0.16.4",
124
- "@gzl10/nexus-plugin-links": "0.16.4",
125
- "@gzl10/nexus-plugin-notifications": "0.16.5",
126
- "@gzl10/nexus-plugin-oidc-server": "^0.16.5",
127
- "@gzl10/nexus-plugin-plane": "^0.16.4",
128
- "@gzl10/nexus-plugin-prisma": "^0.16.4",
129
- "@gzl10/nexus-plugin-remote": "0.16.5",
130
- "@gzl10/nexus-plugin-schedules": "0.16.4",
131
- "@gzl10/nexus-plugin-scim": "^0.16.5",
132
- "@gzl10/nexus-plugin-scraper": "^0.1.0",
133
- "@gzl10/nexus-plugin-secrets": "^0.1.0",
134
- "@gzl10/nexus-plugin-tags": "0.17.0",
135
- "@gzl10/nexus-plugin-webhooks": "0.16.5"
116
+ "vite": "^8.0.3"
117
+ },
118
+ "peerDependencies": {
119
+ "vite": ">=6.0.0"
120
+ },
121
+ "peerDependenciesMeta": {
122
+ "vite": {
123
+ "optional": true
124
+ }
136
125
  },
137
126
  "publishConfig": {
138
127
  "access": "public",
139
128
  "registry": "https://registry.npmjs.org"
140
129
  },
141
130
  "scripts": {
142
- "dev": "tsx watch src/main.ts",
131
+ "dev": "node --watch-path=./src --import tsx/esm src/main.ts",
143
132
  "build": "tsup",
144
133
  "start": "node dist/main.js",
145
134
  "nexus": "tsx src/cli.ts",