@north-light/crouter 0.3.356 → 0.3.358
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/dist/api/command-manifest/manifest.d.ts +3 -0
- package/dist/api/command-manifest/manifest.js +1 -1
- package/dist/api/command-manifest/result.d.ts +11 -3
- package/dist/api/command-manifest/result.js +1 -1
- package/dist/api/command-manifest/schema.js +1 -1
- package/dist/api/plugin-manifest-schema.d.ts +31 -8
- package/dist/commands/pkg/browse/command-view.js +1 -1
- package/dist/core/command-plugins/bundle.d.ts +31 -0
- package/dist/core/command-plugins/bundle.js +1 -1
- package/dist/core/help.d.ts +6 -4
- package/dist/core/help.js +7 -7
- package/dist/core/providers/errors.d.ts +97 -0
- package/dist/core/providers/errors.js +1 -0
- package/dist/daemon/api/app-listener.js +12 -12
- package/dist/daemon/api/handlers/providers.d.ts +69 -0
- package/dist/daemon/api/handlers/providers.js +1 -0
- package/dist/daemon/api/operations.js +1 -1
- package/dist/daemon/api/server.js +1 -1
- package/package.json +2 -2
- package/packages/crouter-identity/package.json +1 -1
- package/runtime.lock.json +11 -11
package/runtime.lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@north-light/crouter",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.358",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@north-light/crouter",
|
|
9
|
-
"version": "0.3.
|
|
9
|
+
"version": "0.3.358",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "GPL-3.0-only",
|
|
12
12
|
"workspaces": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@earendil-works/pi-ai": "0.87.1",
|
|
19
19
|
"@earendil-works/pi-coding-agent": "0.87.1",
|
|
20
20
|
"@earendil-works/pi-tui": "0.87.1",
|
|
21
|
-
"@north-light/crouter-identity": "^0.3.
|
|
21
|
+
"@north-light/crouter-identity": "^0.3.358",
|
|
22
22
|
"cron-parser": "^5.6.0",
|
|
23
23
|
"esbuild": "^0.27.7",
|
|
24
24
|
"jose": "^6.2.12",
|
|
@@ -10885,17 +10885,17 @@
|
|
|
10885
10885
|
},
|
|
10886
10886
|
"packages/crouter-api": {
|
|
10887
10887
|
"name": "@north-light/crouter-api",
|
|
10888
|
-
"version": "0.3.
|
|
10888
|
+
"version": "0.3.358",
|
|
10889
10889
|
"license": "GPL-3.0-only"
|
|
10890
10890
|
},
|
|
10891
10891
|
"packages/crouter-env-docker": {
|
|
10892
10892
|
"name": "@north-light/crouter-env-docker",
|
|
10893
|
-
"version": "0.3.
|
|
10893
|
+
"version": "0.3.358",
|
|
10894
10894
|
"license": "GPL-3.0-only"
|
|
10895
10895
|
},
|
|
10896
10896
|
"packages/crouter-identity": {
|
|
10897
10897
|
"name": "@north-light/crouter-identity",
|
|
10898
|
-
"version": "0.3.
|
|
10898
|
+
"version": "0.3.358",
|
|
10899
10899
|
"license": "GPL-3.0-only",
|
|
10900
10900
|
"dependencies": {
|
|
10901
10901
|
"jose": "^6.2.1"
|
|
@@ -10903,19 +10903,19 @@
|
|
|
10903
10903
|
},
|
|
10904
10904
|
"packages/crouter-plugin": {
|
|
10905
10905
|
"name": "@north-light/crouter-plugin",
|
|
10906
|
-
"version": "0.3.
|
|
10906
|
+
"version": "0.3.358",
|
|
10907
10907
|
"license": "GPL-3.0-only",
|
|
10908
10908
|
"dependencies": {
|
|
10909
|
-
"@north-light/crouter-api": "^0.3.
|
|
10909
|
+
"@north-light/crouter-api": "^0.3.358"
|
|
10910
10910
|
}
|
|
10911
10911
|
},
|
|
10912
10912
|
"packages/crouter-sdk": {
|
|
10913
10913
|
"name": "@north-light/crouter-sdk",
|
|
10914
|
-
"version": "0.3.
|
|
10914
|
+
"version": "0.3.358",
|
|
10915
10915
|
"license": "GPL-3.0-only",
|
|
10916
10916
|
"dependencies": {
|
|
10917
|
-
"@north-light/crouter-api": "^0.3.
|
|
10918
|
-
"@north-light/crouter-identity": "^0.3.
|
|
10917
|
+
"@north-light/crouter-api": "^0.3.358",
|
|
10918
|
+
"@north-light/crouter-identity": "^0.3.358",
|
|
10919
10919
|
"jose": "^6.2.1"
|
|
10920
10920
|
}
|
|
10921
10921
|
}
|