@shipfox/client-features 4.0.0 → 6.0.1

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,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 2 files with swc (383.12ms)
2
+ Successfully compiled: 2 files with swc (374.85ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # @shipfox/client-features
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 475ce59: Republishes all public packages after restoring release authorization.
8
+ - Updated dependencies [475ce59]
9
+ - Updated dependencies [3f8f1cb]
10
+ - @shipfox/client-agent@6.0.1
11
+ - @shipfox/client-auth@6.0.1
12
+ - @shipfox/client-integrations@6.0.1
13
+ - @shipfox/client-invitations@6.0.1
14
+ - @shipfox/client-onboarding@6.0.1
15
+ - @shipfox/client-projects@6.0.1
16
+ - @shipfox/client-runners@6.0.1
17
+ - @shipfox/client-secrets@6.0.1
18
+ - @shipfox/client-shell@6.0.1
19
+ - @shipfox/client-triggers@6.0.1
20
+ - @shipfox/client-workflows@6.0.1
21
+ - @shipfox/client-workspace-settings@6.0.1
22
+
23
+ ## 6.0.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [401b583]
28
+ - Updated dependencies [e009149]
29
+ - Updated dependencies [01f1c88]
30
+ - Updated dependencies [d784a07]
31
+ - Updated dependencies [891e469]
32
+ - Updated dependencies [82eda45]
33
+ - Updated dependencies [125c90f]
34
+ - Updated dependencies [f2d50a8]
35
+ - Updated dependencies [cd90c19]
36
+ - Updated dependencies [bb29e41]
37
+ - Updated dependencies [24be269]
38
+ - Updated dependencies [c56c124]
39
+ - Updated dependencies [fa07be9]
40
+ - Updated dependencies [46aa52f]
41
+ - Updated dependencies [9d8f510]
42
+ - Updated dependencies [4a6d124]
43
+ - Updated dependencies [c02ac42]
44
+ - Updated dependencies [32d4392]
45
+ - Updated dependencies [c097dff]
46
+ - Updated dependencies [83f2710]
47
+ - @shipfox/client-agent@6.0.0
48
+ - @shipfox/client-integrations@6.0.0
49
+ - @shipfox/client-projects@6.0.0
50
+ - @shipfox/client-runners@6.0.0
51
+ - @shipfox/client-secrets@6.0.0
52
+ - @shipfox/client-shell@6.0.0
53
+ - @shipfox/client-triggers@6.0.0
54
+ - @shipfox/client-workflows@6.0.0
55
+ - @shipfox/client-workspace-settings@6.0.0
56
+ - @shipfox/client-auth@6.0.0
57
+ - @shipfox/client-invitations@6.0.0
58
+ - @shipfox/client-onboarding@6.0.0
59
+
60
+ ## 5.0.0
61
+
62
+ ### Patch Changes
63
+
64
+ - 8d8cdef: Extracts workspace onboarding into a dedicated coordinator and shares its feature query policies.
65
+ - f1d6465: Moves workspace-settings and project-workflow route ownership from centralized packages into each feature's own route module, so a feature package declares and ships its own settings pages.
66
+ - Updated dependencies [8d8cdef]
67
+ - Updated dependencies [ffd727b]
68
+ - Updated dependencies [f1d6465]
69
+ - Updated dependencies [79df9d1]
70
+ - @shipfox/client-agent@5.0.0
71
+ - @shipfox/client-integrations@5.0.0
72
+ - @shipfox/client-onboarding@5.0.0
73
+ - @shipfox/client-projects@5.0.0
74
+ - @shipfox/client-shell@5.0.0
75
+ - @shipfox/client-auth@5.0.0
76
+ - @shipfox/client-invitations@5.0.0
77
+ - @shipfox/client-workspace-settings@5.0.0
78
+ - @shipfox/client-runners@5.0.0
79
+ - @shipfox/client-secrets@5.0.0
80
+ - @shipfox/client-triggers@5.0.0
81
+ - @shipfox/client-workflows@5.0.0
82
+
3
83
  ## 4.0.0
4
84
 
5
85
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAIzD,wBAAgB,eAAe,IAAI,aAAa,EAAE,CAUjD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAKzD,wBAAgB,eAAe,IAAI,aAAa,EAAE,CAajD"}
package/dist/index.js CHANGED
@@ -3,6 +3,9 @@ import { authFeature } from '@shipfox/client-auth/feature';
3
3
  import { integrationsFeature } from '@shipfox/client-integrations/feature';
4
4
  import { invitationsFeature } from '@shipfox/client-invitations/feature';
5
5
  import { projectsFeature } from '@shipfox/client-projects/feature';
6
+ import { runnersFeature } from '@shipfox/client-runners/feature';
7
+ import { secretsFeature } from '@shipfox/client-secrets/feature';
8
+ import { triggersFeature } from '@shipfox/client-triggers/feature';
6
9
  import { workflowsFeature } from '@shipfox/client-workflows/feature';
7
10
  import { workspaceSettingsFeature } from '@shipfox/client-workspace-settings/feature';
8
11
  export function defaultFeatures() {
@@ -13,6 +16,9 @@ export function defaultFeatures() {
13
16
  projectsFeature,
14
17
  workflowsFeature,
15
18
  agentFeature,
19
+ runnersFeature,
20
+ secretsFeature,
21
+ triggersFeature,
16
22
  workspaceSettingsFeature
17
23
  ];
18
24
  }
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import {agentFeature} from '@shipfox/client-agent/feature';\nimport {authFeature} from '@shipfox/client-auth/feature';\nimport {integrationsFeature} from '@shipfox/client-integrations/feature';\nimport {invitationsFeature} from '@shipfox/client-invitations/feature';\nimport {projectsFeature} from '@shipfox/client-projects/feature';\nimport type {ClientFeature} from '@shipfox/client-shell';\nimport {workflowsFeature} from '@shipfox/client-workflows/feature';\nimport {workspaceSettingsFeature} from '@shipfox/client-workspace-settings/feature';\n\nexport function defaultFeatures(): ClientFeature[] {\n return [\n authFeature,\n invitationsFeature,\n integrationsFeature,\n projectsFeature,\n workflowsFeature,\n agentFeature,\n workspaceSettingsFeature,\n ];\n}\n"],"names":["agentFeature","authFeature","integrationsFeature","invitationsFeature","projectsFeature","workflowsFeature","workspaceSettingsFeature","defaultFeatures"],"mappings":"AAAA,SAAQA,YAAY,QAAO,gCAAgC;AAC3D,SAAQC,WAAW,QAAO,+BAA+B;AACzD,SAAQC,mBAAmB,QAAO,uCAAuC;AACzE,SAAQC,kBAAkB,QAAO,sCAAsC;AACvE,SAAQC,eAAe,QAAO,mCAAmC;AAEjE,SAAQC,gBAAgB,QAAO,oCAAoC;AACnE,SAAQC,wBAAwB,QAAO,6CAA6C;AAEpF,OAAO,SAASC;IACd,OAAO;QACLN;QACAE;QACAD;QACAE;QACAC;QACAL;QACAM;KACD;AACH"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import {agentFeature} from '@shipfox/client-agent/feature';\nimport {authFeature} from '@shipfox/client-auth/feature';\nimport {integrationsFeature} from '@shipfox/client-integrations/feature';\nimport {invitationsFeature} from '@shipfox/client-invitations/feature';\nimport {projectsFeature} from '@shipfox/client-projects/feature';\nimport {runnersFeature} from '@shipfox/client-runners/feature';\nimport {secretsFeature} from '@shipfox/client-secrets/feature';\nimport type {ClientFeature} from '@shipfox/client-shell';\nimport {triggersFeature} from '@shipfox/client-triggers/feature';\nimport {workflowsFeature} from '@shipfox/client-workflows/feature';\nimport {workspaceSettingsFeature} from '@shipfox/client-workspace-settings/feature';\n\nexport function defaultFeatures(): ClientFeature[] {\n return [\n authFeature,\n invitationsFeature,\n integrationsFeature,\n projectsFeature,\n workflowsFeature,\n agentFeature,\n runnersFeature,\n secretsFeature,\n triggersFeature,\n workspaceSettingsFeature,\n ];\n}\n"],"names":["agentFeature","authFeature","integrationsFeature","invitationsFeature","projectsFeature","runnersFeature","secretsFeature","triggersFeature","workflowsFeature","workspaceSettingsFeature","defaultFeatures"],"mappings":"AAAA,SAAQA,YAAY,QAAO,gCAAgC;AAC3D,SAAQC,WAAW,QAAO,+BAA+B;AACzD,SAAQC,mBAAmB,QAAO,uCAAuC;AACzE,SAAQC,kBAAkB,QAAO,sCAAsC;AACvE,SAAQC,eAAe,QAAO,mCAAmC;AACjE,SAAQC,cAAc,QAAO,kCAAkC;AAC/D,SAAQC,cAAc,QAAO,kCAAkC;AAE/D,SAAQC,eAAe,QAAO,mCAAmC;AACjE,SAAQC,gBAAgB,QAAO,oCAAoC;AACnE,SAAQC,wBAAwB,QAAO,6CAA6C;AAEpF,OAAO,SAASC;IACd,OAAO;QACLT;QACAE;QACAD;QACAE;QACAI;QACAR;QACAK;QACAC;QACAC;QACAE;KACD;AACH"}
@@ -1 +1 @@
1
- {"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../src/runtime.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,WAAW,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAEnF,eAAO,MAAM,aAAa,EAAE,WAAqD,CAAC;AAClF,eAAO,MAAM,yBAAyB,EAAE,kBAA4C,CAAC"}
1
+ {"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../src/runtime.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,WAAW,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAEnF,eAAO,MAAM,aAAa,EAAE,WAAqD,CAAC;AAClF,eAAO,MAAM,yBAAyB,EAAE,kBAA4C,CAAC"}
package/dist/runtime.js CHANGED
@@ -1,4 +1,5 @@
1
- import { loadWorkspaceSetupRoute, ProjectBreadcrumb, ProjectLayoutGuard } from '@shipfox/client-projects';
1
+ import { loadWorkspaceSetupRoute } from '@shipfox/client-onboarding';
2
+ import { ProjectBreadcrumb, ProjectLayoutGuard } from '@shipfox/client-projects';
2
3
  export const defaultChrome = {
3
4
  ProjectBreadcrumb,
4
5
  ProjectLayoutGuard
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/runtime.tsx"],"sourcesContent":["import {\n loadWorkspaceSetupRoute,\n ProjectBreadcrumb,\n ProjectLayoutGuard,\n} from '@shipfox/client-projects';\nimport type {ChromeSlots, WorkspaceSetupGate} from '@shipfox/client-shell/runtime';\n\nexport const defaultChrome: ChromeSlots = {ProjectBreadcrumb, ProjectLayoutGuard};\nexport const defaultWorkspaceSetupGate: WorkspaceSetupGate = loadWorkspaceSetupRoute;\n"],"names":["loadWorkspaceSetupRoute","ProjectBreadcrumb","ProjectLayoutGuard","defaultChrome","defaultWorkspaceSetupGate"],"mappings":"AAAA,SACEA,uBAAuB,EACvBC,iBAAiB,EACjBC,kBAAkB,QACb,2BAA2B;AAGlC,OAAO,MAAMC,gBAA6B;IAACF;IAAmBC;AAAkB,EAAE;AAClF,OAAO,MAAME,4BAAgDJ,wBAAwB"}
1
+ {"version":3,"sources":["../src/runtime.tsx"],"sourcesContent":["import {loadWorkspaceSetupRoute} from '@shipfox/client-onboarding';\nimport {ProjectBreadcrumb, ProjectLayoutGuard} from '@shipfox/client-projects';\nimport type {ChromeSlots, WorkspaceSetupGate} from '@shipfox/client-shell/runtime';\n\nexport const defaultChrome: ChromeSlots = {ProjectBreadcrumb, ProjectLayoutGuard};\nexport const defaultWorkspaceSetupGate: WorkspaceSetupGate = loadWorkspaceSetupRoute;\n"],"names":["loadWorkspaceSetupRoute","ProjectBreadcrumb","ProjectLayoutGuard","defaultChrome","defaultWorkspaceSetupGate"],"mappings":"AAAA,SAAQA,uBAAuB,QAAO,6BAA6B;AACnE,SAAQC,iBAAiB,EAAEC,kBAAkB,QAAO,2BAA2B;AAG/E,OAAO,MAAMC,gBAA6B;IAACF;IAAmBC;AAAkB,EAAE;AAClF,OAAO,MAAME,4BAAgDJ,wBAAwB"}