@jskit-ai/users-core 0.1.29 → 0.1.30

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.
@@ -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.29",
4
+ version: "0.1.30",
5
5
  kind: "runtime",
6
6
  description: "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
7
7
  dependsOn: [
@@ -196,10 +196,10 @@ export default Object.freeze({
196
196
  mutations: {
197
197
  dependencies: {
198
198
  runtime: {
199
- "@jskit-ai/auth-core": "0.1.19",
200
- "@jskit-ai/database-runtime": "0.1.20",
201
- "@jskit-ai/http-runtime": "0.1.19",
202
- "@jskit-ai/kernel": "0.1.20",
199
+ "@jskit-ai/auth-core": "0.1.20",
200
+ "@jskit-ai/database-runtime": "0.1.21",
201
+ "@jskit-ai/http-runtime": "0.1.20",
202
+ "@jskit-ai/kernel": "0.1.21",
203
203
  "@fastify/multipart": "^9.4.0",
204
204
  "@fastify/type-provider-typebox": "^6.1.0",
205
205
  "typebox": "^1.0.81"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/users-core",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -24,10 +24,10 @@
24
24
  "./shared/resources/consoleSettingsFields": "./src/shared/resources/consoleSettingsFields.js"
25
25
  },
26
26
  "dependencies": {
27
- "@jskit-ai/auth-core": "0.1.19",
28
- "@jskit-ai/database-runtime": "0.1.20",
29
- "@jskit-ai/http-runtime": "0.1.19",
30
- "@jskit-ai/kernel": "0.1.20",
27
+ "@jskit-ai/auth-core": "0.1.20",
28
+ "@jskit-ai/database-runtime": "0.1.21",
29
+ "@jskit-ai/http-runtime": "0.1.20",
30
+ "@jskit-ai/kernel": "0.1.21",
31
31
  "@fastify/multipart": "^9.4.0",
32
32
  "@fastify/type-provider-typebox": "^6.1.0",
33
33
  "typebox": "^1.0.81"