@jskit-ai/users-core 0.1.50 → 0.1.52

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.50",
4
+ version: "0.1.52",
5
5
  kind: "runtime",
6
6
  description: "Users/account runtime plus HTTP routes for account features.",
7
7
  dependsOn: [
@@ -128,11 +128,11 @@ export default Object.freeze({
128
128
  mutations: {
129
129
  dependencies: {
130
130
  runtime: {
131
- "@jskit-ai/auth-core": "0.1.39",
132
- "@jskit-ai/database-runtime": "0.1.40",
133
- "@jskit-ai/http-runtime": "0.1.39",
134
- "@jskit-ai/kernel": "0.1.40",
135
- "@jskit-ai/uploads-runtime": "0.1.18",
131
+ "@jskit-ai/auth-core": "0.1.41",
132
+ "@jskit-ai/database-runtime": "0.1.42",
133
+ "@jskit-ai/http-runtime": "0.1.41",
134
+ "@jskit-ai/kernel": "0.1.42",
135
+ "@jskit-ai/uploads-runtime": "0.1.20",
136
136
  "@fastify/type-provider-typebox": "^6.1.0",
137
137
  typebox: "^1.0.81"
138
138
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/users-core",
3
- "version": "0.1.50",
3
+ "version": "0.1.52",
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.39",
17
- "@jskit-ai/database-runtime": "0.1.40",
18
- "@jskit-ai/http-runtime": "0.1.39",
19
- "@jskit-ai/kernel": "0.1.40",
20
- "@jskit-ai/uploads-runtime": "0.1.18",
16
+ "@jskit-ai/auth-core": "0.1.41",
17
+ "@jskit-ai/database-runtime": "0.1.42",
18
+ "@jskit-ai/http-runtime": "0.1.41",
19
+ "@jskit-ai/kernel": "0.1.42",
20
+ "@jskit-ai/uploads-runtime": "0.1.20",
21
21
  "@fastify/type-provider-typebox": "^6.1.0",
22
22
  "typebox": "^1.0.81"
23
23
  }