@jskit-ai/workspaces-web 0.1.104 → 0.1.105
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/workspaces-web",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.105",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
7
7
|
dependsOn: [
|
|
@@ -232,9 +232,9 @@ export default Object.freeze({
|
|
|
232
232
|
mutations: {
|
|
233
233
|
dependencies: {
|
|
234
234
|
runtime: {
|
|
235
|
-
"@jskit-ai/auth-web": "0.1.
|
|
236
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
237
|
-
"@jskit-ai/users-web": "0.1.
|
|
235
|
+
"@jskit-ai/auth-web": "0.1.127",
|
|
236
|
+
"@jskit-ai/workspaces-core": "0.1.104",
|
|
237
|
+
"@jskit-ai/users-web": "0.1.143"
|
|
238
238
|
},
|
|
239
239
|
dev: {}
|
|
240
240
|
},
|
|
@@ -251,6 +251,7 @@ export default Object.freeze({
|
|
|
251
251
|
{
|
|
252
252
|
from: "templates/packages/main/src/client/components/AccountPendingInvitesCue.vue",
|
|
253
253
|
to: "packages/main/src/client/components/AccountPendingInvitesCue.vue",
|
|
254
|
+
ownership: "app",
|
|
254
255
|
reason: "Install app-owned account pending invites cue component scaffold.",
|
|
255
256
|
category: "workspaces-web",
|
|
256
257
|
id: "users-web-main-component-account-pending-invites-cue"
|
|
@@ -258,6 +259,7 @@ export default Object.freeze({
|
|
|
258
259
|
{
|
|
259
260
|
from: "templates/packages/main/src/client/components/AccountSettingsInvitesSection.vue",
|
|
260
261
|
to: "packages/main/src/client/components/AccountSettingsInvitesSection.vue",
|
|
262
|
+
ownership: "app",
|
|
261
263
|
reason: "Install app-owned account invites section scaffold for multihoming account settings.",
|
|
262
264
|
category: "workspaces-web",
|
|
263
265
|
id: "users-web-main-component-account-settings-invites-section"
|
|
@@ -265,6 +267,7 @@ export default Object.freeze({
|
|
|
265
267
|
{
|
|
266
268
|
from: "templates/src/pages/invite/[token].vue",
|
|
267
269
|
to: "src/pages/invite/[token].vue",
|
|
270
|
+
ownership: "app",
|
|
268
271
|
reason: "Install public workspace invite acceptance route scaffold.",
|
|
269
272
|
category: "workspaces-web",
|
|
270
273
|
id: "workspaces-web-page-public-invite"
|
|
@@ -272,6 +275,7 @@ export default Object.freeze({
|
|
|
272
275
|
{
|
|
273
276
|
from: "templates/src/components/WorkspaceNotFoundCard.vue",
|
|
274
277
|
to: "src/components/WorkspaceNotFoundCard.vue",
|
|
278
|
+
ownership: "app",
|
|
275
279
|
reason: "Install app-owned workspace not-found card component used by workspace-dependent surfaces.",
|
|
276
280
|
category: "workspaces-web",
|
|
277
281
|
id: "users-web-component-workspace-not-found-card",
|
|
@@ -283,6 +287,7 @@ export default Object.freeze({
|
|
|
283
287
|
{
|
|
284
288
|
from: "templates/src/composables/useWorkspaceNotFoundState.js",
|
|
285
289
|
to: "src/composables/useWorkspaceNotFoundState.js",
|
|
290
|
+
ownership: "app",
|
|
286
291
|
reason: "Install app-owned workspace bootstrap status composable for workspace-dependent surfaces.",
|
|
287
292
|
category: "workspaces-web",
|
|
288
293
|
id: "users-web-composable-workspace-not-found-state",
|
|
@@ -295,6 +300,7 @@ export default Object.freeze({
|
|
|
295
300
|
from: "templates/src/surfaces/app/root.vue",
|
|
296
301
|
toSurface: "app",
|
|
297
302
|
toSurfaceRoot: true,
|
|
303
|
+
ownership: "app",
|
|
298
304
|
reason: "Install workspace app surface wrapper shell for workspaces-web.",
|
|
299
305
|
category: "workspaces-web",
|
|
300
306
|
id: "users-web-page-app-wrapper",
|
|
@@ -307,6 +313,7 @@ export default Object.freeze({
|
|
|
307
313
|
from: "templates/src/surfaces/app/index.vue",
|
|
308
314
|
toSurface: "app",
|
|
309
315
|
toSurfacePath: "index.vue",
|
|
316
|
+
ownership: "app",
|
|
310
317
|
reason: "Install workspace app surface starter page scaffold for workspaces-web.",
|
|
311
318
|
category: "workspaces-web",
|
|
312
319
|
id: "users-web-page-app-index",
|
|
@@ -319,6 +326,7 @@ export default Object.freeze({
|
|
|
319
326
|
from: "templates/src/surfaces/admin/root.vue",
|
|
320
327
|
toSurface: "admin",
|
|
321
328
|
toSurfaceRoot: true,
|
|
329
|
+
ownership: "app",
|
|
322
330
|
reason: "Install workspace admin surface wrapper shell for workspaces-web.",
|
|
323
331
|
category: "workspaces-web",
|
|
324
332
|
id: "users-web-page-admin-wrapper",
|
|
@@ -331,6 +339,7 @@ export default Object.freeze({
|
|
|
331
339
|
from: "templates/src/surfaces/admin/index.vue",
|
|
332
340
|
toSurface: "admin",
|
|
333
341
|
toSurfacePath: "index.vue",
|
|
342
|
+
ownership: "app",
|
|
334
343
|
reason: "Install workspace admin surface starter page scaffold for workspaces-web.",
|
|
335
344
|
category: "workspaces-web",
|
|
336
345
|
id: "users-web-page-admin-index",
|
|
@@ -343,6 +352,7 @@ export default Object.freeze({
|
|
|
343
352
|
from: "templates/src/pages/admin/members/index.vue",
|
|
344
353
|
toSurface: "admin",
|
|
345
354
|
toSurfacePath: "members/index.vue",
|
|
355
|
+
ownership: "app",
|
|
346
356
|
reason: "Install admin members starter page scaffold for workspaces-web members UI.",
|
|
347
357
|
category: "workspaces-web",
|
|
348
358
|
id: "users-web-page-admin-members",
|
|
@@ -355,6 +365,7 @@ export default Object.freeze({
|
|
|
355
365
|
from: "templates/src/pages/admin/workspace/settings.vue",
|
|
356
366
|
toSurface: "admin",
|
|
357
367
|
toSurfacePath: "workspace/settings.vue",
|
|
368
|
+
ownership: "app",
|
|
358
369
|
reason: "Install workspace settings shell route scaffold for workspaces-web workspace admin UI.",
|
|
359
370
|
category: "workspaces-web",
|
|
360
371
|
id: "users-web-page-admin-workspace-settings-shell",
|
|
@@ -367,6 +378,7 @@ export default Object.freeze({
|
|
|
367
378
|
from: "templates/src/pages/admin/workspace/settings/index.vue",
|
|
368
379
|
toSurface: "admin",
|
|
369
380
|
toSurfacePath: "workspace/settings/index.vue",
|
|
381
|
+
ownership: "app",
|
|
370
382
|
reason: "Install workspace settings index stub scaffold for app-owned landing or redirect behavior.",
|
|
371
383
|
category: "workspaces-web",
|
|
372
384
|
id: "users-web-page-admin-workspace-settings",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/workspaces-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.105",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@mdi/js": "^7.4.47",
|
|
18
|
-
"@jskit-ai/auth-web": "0.1.
|
|
19
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
20
|
-
"@jskit-ai/kernel": "0.1.
|
|
21
|
-
"@jskit-ai/shell-web": "0.1.
|
|
22
|
-
"@jskit-ai/users-core": "0.1.
|
|
23
|
-
"@jskit-ai/users-web": "0.1.
|
|
24
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
18
|
+
"@jskit-ai/auth-web": "0.1.127",
|
|
19
|
+
"@jskit-ai/http-runtime": "0.1.125",
|
|
20
|
+
"@jskit-ai/kernel": "0.1.127",
|
|
21
|
+
"@jskit-ai/shell-web": "0.1.128",
|
|
22
|
+
"@jskit-ai/users-core": "0.1.137",
|
|
23
|
+
"@jskit-ai/users-web": "0.1.143",
|
|
24
|
+
"@jskit-ai/workspaces-core": "0.1.104"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@tanstack/vue-query": "^5.90.5",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import assert from "node:assert/strict";
|
|
2
|
+
import test from "node:test";
|
|
3
|
+
import descriptor from "../package.descriptor.mjs";
|
|
4
|
+
|
|
5
|
+
test("workspaces-web leaves editable workspace scaffolds app-owned", () => {
|
|
6
|
+
const fileMutations = descriptor.mutations.files;
|
|
7
|
+
|
|
8
|
+
assert.ok(fileMutations.length > 0);
|
|
9
|
+
for (const mutation of fileMutations) {
|
|
10
|
+
assert.equal(
|
|
11
|
+
mutation.ownership,
|
|
12
|
+
"app",
|
|
13
|
+
`${mutation.id} must remain app-owned across package updates.`
|
|
14
|
+
);
|
|
15
|
+
}
|
|
16
|
+
});
|