@jskit-ai/users-web 0.1.142 → 0.1.144
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.144",
|
|
7
7
|
kind: "runtime",
|
|
8
8
|
description: "Users web module: account/profile UI plus shared users web widgets.",
|
|
9
9
|
dependsOn: [
|
|
@@ -286,12 +286,12 @@ export default Object.freeze({
|
|
|
286
286
|
dependencies: {
|
|
287
287
|
runtime: {
|
|
288
288
|
"@mdi/js": "^7.4.47",
|
|
289
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
290
|
-
"@jskit-ai/realtime": "0.1.
|
|
291
|
-
"@jskit-ai/kernel": "0.1.
|
|
292
|
-
"@jskit-ai/shell-web": "0.1.
|
|
293
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
294
|
-
"@jskit-ai/users-core": "0.1.
|
|
289
|
+
"@jskit-ai/http-runtime": "0.1.126",
|
|
290
|
+
"@jskit-ai/realtime": "0.1.125",
|
|
291
|
+
"@jskit-ai/kernel": "0.1.128",
|
|
292
|
+
"@jskit-ai/shell-web": "0.1.129",
|
|
293
|
+
"@jskit-ai/uploads-image-web": "0.1.104",
|
|
294
|
+
"@jskit-ai/users-core": "0.1.138"
|
|
295
295
|
},
|
|
296
296
|
dev: {}
|
|
297
297
|
},
|
|
@@ -307,6 +307,7 @@ export default Object.freeze({
|
|
|
307
307
|
{
|
|
308
308
|
from: "templates/src/pages/account/index.vue",
|
|
309
309
|
to: "src/pages/account/index.vue",
|
|
310
|
+
ownership: "app",
|
|
310
311
|
reason: "Install app-owned account surface root page scaffold.",
|
|
311
312
|
category: "users-web",
|
|
312
313
|
id: "users-web-page-account-root"
|
|
@@ -314,6 +315,7 @@ export default Object.freeze({
|
|
|
314
315
|
{
|
|
315
316
|
from: "templates/src/components/account/settings/AccountSettingsProfileSection.vue",
|
|
316
317
|
to: "src/components/account/settings/AccountSettingsProfileSection.vue",
|
|
318
|
+
ownership: "app",
|
|
317
319
|
reason: "Install app-owned account settings profile section scaffold.",
|
|
318
320
|
category: "users-web",
|
|
319
321
|
id: "users-web-component-account-settings-profile"
|
|
@@ -321,6 +323,7 @@ export default Object.freeze({
|
|
|
321
323
|
{
|
|
322
324
|
from: "templates/src/components/account/settings/AccountSettingsPreferencesSection.vue",
|
|
323
325
|
to: "src/components/account/settings/AccountSettingsPreferencesSection.vue",
|
|
326
|
+
ownership: "app",
|
|
324
327
|
reason: "Install app-owned account settings preferences section scaffold.",
|
|
325
328
|
category: "users-web",
|
|
326
329
|
id: "users-web-component-account-settings-preferences"
|
|
@@ -328,6 +331,7 @@ export default Object.freeze({
|
|
|
328
331
|
{
|
|
329
332
|
from: "templates/src/components/account/settings/AccountSettingsNotificationsSection.vue",
|
|
330
333
|
to: "src/components/account/settings/AccountSettingsNotificationsSection.vue",
|
|
334
|
+
ownership: "app",
|
|
331
335
|
reason: "Install app-owned account settings notifications section scaffold.",
|
|
332
336
|
category: "users-web",
|
|
333
337
|
id: "users-web-component-account-settings-notifications"
|
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.144",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@mdi/js": "^7.4.47",
|
|
49
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
50
|
-
"@jskit-ai/kernel": "0.1.
|
|
51
|
-
"@jskit-ai/realtime": "0.1.
|
|
52
|
-
"@jskit-ai/shell-web": "0.1.
|
|
53
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
54
|
-
"@jskit-ai/users-core": "0.1.
|
|
49
|
+
"@jskit-ai/http-runtime": "0.1.126",
|
|
50
|
+
"@jskit-ai/kernel": "0.1.128",
|
|
51
|
+
"@jskit-ai/realtime": "0.1.125",
|
|
52
|
+
"@jskit-ai/shell-web": "0.1.129",
|
|
53
|
+
"@jskit-ai/uploads-image-web": "0.1.104",
|
|
54
|
+
"@jskit-ai/users-core": "0.1.138"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@tanstack/vue-query": "^5.90.5",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import assert from "node:assert/strict";
|
|
2
|
+
import test from "node:test";
|
|
3
|
+
import descriptor from "../package.descriptor.mjs";
|
|
4
|
+
|
|
5
|
+
test("users-web leaves account surface scaffolds app-owned", () => {
|
|
6
|
+
const expectedIds = [
|
|
7
|
+
"users-web-page-account-root",
|
|
8
|
+
"users-web-component-account-settings-profile",
|
|
9
|
+
"users-web-component-account-settings-preferences",
|
|
10
|
+
"users-web-component-account-settings-notifications"
|
|
11
|
+
];
|
|
12
|
+
|
|
13
|
+
for (const id of expectedIds) {
|
|
14
|
+
const mutation = descriptor.mutations.files.find((entry) => entry.id === id);
|
|
15
|
+
assert.ok(mutation, `Missing users-web scaffold mutation ${id}.`);
|
|
16
|
+
assert.equal(mutation.ownership, "app", `${id} must remain app-owned across package updates.`);
|
|
17
|
+
}
|
|
18
|
+
});
|