@jskit-ai/workspaces-core 0.1.43 → 0.1.44
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 +9 -9
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/workspaces-core",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.44",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
7
7
|
dependsOn: [
|
|
@@ -142,10 +142,10 @@ export default Object.freeze({
|
|
|
142
142
|
mutations: {
|
|
143
143
|
dependencies: {
|
|
144
144
|
runtime: {
|
|
145
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
146
|
-
"@jskit-ai/resource-core": "0.1.
|
|
147
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
148
|
-
"@jskit-ai/users-core": "0.1.
|
|
145
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
146
|
+
"@jskit-ai/resource-core": "0.1.13",
|
|
147
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
148
|
+
"@jskit-ai/users-core": "0.1.78"
|
|
149
149
|
},
|
|
150
150
|
dev: {}
|
|
151
151
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/workspaces-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"./shared/resources/workspaceSettingsResource": "./src/shared/resources/workspaceSettingsResource.js"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@jskit-ai/auth-core": "0.1.
|
|
21
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
22
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
23
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
24
|
-
"@jskit-ai/kernel": "0.1.
|
|
25
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
26
|
-
"@jskit-ai/resource-core": "0.1.
|
|
27
|
-
"@jskit-ai/users-core": "0.1.
|
|
20
|
+
"@jskit-ai/auth-core": "0.1.67",
|
|
21
|
+
"@jskit-ai/database-runtime": "0.1.68",
|
|
22
|
+
"@jskit-ai/http-runtime": "0.1.67",
|
|
23
|
+
"@jskit-ai/json-rest-api-core": "0.1.13",
|
|
24
|
+
"@jskit-ai/kernel": "0.1.68",
|
|
25
|
+
"@jskit-ai/resource-crud-core": "0.1.13",
|
|
26
|
+
"@jskit-ai/resource-core": "0.1.13",
|
|
27
|
+
"@jskit-ai/users-core": "0.1.78",
|
|
28
28
|
"json-rest-schema": "1.x.x"
|
|
29
29
|
}
|
|
30
30
|
}
|