@burgan-tech/vnext-meta 0.0.58 → 0.0.61
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/features.json +17 -1
- package/package.json +1 -1
- package/version-manifest.json +69 -54
package/features.json
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
2
|
+
"runtimeVersion": "0.0.58",
|
|
3
|
+
"engine": {
|
|
4
|
+
"customScriptHelpers": {
|
|
5
|
+
"since": "0.0.58",
|
|
6
|
+
"status": "experimental",
|
|
7
|
+
"configFlag": "Scripting:Helpers:Enabled",
|
|
8
|
+
"description": "Reference reusable C# helper components (sys-mappings) from a mapping via mapping.scripts.helpers[] (Reference: key/version/domain/flow), with a per-mapping mapping.scripts.allowedAssemblies grant. A workflow may also declare a flow-level scripts object that is unioned with each mapping's scripts (helpers deduped, assemblies merged). The referenced helper set is compiled first under a best-effort compile-time sandbox (reference allow-list + mandatory banned-namespace analyzer), cached by content hash, then the mapping is compiled against it with helper namespaces auto-imported. A mapping may set encoding=REF to run a sys-mappings component directly (code is a Reference, resolved from the component store; single level, no REF chaining). Grants merge on top of the Scripting:Sandbox:AllowedAssemblies baseline. Disabled by default; not a hard security boundary.",
|
|
9
|
+
"relatedConfig": [
|
|
10
|
+
"Scripting:Helpers:Enabled",
|
|
11
|
+
"Scripting:Sandbox:Enabled",
|
|
12
|
+
"Scripting:Sandbox:AllowedAssemblies",
|
|
13
|
+
"Scripting:Sandbox:BannedNamespaces",
|
|
14
|
+
"Scripting:Sandbox:PluginDirectory",
|
|
15
|
+
"Scripting:Sandbox:AllowUnsafe"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
3
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burgan-tech/vnext-meta",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"description": "vNext Runtime metadata package — version manifest, feature catalog, deprecation registry, and component metadata for offline consumption by Forge Studio, CLI, and domain packages.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
package/version-manifest.json
CHANGED
|
@@ -1,79 +1,94 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": {
|
|
3
|
+
"0.0.61": {
|
|
4
|
+
"schemaVersion": "0.0.46",
|
|
5
|
+
"releasedAt": "2026-06-15",
|
|
6
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-60"
|
|
7
|
+
},
|
|
8
|
+
"0.0.60": {
|
|
9
|
+
"schemaVersion": "0.0.46",
|
|
10
|
+
"releasedAt": "2026-06-15",
|
|
11
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-60"
|
|
12
|
+
},
|
|
13
|
+
"0.0.59": {
|
|
14
|
+
"schemaVersion": "0.0.45",
|
|
15
|
+
"releasedAt": "2026-06-03",
|
|
16
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
17
|
+
},
|
|
3
18
|
"0.0.58": {
|
|
4
19
|
"schemaVersion": "0.0.43",
|
|
5
20
|
"releasedAt": "2026-06-02",
|
|
6
|
-
"releaseNotes": "https://
|
|
21
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
7
22
|
},
|
|
8
23
|
"0.0.57": {
|
|
9
24
|
"schemaVersion": "0.0.42",
|
|
10
25
|
"releasedAt": "2026-05-08",
|
|
11
|
-
"releaseNotes": "https://
|
|
26
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-57"
|
|
12
27
|
},
|
|
13
28
|
"0.0.56": {
|
|
14
29
|
"schemaVersion": "0.0.42",
|
|
15
30
|
"releasedAt": "2026-05-08",
|
|
16
|
-
"releaseNotes": "https://
|
|
31
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-56"
|
|
17
32
|
},
|
|
18
33
|
"0.0.55": {
|
|
19
34
|
"schemaVersion": "0.0.42",
|
|
20
35
|
"releasedAt": "2026-05-08",
|
|
21
|
-
"releaseNotes": "https://
|
|
36
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-55"
|
|
22
37
|
},
|
|
23
38
|
"0.0.54": {
|
|
24
39
|
"schemaVersion": "0.0.42",
|
|
25
40
|
"releasedAt": "2026-05-08",
|
|
26
|
-
"releaseNotes": "https://
|
|
41
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
27
42
|
},
|
|
28
43
|
"0.0.53": {
|
|
29
44
|
"schemaVersion": "0.0.41",
|
|
30
45
|
"releasedAt": "2026-05-08",
|
|
31
|
-
"releaseNotes": "https://
|
|
46
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
32
47
|
},
|
|
33
48
|
"0.0.52": {
|
|
34
49
|
"schemaVersion": "0.0.41",
|
|
35
50
|
"releasedAt": "2026-05-08",
|
|
36
|
-
"releaseNotes": "https://
|
|
51
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
37
52
|
},
|
|
38
53
|
"0.0.51": {
|
|
39
54
|
"schemaVersion": "0.0.41",
|
|
40
55
|
"releasedAt": "2026-05-05",
|
|
41
|
-
"releaseNotes": "https://
|
|
56
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
42
57
|
},
|
|
43
58
|
"0.0.50": {
|
|
44
59
|
"schemaVersion": "0.0.41",
|
|
45
60
|
"releasedAt": "2026-04-25",
|
|
46
|
-
"releaseNotes": "https://
|
|
61
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
47
62
|
},
|
|
48
63
|
"0.0.49": {
|
|
49
64
|
"schemaVersion": "0.0.41",
|
|
50
65
|
"releasedAt": "2026-04-15",
|
|
51
|
-
"releaseNotes": "https://
|
|
66
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
52
67
|
},
|
|
53
68
|
"0.0.48": {
|
|
54
69
|
"schemaVersion": "0.0.41",
|
|
55
70
|
"releasedAt": "2026-04-13",
|
|
56
|
-
"releaseNotes": "https://
|
|
71
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
57
72
|
},
|
|
58
73
|
"0.0.47": {
|
|
59
74
|
"schemaVersion": "0.0.41",
|
|
60
75
|
"releasedAt": "2026-04-12",
|
|
61
|
-
"releaseNotes": "https://
|
|
76
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
62
77
|
},
|
|
63
78
|
"0.0.46": {
|
|
64
79
|
"schemaVersion": "0.0.41",
|
|
65
80
|
"releasedAt": "2026-04-09",
|
|
66
|
-
"releaseNotes": "https://
|
|
81
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
67
82
|
},
|
|
68
83
|
"0.0.45": {
|
|
69
84
|
"schemaVersion": "0.0.41",
|
|
70
85
|
"releasedAt": "2026-04-08",
|
|
71
|
-
"releaseNotes": "https://
|
|
86
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
72
87
|
},
|
|
73
88
|
"0.0.44": {
|
|
74
89
|
"schemaVersion": "0.0.41",
|
|
75
90
|
"releasedAt": "2026-04-07",
|
|
76
|
-
"releaseNotes": "https://
|
|
91
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
77
92
|
},
|
|
78
93
|
"0.0.43": {
|
|
79
94
|
"schemaVersion": "0.0.39",
|
|
@@ -88,7 +103,7 @@
|
|
|
88
103
|
"0.0.41": {
|
|
89
104
|
"schemaVersion": "0.0.41",
|
|
90
105
|
"releasedAt": "2026-03-11",
|
|
91
|
-
"releaseNotes": "https://
|
|
106
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
92
107
|
},
|
|
93
108
|
"0.0.40": {
|
|
94
109
|
"schemaVersion": "0.0.38",
|
|
@@ -108,192 +123,192 @@
|
|
|
108
123
|
"0.0.37": {
|
|
109
124
|
"schemaVersion": "0.0.36",
|
|
110
125
|
"releasedAt": "2026-02-17",
|
|
111
|
-
"releaseNotes": "https://
|
|
126
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
112
127
|
},
|
|
113
128
|
"0.0.36": {
|
|
114
129
|
"schemaVersion": "0.0.35",
|
|
115
130
|
"releasedAt": "2026-02-05",
|
|
116
|
-
"releaseNotes": "https://
|
|
131
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
117
132
|
},
|
|
118
133
|
"0.0.35": {
|
|
119
134
|
"schemaVersion": "0.0.34",
|
|
120
135
|
"releasedAt": "2026-02-03",
|
|
121
|
-
"releaseNotes": "https://
|
|
136
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
122
137
|
},
|
|
123
138
|
"0.0.34": {
|
|
124
139
|
"schemaVersion": "0.0.34",
|
|
125
140
|
"releasedAt": "2026-02-01",
|
|
126
|
-
"releaseNotes": "https://
|
|
141
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
127
142
|
},
|
|
128
143
|
"0.0.33": {
|
|
129
144
|
"schemaVersion": "0.0.33",
|
|
130
145
|
"releasedAt": "2026-01-28",
|
|
131
|
-
"releaseNotes": "https://
|
|
146
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
132
147
|
},
|
|
133
148
|
"0.0.32": {
|
|
134
149
|
"schemaVersion": "0.0.32",
|
|
135
150
|
"releasedAt": "2026-01-26",
|
|
136
|
-
"releaseNotes": "https://
|
|
151
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
137
152
|
},
|
|
138
153
|
"0.0.31": {
|
|
139
154
|
"schemaVersion": "0.0.30",
|
|
140
155
|
"releasedAt": "2026-01-13",
|
|
141
|
-
"releaseNotes": "https://
|
|
156
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
142
157
|
},
|
|
143
158
|
"0.0.30": {
|
|
144
159
|
"schemaVersion": "0.0.30",
|
|
145
160
|
"releasedAt": "2026-01-07",
|
|
146
|
-
"releaseNotes": "https://
|
|
161
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
147
162
|
},
|
|
148
163
|
"0.0.29": {
|
|
149
164
|
"schemaVersion": "0.0.29",
|
|
150
165
|
"releasedAt": "2026-01-04",
|
|
151
|
-
"releaseNotes": "https://
|
|
166
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
152
167
|
},
|
|
153
168
|
"0.0.28": {
|
|
154
169
|
"schemaVersion": "0.0.28",
|
|
155
170
|
"releasedAt": "2025-12-23",
|
|
156
|
-
"releaseNotes": "https://
|
|
171
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
157
172
|
},
|
|
158
173
|
"0.0.27": {
|
|
159
174
|
"schemaVersion": "0.0.28",
|
|
160
175
|
"releasedAt": "2025-12-19",
|
|
161
|
-
"releaseNotes": "https://
|
|
176
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
162
177
|
},
|
|
163
178
|
"0.0.26": {
|
|
164
179
|
"schemaVersion": "0.0.28",
|
|
165
180
|
"releasedAt": "2025-12-16",
|
|
166
|
-
"releaseNotes": "https://
|
|
181
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
167
182
|
},
|
|
168
183
|
"0.0.25": {
|
|
169
184
|
"schemaVersion": "0.0.25",
|
|
170
185
|
"releasedAt": "2025-12-15",
|
|
171
|
-
"releaseNotes": "https://
|
|
186
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
172
187
|
},
|
|
173
188
|
"0.0.24": {
|
|
174
189
|
"schemaVersion": "0.0.24",
|
|
175
190
|
"releasedAt": "2025-12-15",
|
|
176
|
-
"releaseNotes": "https://
|
|
191
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
177
192
|
},
|
|
178
193
|
"0.0.23": {
|
|
179
194
|
"schemaVersion": "0.0.23",
|
|
180
195
|
"releasedAt": "2025-12-15",
|
|
181
|
-
"releaseNotes": "https://
|
|
196
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
182
197
|
},
|
|
183
198
|
"0.0.22": {
|
|
184
199
|
"schemaVersion": "0.0.27",
|
|
185
200
|
"releasedAt": "2025-12-03",
|
|
186
|
-
"releaseNotes": "https://
|
|
201
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
187
202
|
},
|
|
188
203
|
"0.0.21": {
|
|
189
204
|
"schemaVersion": "0.0.26",
|
|
190
205
|
"releasedAt": "2025-11-27",
|
|
191
|
-
"releaseNotes": "https://
|
|
206
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
192
207
|
},
|
|
193
208
|
"0.0.20": {
|
|
194
209
|
"schemaVersion": "0.0.25",
|
|
195
210
|
"releasedAt": "2025-11-19",
|
|
196
|
-
"releaseNotes": "https://
|
|
211
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
197
212
|
},
|
|
198
213
|
"0.0.19": {
|
|
199
214
|
"schemaVersion": "0.0.24",
|
|
200
215
|
"releasedAt": "2025-11-11",
|
|
201
|
-
"releaseNotes": "https://
|
|
216
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
202
217
|
},
|
|
203
218
|
"0.0.18": {
|
|
204
219
|
"schemaVersion": "0.0.17",
|
|
205
220
|
"releasedAt": "2025-11-06",
|
|
206
|
-
"releaseNotes": "https://
|
|
221
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
207
222
|
},
|
|
208
223
|
"0.0.17": {
|
|
209
224
|
"schemaVersion": "0.0.17",
|
|
210
225
|
"releasedAt": "2025-11-05",
|
|
211
|
-
"releaseNotes": "https://
|
|
226
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
212
227
|
},
|
|
213
228
|
"0.0.16": {
|
|
214
229
|
"schemaVersion": "0.0.16",
|
|
215
230
|
"releasedAt": "2025-10-24",
|
|
216
|
-
"releaseNotes": "https://
|
|
231
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
217
232
|
},
|
|
218
233
|
"0.0.15": {
|
|
219
234
|
"schemaVersion": "0.0.15",
|
|
220
235
|
"releasedAt": "2025-10-24",
|
|
221
|
-
"releaseNotes": "https://
|
|
236
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
222
237
|
},
|
|
223
238
|
"0.0.14": {
|
|
224
239
|
"schemaVersion": "0.0.14",
|
|
225
240
|
"releasedAt": "2025-10-24",
|
|
226
|
-
"releaseNotes": "https://
|
|
241
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
227
242
|
},
|
|
228
243
|
"0.0.13": {
|
|
229
244
|
"schemaVersion": "0.0.13",
|
|
230
245
|
"releasedAt": "2025-10-23",
|
|
231
|
-
"releaseNotes": "https://
|
|
246
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
232
247
|
},
|
|
233
248
|
"0.0.12": {
|
|
234
249
|
"schemaVersion": "0.0.12",
|
|
235
250
|
"releasedAt": "2025-10-01",
|
|
236
|
-
"releaseNotes": "https://
|
|
251
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
237
252
|
},
|
|
238
253
|
"0.0.11": {
|
|
239
254
|
"schemaVersion": "0.0.11",
|
|
240
255
|
"releasedAt": "2025-09-25",
|
|
241
|
-
"releaseNotes": "https://
|
|
256
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
242
257
|
},
|
|
243
258
|
"0.0.10": {
|
|
244
259
|
"schemaVersion": "0.0.10",
|
|
245
260
|
"releasedAt": "2025-09-22",
|
|
246
|
-
"releaseNotes": "https://
|
|
261
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
247
262
|
},
|
|
248
263
|
"0.0.9": {
|
|
249
264
|
"schemaVersion": "0.0.9",
|
|
250
265
|
"releasedAt": "2025-08-25",
|
|
251
|
-
"releaseNotes": "https://
|
|
266
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
252
267
|
},
|
|
253
268
|
"0.0.8": {
|
|
254
269
|
"schemaVersion": "0.0.8",
|
|
255
270
|
"releasedAt": "2025-08-25",
|
|
256
|
-
"releaseNotes": "https://
|
|
271
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
257
272
|
},
|
|
258
273
|
"0.0.7": {
|
|
259
274
|
"schemaVersion": "0.0.7",
|
|
260
275
|
"releasedAt": "2025-08-25",
|
|
261
|
-
"releaseNotes": "https://
|
|
276
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
262
277
|
},
|
|
263
278
|
"0.0.6": {
|
|
264
279
|
"schemaVersion": "0.0.6",
|
|
265
280
|
"releasedAt": "2025-08-19",
|
|
266
|
-
"releaseNotes": "https://
|
|
281
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
267
282
|
},
|
|
268
283
|
"0.0.5": {
|
|
269
284
|
"schemaVersion": "0.0.5",
|
|
270
285
|
"releasedAt": "2025-08-19",
|
|
271
|
-
"releaseNotes": "https://
|
|
286
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
272
287
|
},
|
|
273
288
|
"0.0.4": {
|
|
274
289
|
"schemaVersion": "0.0.4",
|
|
275
290
|
"releasedAt": "2025-08-19",
|
|
276
|
-
"releaseNotes": "https://
|
|
291
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
277
292
|
},
|
|
278
293
|
"0.0.3": {
|
|
279
294
|
"schemaVersion": "0.0.3",
|
|
280
295
|
"releasedAt": "2025-08-15",
|
|
281
|
-
"releaseNotes": "https://
|
|
296
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
282
297
|
},
|
|
283
298
|
"0.0.2": {
|
|
284
299
|
"schemaVersion": "0.0.2",
|
|
285
300
|
"releasedAt": "2025-08-15",
|
|
286
|
-
"releaseNotes": "https://
|
|
301
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
287
302
|
},
|
|
288
303
|
"0.0.1": {
|
|
289
304
|
"schemaVersion": "0.0.1",
|
|
290
305
|
"releasedAt": "2025-08-12",
|
|
291
|
-
"releaseNotes": "https://
|
|
306
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
292
307
|
},
|
|
293
308
|
"0.0.0": {
|
|
294
309
|
"schemaVersion": "0.0.0",
|
|
295
310
|
"releasedAt": "2025-08-12",
|
|
296
|
-
"releaseNotes": "https://
|
|
311
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
297
312
|
}
|
|
298
313
|
}
|
|
299
314
|
}
|