@jskit-ai/users-core 0.1.45 → 0.1.47
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 +6 -6
- package/package.json +6 -6
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/users-core",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.47",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Users/account runtime plus HTTP routes for account and console features.",
|
|
7
7
|
dependsOn: [
|
|
@@ -138,11 +138,11 @@ export default Object.freeze({
|
|
|
138
138
|
mutations: {
|
|
139
139
|
dependencies: {
|
|
140
140
|
runtime: {
|
|
141
|
-
"@jskit-ai/auth-core": "0.1.
|
|
142
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
143
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
144
|
-
"@jskit-ai/kernel": "0.1.
|
|
145
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
141
|
+
"@jskit-ai/auth-core": "0.1.36",
|
|
142
|
+
"@jskit-ai/database-runtime": "0.1.37",
|
|
143
|
+
"@jskit-ai/http-runtime": "0.1.36",
|
|
144
|
+
"@jskit-ai/kernel": "0.1.37",
|
|
145
|
+
"@jskit-ai/uploads-runtime": "0.1.15",
|
|
146
146
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
147
147
|
typebox: "^1.0.81"
|
|
148
148
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/users-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"./shared/resources/consoleSettingsFields": "./src/shared/resources/consoleSettingsFields.js"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@jskit-ai/auth-core": "0.1.
|
|
28
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
29
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
30
|
-
"@jskit-ai/kernel": "0.1.
|
|
31
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
27
|
+
"@jskit-ai/auth-core": "0.1.36",
|
|
28
|
+
"@jskit-ai/database-runtime": "0.1.37",
|
|
29
|
+
"@jskit-ai/http-runtime": "0.1.36",
|
|
30
|
+
"@jskit-ai/kernel": "0.1.37",
|
|
31
|
+
"@jskit-ai/uploads-runtime": "0.1.15",
|
|
32
32
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
33
33
|
"typebox": "^1.0.81"
|
|
34
34
|
}
|