@jskit-ai/users-core 0.1.60 → 0.1.61
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 +7 -7
- 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.61",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Users/account runtime plus HTTP routes for account features.",
|
|
7
7
|
dependsOn: [
|
|
@@ -128,13 +128,13 @@ export default Object.freeze({
|
|
|
128
128
|
mutations: {
|
|
129
129
|
dependencies: {
|
|
130
130
|
runtime: {
|
|
131
|
-
"@jskit-ai/auth-core": "0.1.
|
|
132
|
-
"@jskit-ai/crud-core": "0.1.
|
|
133
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
134
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
135
|
-
"@jskit-ai/kernel": "0.1.
|
|
131
|
+
"@jskit-ai/auth-core": "0.1.50",
|
|
132
|
+
"@jskit-ai/crud-core": "0.1.59",
|
|
133
|
+
"@jskit-ai/database-runtime": "0.1.51",
|
|
134
|
+
"@jskit-ai/http-runtime": "0.1.50",
|
|
135
|
+
"@jskit-ai/kernel": "0.1.51",
|
|
136
136
|
"@local/users": "file:packages/users",
|
|
137
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
137
|
+
"@jskit-ai/uploads-runtime": "0.1.29",
|
|
138
138
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
139
139
|
typebox: "^1.0.81"
|
|
140
140
|
},
|
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.61",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"./shared/resources/userSettingsResource": "./src/shared/resources/userSettingsResource.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@jskit-ai/auth-core": "0.1.
|
|
17
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
18
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
19
|
-
"@jskit-ai/kernel": "0.1.
|
|
20
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
16
|
+
"@jskit-ai/auth-core": "0.1.50",
|
|
17
|
+
"@jskit-ai/database-runtime": "0.1.51",
|
|
18
|
+
"@jskit-ai/http-runtime": "0.1.50",
|
|
19
|
+
"@jskit-ai/kernel": "0.1.51",
|
|
20
|
+
"@jskit-ai/uploads-runtime": "0.1.29",
|
|
21
21
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
22
22
|
"typebox": "^1.0.81"
|
|
23
23
|
}
|