@jskit-ai/feature-server-generator 0.1.71 → 0.1.72
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.descriptor.mjs +5 -5
- package/package.json +1 -1
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/feature-server-generator",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.72",
|
|
5
5
|
kind: "generator",
|
|
6
6
|
description: "Scaffold substantial non-CRUD server feature packages with provider, actions, service, and optional persistence seams.",
|
|
7
7
|
options: {
|
|
@@ -154,27 +154,27 @@ export default Object.freeze({
|
|
|
154
154
|
dependencies: {
|
|
155
155
|
runtime: {
|
|
156
156
|
"@jskit-ai/database-runtime": {
|
|
157
|
-
version: "0.1.
|
|
157
|
+
version: "0.1.129",
|
|
158
158
|
when: {
|
|
159
159
|
option: "mode",
|
|
160
160
|
notEquals: "orchestrator"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"@jskit-ai/database-runtime-mysql": {
|
|
164
|
-
version: "0.1.
|
|
164
|
+
version: "0.1.128",
|
|
165
165
|
when: {
|
|
166
166
|
option: "mode",
|
|
167
167
|
notEquals: "orchestrator"
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"@jskit-ai/json-rest-api-core": {
|
|
171
|
-
version: "0.1.
|
|
171
|
+
version: "0.1.74",
|
|
172
172
|
when: {
|
|
173
173
|
option: "mode",
|
|
174
174
|
equals: "json-rest"
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"@jskit-ai/kernel": "0.1.
|
|
177
|
+
"@jskit-ai/kernel": "0.1.130",
|
|
178
178
|
"json-rest-schema": "1.x.x",
|
|
179
179
|
"@local/${option:feature-name|kebab}": "file:packages/${option:feature-name|kebab}"
|
|
180
180
|
},
|