@elpapi42/pi-fleet 0.1.0-beta.1 → 0.1.0-beta.13
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/CHANGELOG.md +180 -3
- package/README.md +118 -120
- package/bin/pifleet-runtime.mjs +1 -1
- package/dist/cli-meta.json +5555 -175
- package/dist/cli.mjs +4391 -471
- package/dist/cli.mjs.map +4 -4
- package/dist/client/agent-target.d.ts +33 -0
- package/dist/client/contracts.d.ts +81 -0
- package/dist/client/fleet-client.d.ts +118 -0
- package/dist/client/index.d.ts +4 -0
- package/dist/client/sdk-connector.d.ts +7 -0
- package/dist/client/sdk-facade.d.ts +84 -0
- package/dist/client/sdk-transport.d.ts +24 -0
- package/dist/client/shared-client.d.ts +18 -0
- package/dist/client/socket-fleet-client.d.ts +21 -0
- package/dist/client-meta.json +5736 -0
- package/dist/client.mjs +4434 -0
- package/dist/client.mjs.map +7 -0
- package/dist/installer-meta.json +87 -13
- package/dist/installer.mjs +589 -95
- package/dist/installer.mjs.map +4 -4
- package/dist/journal-sqlite-worker-meta.json +149 -0
- package/dist/journal-sqlite-worker.mjs +1110 -0
- package/dist/journal-sqlite-worker.mjs.map +7 -0
- package/dist/pi/external-installation.d.ts +23 -0
- package/dist/platform/client/start-runtime.d.ts +25 -0
- package/dist/platform/install/runtime-release.d.ts +8 -0
- package/dist/platform/install/tree-integrity.d.ts +7 -0
- package/dist/platform/shared/paths.d.ts +8 -0
- package/dist/platform/shared/runtime-ownership.d.ts +14 -0
- package/dist/protocol/jsonl.d.ts +3 -0
- package/dist/protocol/pi-identity.d.ts +16 -0
- package/dist/protocol/semantic-segmentation.d.ts +22 -0
- package/dist/protocol/version.d.ts +2 -0
- package/dist/runtime/semantic-events.d.ts +43 -0
- package/dist/runtime-manifest.json +167 -48
- package/dist/runtime-meta.json +3241 -2808
- package/dist/runtime.mjs +9290 -5641
- package/dist/runtime.mjs.map +4 -4
- package/dist/shared/result.d.ts +9 -0
- package/package.json +24 -5
- package/dist/sqlite-worker-meta.json +0 -84
- package/dist/sqlite-worker.mjs +0 -304
- package/dist/sqlite-worker.mjs.map +0 -7
package/dist/installer-meta.json
CHANGED
|
@@ -1,7 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
|
+
"src/pi/external-installation.ts": {
|
|
4
|
+
"bytes": 9540,
|
|
5
|
+
"imports": [
|
|
6
|
+
{
|
|
7
|
+
"path": "node:child_process",
|
|
8
|
+
"kind": "import-statement",
|
|
9
|
+
"external": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"path": "node:crypto",
|
|
13
|
+
"kind": "import-statement",
|
|
14
|
+
"external": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"path": "node:fs",
|
|
18
|
+
"kind": "import-statement",
|
|
19
|
+
"external": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"path": "node:fs",
|
|
23
|
+
"kind": "import-statement",
|
|
24
|
+
"external": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "node:fs/promises",
|
|
28
|
+
"kind": "import-statement",
|
|
29
|
+
"external": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"path": "node:path",
|
|
33
|
+
"kind": "import-statement",
|
|
34
|
+
"external": true
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"format": "esm"
|
|
38
|
+
},
|
|
3
39
|
"src/platform/install/service-definition.ts": {
|
|
4
|
-
"bytes":
|
|
40
|
+
"bytes": 3417,
|
|
5
41
|
"imports": [
|
|
6
42
|
{
|
|
7
43
|
"path": "node:path",
|
|
@@ -12,7 +48,7 @@
|
|
|
12
48
|
"format": "esm"
|
|
13
49
|
},
|
|
14
50
|
"src/platform/install/service-installer.ts": {
|
|
15
|
-
"bytes":
|
|
51
|
+
"bytes": 6874,
|
|
16
52
|
"imports": [
|
|
17
53
|
{
|
|
18
54
|
"path": "node:fs",
|
|
@@ -43,7 +79,7 @@
|
|
|
43
79
|
"format": "esm"
|
|
44
80
|
},
|
|
45
81
|
"src/platform/install/tree-integrity.ts": {
|
|
46
|
-
"bytes":
|
|
82
|
+
"bytes": 2529,
|
|
47
83
|
"imports": [
|
|
48
84
|
{
|
|
49
85
|
"path": "node:crypto",
|
|
@@ -64,7 +100,7 @@
|
|
|
64
100
|
"format": "esm"
|
|
65
101
|
},
|
|
66
102
|
"src/platform/install/runtime-release.ts": {
|
|
67
|
-
"bytes":
|
|
103
|
+
"bytes": 17608,
|
|
68
104
|
"imports": [
|
|
69
105
|
{
|
|
70
106
|
"path": "node:crypto",
|
|
@@ -106,7 +142,7 @@
|
|
|
106
142
|
"format": "esm"
|
|
107
143
|
},
|
|
108
144
|
"src/entry/installer.ts": {
|
|
109
|
-
"bytes":
|
|
145
|
+
"bytes": 2374,
|
|
110
146
|
"imports": [
|
|
111
147
|
{
|
|
112
148
|
"path": "node:child_process",
|
|
@@ -128,6 +164,11 @@
|
|
|
128
164
|
"kind": "import-statement",
|
|
129
165
|
"external": true
|
|
130
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"path": "src/pi/external-installation.ts",
|
|
169
|
+
"kind": "import-statement",
|
|
170
|
+
"original": "../pi/external-installation.js"
|
|
171
|
+
},
|
|
131
172
|
{
|
|
132
173
|
"path": "src/platform/install/service-installer.ts",
|
|
133
174
|
"kind": "import-statement",
|
|
@@ -152,7 +193,7 @@
|
|
|
152
193
|
"imports": [],
|
|
153
194
|
"exports": [],
|
|
154
195
|
"inputs": {},
|
|
155
|
-
"bytes":
|
|
196
|
+
"bytes": 68926
|
|
156
197
|
},
|
|
157
198
|
"dist/installer.mjs": {
|
|
158
199
|
"imports": [
|
|
@@ -176,6 +217,36 @@
|
|
|
176
217
|
"kind": "import-statement",
|
|
177
218
|
"external": true
|
|
178
219
|
},
|
|
220
|
+
{
|
|
221
|
+
"path": "node:child_process",
|
|
222
|
+
"kind": "import-statement",
|
|
223
|
+
"external": true
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"path": "node:crypto",
|
|
227
|
+
"kind": "import-statement",
|
|
228
|
+
"external": true
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "node:fs",
|
|
232
|
+
"kind": "import-statement",
|
|
233
|
+
"external": true
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"path": "node:fs",
|
|
237
|
+
"kind": "import-statement",
|
|
238
|
+
"external": true
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"path": "node:fs/promises",
|
|
242
|
+
"kind": "import-statement",
|
|
243
|
+
"external": true
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"path": "node:path",
|
|
247
|
+
"kind": "import-statement",
|
|
248
|
+
"external": true
|
|
249
|
+
},
|
|
179
250
|
{
|
|
180
251
|
"path": "node:fs",
|
|
181
252
|
"kind": "import-statement",
|
|
@@ -250,25 +321,28 @@
|
|
|
250
321
|
"entryPoint": "src/entry/installer.ts",
|
|
251
322
|
"inputs": {
|
|
252
323
|
"src/entry/installer.ts": {
|
|
253
|
-
"bytesInOutput":
|
|
324
|
+
"bytesInOutput": 1878
|
|
325
|
+
},
|
|
326
|
+
"src/pi/external-installation.ts": {
|
|
327
|
+
"bytesInOutput": 7521
|
|
254
328
|
},
|
|
255
329
|
"src/platform/install/service-installer.ts": {
|
|
256
|
-
"bytesInOutput":
|
|
330
|
+
"bytesInOutput": 5655
|
|
257
331
|
},
|
|
258
332
|
"src/platform/install/service-definition.ts": {
|
|
259
|
-
"bytesInOutput":
|
|
333
|
+
"bytesInOutput": 2835
|
|
260
334
|
},
|
|
261
335
|
"src/platform/install/runtime-release.ts": {
|
|
262
|
-
"bytesInOutput":
|
|
336
|
+
"bytesInOutput": 14951
|
|
263
337
|
},
|
|
264
338
|
"src/platform/install/tree-integrity.ts": {
|
|
265
|
-
"bytesInOutput":
|
|
339
|
+
"bytesInOutput": 2233
|
|
266
340
|
},
|
|
267
341
|
"src/platform/shared/paths.ts": {
|
|
268
|
-
"bytesInOutput":
|
|
342
|
+
"bytesInOutput": 404
|
|
269
343
|
}
|
|
270
344
|
},
|
|
271
|
-
"bytes":
|
|
345
|
+
"bytes": 35995
|
|
272
346
|
}
|
|
273
347
|
}
|
|
274
348
|
}
|