@jskit-ai/users-web 0.1.74 → 0.1.75
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
CHANGED
|
@@ -3,7 +3,7 @@ import { HOME_COG_OUTLET } from "./src/shared/toolsOutletContracts.js";
|
|
|
3
3
|
export default Object.freeze({
|
|
4
4
|
packageVersion: 1,
|
|
5
5
|
packageId: "@jskit-ai/users-web",
|
|
6
|
-
version: "0.1.
|
|
6
|
+
version: "0.1.75",
|
|
7
7
|
kind: "runtime",
|
|
8
8
|
description: "Users web module: account/profile UI plus shared users web widgets.",
|
|
9
9
|
dependsOn: [
|
|
@@ -183,12 +183,12 @@ export default Object.freeze({
|
|
|
183
183
|
runtime: {
|
|
184
184
|
"@tanstack/vue-query": "5.92.12",
|
|
185
185
|
"@mdi/js": "^7.4.47",
|
|
186
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
187
|
-
"@jskit-ai/realtime": "0.1.
|
|
188
|
-
"@jskit-ai/kernel": "0.1.
|
|
189
|
-
"@jskit-ai/shell-web": "0.1.
|
|
190
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
191
|
-
"@jskit-ai/users-core": "0.1.
|
|
186
|
+
"@jskit-ai/http-runtime": "0.1.59",
|
|
187
|
+
"@jskit-ai/realtime": "0.1.59",
|
|
188
|
+
"@jskit-ai/kernel": "0.1.60",
|
|
189
|
+
"@jskit-ai/shell-web": "0.1.59",
|
|
190
|
+
"@jskit-ai/uploads-image-web": "0.1.38",
|
|
191
|
+
"@jskit-ai/users-core": "0.1.70",
|
|
192
192
|
vuetify: "^4.0.0"
|
|
193
193
|
},
|
|
194
194
|
dev: {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/users-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.75",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@tanstack/vue-query": "5.92.12",
|
|
36
36
|
"@mdi/js": "^7.4.47",
|
|
37
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
38
|
-
"@jskit-ai/kernel": "0.1.
|
|
39
|
-
"@jskit-ai/realtime": "0.1.
|
|
40
|
-
"@jskit-ai/shell-web": "0.1.
|
|
41
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
42
|
-
"@jskit-ai/users-core": "0.1.
|
|
37
|
+
"@jskit-ai/http-runtime": "0.1.59",
|
|
38
|
+
"@jskit-ai/kernel": "0.1.60",
|
|
39
|
+
"@jskit-ai/realtime": "0.1.59",
|
|
40
|
+
"@jskit-ai/shell-web": "0.1.59",
|
|
41
|
+
"@jskit-ai/uploads-image-web": "0.1.38",
|
|
42
|
+
"@jskit-ai/users-core": "0.1.70",
|
|
43
43
|
"vuetify": "^4.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
This note was split.
|
|
2
|
-
|
|
3
|
-
Use these repo-level docs instead:
|
|
4
|
-
|
|
5
|
-
- `docs/jskit-product-lanes-rulebook.md`
|
|
6
|
-
- `docs/jskit-product-lanes-workboard.md`
|
|
7
|
-
|
|
8
|
-
Why:
|
|
9
|
-
|
|
10
|
-
- the previous file had become a giant mixed artifact
|
|
11
|
-
- the durable product direction now lives in the rulebook
|
|
12
|
-
- the prioritized execution plan now lives in the workboard
|
|
13
|
-
- this template-path file is intentionally reduced to a pointer so the catch-all handoff does not keep living inside a shipped template location
|
|
14
|
-
|
|
15
|
-
If a future agent needs to continue the work:
|
|
16
|
-
|
|
17
|
-
1. read `AGENTS.md`
|
|
18
|
-
2. read the JSKIT pattern/workflow files named in the rulebook
|
|
19
|
-
3. use the rulebook for architecture and product direction
|
|
20
|
-
4. use the workboard for prioritization and execution planning
|