@jskit-ai/users-core 0.1.8 → 0.1.9

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.8",
4
+ version: "0.1.9",
5
5
  description: "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
6
6
  dependsOn: [
7
7
  "@jskit-ai/auth-core",
@@ -203,10 +203,10 @@ export default Object.freeze({
203
203
  mutations: {
204
204
  dependencies: {
205
205
  runtime: {
206
- "@jskit-ai/auth-core": "0.1.8",
207
- "@jskit-ai/database-runtime": "0.1.8",
208
- "@jskit-ai/http-runtime": "0.1.8",
209
- "@jskit-ai/kernel": "0.1.8",
206
+ "@jskit-ai/auth-core": "0.1.9",
207
+ "@jskit-ai/database-runtime": "0.1.9",
208
+ "@jskit-ai/http-runtime": "0.1.9",
209
+ "@jskit-ai/kernel": "0.1.9",
210
210
  "@fastify/multipart": "^9.4.0",
211
211
  "@fastify/type-provider-typebox": "^6.1.0",
212
212
  "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.8",
3
+ "version": "0.1.9",
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.8",
28
- "@jskit-ai/database-runtime": "0.1.8",
29
- "@jskit-ai/http-runtime": "0.1.8",
30
- "@jskit-ai/kernel": "0.1.8",
27
+ "@jskit-ai/auth-core": "0.1.9",
28
+ "@jskit-ai/database-runtime": "0.1.9",
29
+ "@jskit-ai/http-runtime": "0.1.9",
30
+ "@jskit-ai/kernel": "0.1.9",
31
31
  "@fastify/multipart": "^9.4.0",
32
32
  "@fastify/type-provider-typebox": "^6.1.0",
33
33
  "typebox": "^1.0.81"