@elpapi42/pi-fleet 0.1.0-beta.10 → 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 +28 -1
- package/README.md +99 -167
- package/dist/cli-meta.json +313 -315
- package/dist/cli.mjs +2504 -1812
- 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 +7 -7
- package/dist/installer.mjs +47 -13
- package/dist/installer.mjs.map +2 -2
- 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 +156 -31
- package/dist/runtime-meta.json +378 -53
- package/dist/runtime.mjs +3161 -581
- package/dist/runtime.mjs.map +4 -4
- package/dist/shared/result.d.ts +9 -0
- package/package.json +14 -1
- package/dist/sqlite-worker-meta.json +0 -84
- package/dist/sqlite-worker.mjs +0 -359
- package/dist/sqlite-worker.mjs.map +0 -7
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputs": {
|
|
3
|
+
"src/store/journal-worker-dispatch.ts": {
|
|
4
|
+
"bytes": 4438,
|
|
5
|
+
"imports": [],
|
|
6
|
+
"format": "esm"
|
|
7
|
+
},
|
|
8
|
+
"src/platform/shared/state-security.ts": {
|
|
9
|
+
"bytes": 5853,
|
|
10
|
+
"imports": [
|
|
11
|
+
{
|
|
12
|
+
"path": "node:fs",
|
|
13
|
+
"kind": "import-statement",
|
|
14
|
+
"external": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"path": "node:fs/promises",
|
|
18
|
+
"kind": "import-statement",
|
|
19
|
+
"external": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"path": "node:path",
|
|
23
|
+
"kind": "import-statement",
|
|
24
|
+
"external": true
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"format": "esm"
|
|
28
|
+
},
|
|
29
|
+
"src/store/journal-store.ts": {
|
|
30
|
+
"bytes": 10618,
|
|
31
|
+
"imports": [],
|
|
32
|
+
"format": "esm"
|
|
33
|
+
},
|
|
34
|
+
"src/store/sqlite-journal-store.ts": {
|
|
35
|
+
"bytes": 40697,
|
|
36
|
+
"imports": [
|
|
37
|
+
{
|
|
38
|
+
"path": "node:fs",
|
|
39
|
+
"kind": "import-statement",
|
|
40
|
+
"external": true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "node:path",
|
|
44
|
+
"kind": "import-statement",
|
|
45
|
+
"external": true
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "node:sqlite",
|
|
49
|
+
"kind": "import-statement",
|
|
50
|
+
"external": true
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"path": "src/platform/shared/state-security.ts",
|
|
54
|
+
"kind": "import-statement",
|
|
55
|
+
"original": "../platform/shared/state-security.js"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"path": "src/store/journal-store.ts",
|
|
59
|
+
"kind": "import-statement",
|
|
60
|
+
"original": "./journal-store.js"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"format": "esm"
|
|
64
|
+
},
|
|
65
|
+
"src/store/journal-sqlite-worker.ts": {
|
|
66
|
+
"bytes": 1403,
|
|
67
|
+
"imports": [
|
|
68
|
+
{
|
|
69
|
+
"path": "node:worker_threads",
|
|
70
|
+
"kind": "import-statement",
|
|
71
|
+
"external": true
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"path": "src/store/journal-worker-dispatch.ts",
|
|
75
|
+
"kind": "import-statement",
|
|
76
|
+
"original": "./journal-worker-dispatch.js"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"path": "src/store/sqlite-journal-store.ts",
|
|
80
|
+
"kind": "import-statement",
|
|
81
|
+
"original": "./sqlite-journal-store.js"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"format": "esm"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"outputs": {
|
|
88
|
+
"dist/journal-sqlite-worker.mjs.map": {
|
|
89
|
+
"imports": [],
|
|
90
|
+
"exports": [],
|
|
91
|
+
"inputs": {},
|
|
92
|
+
"bytes": 87821
|
|
93
|
+
},
|
|
94
|
+
"dist/journal-sqlite-worker.mjs": {
|
|
95
|
+
"imports": [
|
|
96
|
+
{
|
|
97
|
+
"path": "node:worker_threads",
|
|
98
|
+
"kind": "import-statement",
|
|
99
|
+
"external": true
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"path": "node:fs",
|
|
103
|
+
"kind": "import-statement",
|
|
104
|
+
"external": true
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"path": "node:path",
|
|
108
|
+
"kind": "import-statement",
|
|
109
|
+
"external": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"path": "node:sqlite",
|
|
113
|
+
"kind": "import-statement",
|
|
114
|
+
"external": true
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"path": "node:fs",
|
|
118
|
+
"kind": "import-statement",
|
|
119
|
+
"external": true
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"path": "node:path",
|
|
123
|
+
"kind": "import-statement",
|
|
124
|
+
"external": true
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"exports": [],
|
|
128
|
+
"entryPoint": "src/store/journal-sqlite-worker.ts",
|
|
129
|
+
"inputs": {
|
|
130
|
+
"src/store/journal-sqlite-worker.ts": {
|
|
131
|
+
"bytesInOutput": 996
|
|
132
|
+
},
|
|
133
|
+
"src/store/journal-worker-dispatch.ts": {
|
|
134
|
+
"bytesInOutput": 3377
|
|
135
|
+
},
|
|
136
|
+
"src/store/sqlite-journal-store.ts": {
|
|
137
|
+
"bytesInOutput": 33569
|
|
138
|
+
},
|
|
139
|
+
"src/platform/shared/state-security.ts": {
|
|
140
|
+
"bytesInOutput": 2417
|
|
141
|
+
},
|
|
142
|
+
"src/store/journal-store.ts": {
|
|
143
|
+
"bytesInOutput": 3380
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"bytes": 44057
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|