@shipfox/client-runners 12.0.2 → 14.0.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +32 -0
- package/dist/feature.d.ts +2 -2
- package/dist/feature.js +2 -2
- package/dist/feature.js.map +1 -1
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/feature.ts +2 -2
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 24 files with swc (
|
|
2
|
+
Successfully compiled: 24 files with swc (387.07ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @shipfox/client-runners
|
|
2
2
|
|
|
3
|
+
## 14.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [baa7594]
|
|
8
|
+
- Updated dependencies [f8a98cb]
|
|
9
|
+
- Updated dependencies [1267eb3]
|
|
10
|
+
- Updated dependencies [b2d4550]
|
|
11
|
+
- @shipfox/react-ui@0.5.0
|
|
12
|
+
- @shipfox/client-ui@14.0.0
|
|
13
|
+
- @shipfox/client-shell@14.0.0
|
|
14
|
+
|
|
15
|
+
## 13.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- e405e92: Move client routes to slug-based `/w/$workspaceSlug` and `/p/$projectSlug` URLs, enforce the new composition contract, and support bounded project-slug resolution.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [e405e92]
|
|
24
|
+
- Updated dependencies [f78740d]
|
|
25
|
+
- Updated dependencies [9969937]
|
|
26
|
+
- Updated dependencies [3c73365]
|
|
27
|
+
- Updated dependencies [54c820e]
|
|
28
|
+
- Updated dependencies [6adc228]
|
|
29
|
+
- Updated dependencies [e1efaee]
|
|
30
|
+
- @shipfox/client-shell@13.0.0
|
|
31
|
+
- @shipfox/client-ui@13.0.0
|
|
32
|
+
- @shipfox/react-ui@0.4.0
|
|
33
|
+
- @shipfox/api-runners-dto@12.0.0
|
|
34
|
+
|
|
3
35
|
## 12.0.2
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/dist/feature.d.ts
CHANGED
|
@@ -14,11 +14,11 @@ export declare const runnersSettingsSections: readonly [{
|
|
|
14
14
|
export declare const runnersFeature: {
|
|
15
15
|
readonly id: "shipfox.runners";
|
|
16
16
|
readonly routes: readonly [{
|
|
17
|
-
readonly path: "/
|
|
17
|
+
readonly path: "/w/$workspaceSlug/settings/runners";
|
|
18
18
|
readonly parent: "workspaceSettings";
|
|
19
19
|
readonly impl: "@shipfox/client-runners/routes/runners-settings";
|
|
20
20
|
}, {
|
|
21
|
-
readonly path: "/
|
|
21
|
+
readonly path: "/w/$workspaceSlug/settings/provisioners";
|
|
22
22
|
readonly parent: "workspaceSettings";
|
|
23
23
|
readonly impl: "@shipfox/client-runners/routes/provisioners-settings";
|
|
24
24
|
}];
|
package/dist/feature.js
CHANGED
|
@@ -19,12 +19,12 @@ export const runnersFeature = defineClientFeature({
|
|
|
19
19
|
id: 'shipfox.runners',
|
|
20
20
|
routes: [
|
|
21
21
|
{
|
|
22
|
-
path: '/
|
|
22
|
+
path: '/w/$workspaceSlug/settings/runners',
|
|
23
23
|
parent: 'workspaceSettings',
|
|
24
24
|
impl: '@shipfox/client-runners/routes/runners-settings'
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
path: '/
|
|
27
|
+
path: '/w/$workspaceSlug/settings/provisioners',
|
|
28
28
|
parent: 'workspaceSettings',
|
|
29
29
|
impl: '@shipfox/client-runners/routes/provisioners-settings'
|
|
30
30
|
}
|
package/dist/feature.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/feature.ts"],"sourcesContent":["import {defineClientFeature, type SettingsSectionEntry} from '@shipfox/client-shell';\n\nexport const runnersSettingsSections = [\n {\n id: 'settings.runners',\n pathSegment: 'runners',\n label: 'Runners',\n icon: 'settings3Line',\n order: 200,\n },\n {\n id: 'settings.provisioners',\n pathSegment: 'provisioners',\n label: 'Runner provisioners',\n icon: 'serverLine',\n order: 300,\n },\n] as const satisfies readonly SettingsSectionEntry[];\n\nexport const runnersFeature = defineClientFeature({\n id: 'shipfox.runners',\n routes: [\n {\n path: '/
|
|
1
|
+
{"version":3,"sources":["../src/feature.ts"],"sourcesContent":["import {defineClientFeature, type SettingsSectionEntry} from '@shipfox/client-shell';\n\nexport const runnersSettingsSections = [\n {\n id: 'settings.runners',\n pathSegment: 'runners',\n label: 'Runners',\n icon: 'settings3Line',\n order: 200,\n },\n {\n id: 'settings.provisioners',\n pathSegment: 'provisioners',\n label: 'Runner provisioners',\n icon: 'serverLine',\n order: 300,\n },\n] as const satisfies readonly SettingsSectionEntry[];\n\nexport const runnersFeature = defineClientFeature({\n id: 'shipfox.runners',\n routes: [\n {\n path: '/w/$workspaceSlug/settings/runners',\n parent: 'workspaceSettings',\n impl: '@shipfox/client-runners/routes/runners-settings',\n },\n {\n path: '/w/$workspaceSlug/settings/provisioners',\n parent: 'workspaceSettings',\n impl: '@shipfox/client-runners/routes/provisioners-settings',\n },\n ],\n settingsSections: runnersSettingsSections,\n});\n"],"names":["defineClientFeature","runnersSettingsSections","id","pathSegment","label","icon","order","runnersFeature","routes","path","parent","impl","settingsSections"],"mappings":"AAAA,SAAQA,mBAAmB,QAAkC,wBAAwB;AAErF,OAAO,MAAMC,0BAA0B;IACrC;QACEC,IAAI;QACJC,aAAa;QACbC,OAAO;QACPC,MAAM;QACNC,OAAO;IACT;IACA;QACEJ,IAAI;QACJC,aAAa;QACbC,OAAO;QACPC,MAAM;QACNC,OAAO;IACT;CACD,CAAoD;AAErD,OAAO,MAAMC,iBAAiBP,oBAAoB;IAChDE,IAAI;IACJM,QAAQ;QACN;YACEC,MAAM;YACNC,QAAQ;YACRC,MAAM;QACR;QACA;YACEF,MAAM;YACNC,QAAQ;YACRC,MAAM;QACR;KACD;IACDC,kBAAkBX;AACpB,GAAG"}
|