@burgan-tech/vnext-meta 0.0.54 → 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 +2 -2
- package/version-manifest.json +85 -50
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": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "UNLICENSED",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/burgan-tech/vnext.git",
|
|
20
|
+
"url": "git+https://github.com/burgan-tech/vnext.git",
|
|
21
21
|
"directory": "vnext-meta"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
package/version-manifest.json
CHANGED
|
@@ -1,59 +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
|
+
},
|
|
18
|
+
"0.0.58": {
|
|
19
|
+
"schemaVersion": "0.0.43",
|
|
20
|
+
"releasedAt": "2026-06-02",
|
|
21
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
22
|
+
},
|
|
23
|
+
"0.0.57": {
|
|
24
|
+
"schemaVersion": "0.0.42",
|
|
25
|
+
"releasedAt": "2026-05-08",
|
|
26
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-57"
|
|
27
|
+
},
|
|
28
|
+
"0.0.56": {
|
|
29
|
+
"schemaVersion": "0.0.42",
|
|
30
|
+
"releasedAt": "2026-05-08",
|
|
31
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-56"
|
|
32
|
+
},
|
|
33
|
+
"0.0.55": {
|
|
34
|
+
"schemaVersion": "0.0.42",
|
|
35
|
+
"releasedAt": "2026-05-08",
|
|
36
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-55"
|
|
37
|
+
},
|
|
3
38
|
"0.0.54": {
|
|
4
39
|
"schemaVersion": "0.0.42",
|
|
5
40
|
"releasedAt": "2026-05-08",
|
|
6
|
-
"releaseNotes": "https://
|
|
41
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
7
42
|
},
|
|
8
43
|
"0.0.53": {
|
|
9
44
|
"schemaVersion": "0.0.41",
|
|
10
45
|
"releasedAt": "2026-05-08",
|
|
11
|
-
"releaseNotes": "https://
|
|
46
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
12
47
|
},
|
|
13
48
|
"0.0.52": {
|
|
14
49
|
"schemaVersion": "0.0.41",
|
|
15
50
|
"releasedAt": "2026-05-08",
|
|
16
|
-
"releaseNotes": "https://
|
|
51
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
17
52
|
},
|
|
18
53
|
"0.0.51": {
|
|
19
54
|
"schemaVersion": "0.0.41",
|
|
20
55
|
"releasedAt": "2026-05-05",
|
|
21
|
-
"releaseNotes": "https://
|
|
56
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
22
57
|
},
|
|
23
58
|
"0.0.50": {
|
|
24
59
|
"schemaVersion": "0.0.41",
|
|
25
60
|
"releasedAt": "2026-04-25",
|
|
26
|
-
"releaseNotes": "https://
|
|
61
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
27
62
|
},
|
|
28
63
|
"0.0.49": {
|
|
29
64
|
"schemaVersion": "0.0.41",
|
|
30
65
|
"releasedAt": "2026-04-15",
|
|
31
|
-
"releaseNotes": "https://
|
|
66
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
32
67
|
},
|
|
33
68
|
"0.0.48": {
|
|
34
69
|
"schemaVersion": "0.0.41",
|
|
35
70
|
"releasedAt": "2026-04-13",
|
|
36
|
-
"releaseNotes": "https://
|
|
71
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
37
72
|
},
|
|
38
73
|
"0.0.47": {
|
|
39
74
|
"schemaVersion": "0.0.41",
|
|
40
75
|
"releasedAt": "2026-04-12",
|
|
41
|
-
"releaseNotes": "https://
|
|
76
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
42
77
|
},
|
|
43
78
|
"0.0.46": {
|
|
44
79
|
"schemaVersion": "0.0.41",
|
|
45
80
|
"releasedAt": "2026-04-09",
|
|
46
|
-
"releaseNotes": "https://
|
|
81
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
47
82
|
},
|
|
48
83
|
"0.0.45": {
|
|
49
84
|
"schemaVersion": "0.0.41",
|
|
50
85
|
"releasedAt": "2026-04-08",
|
|
51
|
-
"releaseNotes": "https://
|
|
86
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
52
87
|
},
|
|
53
88
|
"0.0.44": {
|
|
54
89
|
"schemaVersion": "0.0.41",
|
|
55
90
|
"releasedAt": "2026-04-07",
|
|
56
|
-
"releaseNotes": "https://
|
|
91
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
57
92
|
},
|
|
58
93
|
"0.0.43": {
|
|
59
94
|
"schemaVersion": "0.0.39",
|
|
@@ -68,7 +103,7 @@
|
|
|
68
103
|
"0.0.41": {
|
|
69
104
|
"schemaVersion": "0.0.41",
|
|
70
105
|
"releasedAt": "2026-03-11",
|
|
71
|
-
"releaseNotes": "https://
|
|
106
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
72
107
|
},
|
|
73
108
|
"0.0.40": {
|
|
74
109
|
"schemaVersion": "0.0.38",
|
|
@@ -88,192 +123,192 @@
|
|
|
88
123
|
"0.0.37": {
|
|
89
124
|
"schemaVersion": "0.0.36",
|
|
90
125
|
"releasedAt": "2026-02-17",
|
|
91
|
-
"releaseNotes": "https://
|
|
126
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
92
127
|
},
|
|
93
128
|
"0.0.36": {
|
|
94
129
|
"schemaVersion": "0.0.35",
|
|
95
130
|
"releasedAt": "2026-02-05",
|
|
96
|
-
"releaseNotes": "https://
|
|
131
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
97
132
|
},
|
|
98
133
|
"0.0.35": {
|
|
99
134
|
"schemaVersion": "0.0.34",
|
|
100
135
|
"releasedAt": "2026-02-03",
|
|
101
|
-
"releaseNotes": "https://
|
|
136
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
102
137
|
},
|
|
103
138
|
"0.0.34": {
|
|
104
139
|
"schemaVersion": "0.0.34",
|
|
105
140
|
"releasedAt": "2026-02-01",
|
|
106
|
-
"releaseNotes": "https://
|
|
141
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
107
142
|
},
|
|
108
143
|
"0.0.33": {
|
|
109
144
|
"schemaVersion": "0.0.33",
|
|
110
145
|
"releasedAt": "2026-01-28",
|
|
111
|
-
"releaseNotes": "https://
|
|
146
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
112
147
|
},
|
|
113
148
|
"0.0.32": {
|
|
114
149
|
"schemaVersion": "0.0.32",
|
|
115
150
|
"releasedAt": "2026-01-26",
|
|
116
|
-
"releaseNotes": "https://
|
|
151
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
117
152
|
},
|
|
118
153
|
"0.0.31": {
|
|
119
154
|
"schemaVersion": "0.0.30",
|
|
120
155
|
"releasedAt": "2026-01-13",
|
|
121
|
-
"releaseNotes": "https://
|
|
156
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
122
157
|
},
|
|
123
158
|
"0.0.30": {
|
|
124
159
|
"schemaVersion": "0.0.30",
|
|
125
160
|
"releasedAt": "2026-01-07",
|
|
126
|
-
"releaseNotes": "https://
|
|
161
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
127
162
|
},
|
|
128
163
|
"0.0.29": {
|
|
129
164
|
"schemaVersion": "0.0.29",
|
|
130
165
|
"releasedAt": "2026-01-04",
|
|
131
|
-
"releaseNotes": "https://
|
|
166
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
132
167
|
},
|
|
133
168
|
"0.0.28": {
|
|
134
169
|
"schemaVersion": "0.0.28",
|
|
135
170
|
"releasedAt": "2025-12-23",
|
|
136
|
-
"releaseNotes": "https://
|
|
171
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
137
172
|
},
|
|
138
173
|
"0.0.27": {
|
|
139
174
|
"schemaVersion": "0.0.28",
|
|
140
175
|
"releasedAt": "2025-12-19",
|
|
141
|
-
"releaseNotes": "https://
|
|
176
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
142
177
|
},
|
|
143
178
|
"0.0.26": {
|
|
144
179
|
"schemaVersion": "0.0.28",
|
|
145
180
|
"releasedAt": "2025-12-16",
|
|
146
|
-
"releaseNotes": "https://
|
|
181
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
147
182
|
},
|
|
148
183
|
"0.0.25": {
|
|
149
184
|
"schemaVersion": "0.0.25",
|
|
150
185
|
"releasedAt": "2025-12-15",
|
|
151
|
-
"releaseNotes": "https://
|
|
186
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
152
187
|
},
|
|
153
188
|
"0.0.24": {
|
|
154
189
|
"schemaVersion": "0.0.24",
|
|
155
190
|
"releasedAt": "2025-12-15",
|
|
156
|
-
"releaseNotes": "https://
|
|
191
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
157
192
|
},
|
|
158
193
|
"0.0.23": {
|
|
159
194
|
"schemaVersion": "0.0.23",
|
|
160
195
|
"releasedAt": "2025-12-15",
|
|
161
|
-
"releaseNotes": "https://
|
|
196
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
162
197
|
},
|
|
163
198
|
"0.0.22": {
|
|
164
199
|
"schemaVersion": "0.0.27",
|
|
165
200
|
"releasedAt": "2025-12-03",
|
|
166
|
-
"releaseNotes": "https://
|
|
201
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
167
202
|
},
|
|
168
203
|
"0.0.21": {
|
|
169
204
|
"schemaVersion": "0.0.26",
|
|
170
205
|
"releasedAt": "2025-11-27",
|
|
171
|
-
"releaseNotes": "https://
|
|
206
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
172
207
|
},
|
|
173
208
|
"0.0.20": {
|
|
174
209
|
"schemaVersion": "0.0.25",
|
|
175
210
|
"releasedAt": "2025-11-19",
|
|
176
|
-
"releaseNotes": "https://
|
|
211
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
177
212
|
},
|
|
178
213
|
"0.0.19": {
|
|
179
214
|
"schemaVersion": "0.0.24",
|
|
180
215
|
"releasedAt": "2025-11-11",
|
|
181
|
-
"releaseNotes": "https://
|
|
216
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
182
217
|
},
|
|
183
218
|
"0.0.18": {
|
|
184
219
|
"schemaVersion": "0.0.17",
|
|
185
220
|
"releasedAt": "2025-11-06",
|
|
186
|
-
"releaseNotes": "https://
|
|
221
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
187
222
|
},
|
|
188
223
|
"0.0.17": {
|
|
189
224
|
"schemaVersion": "0.0.17",
|
|
190
225
|
"releasedAt": "2025-11-05",
|
|
191
|
-
"releaseNotes": "https://
|
|
226
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
192
227
|
},
|
|
193
228
|
"0.0.16": {
|
|
194
229
|
"schemaVersion": "0.0.16",
|
|
195
230
|
"releasedAt": "2025-10-24",
|
|
196
|
-
"releaseNotes": "https://
|
|
231
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
197
232
|
},
|
|
198
233
|
"0.0.15": {
|
|
199
234
|
"schemaVersion": "0.0.15",
|
|
200
235
|
"releasedAt": "2025-10-24",
|
|
201
|
-
"releaseNotes": "https://
|
|
236
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
202
237
|
},
|
|
203
238
|
"0.0.14": {
|
|
204
239
|
"schemaVersion": "0.0.14",
|
|
205
240
|
"releasedAt": "2025-10-24",
|
|
206
|
-
"releaseNotes": "https://
|
|
241
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
207
242
|
},
|
|
208
243
|
"0.0.13": {
|
|
209
244
|
"schemaVersion": "0.0.13",
|
|
210
245
|
"releasedAt": "2025-10-23",
|
|
211
|
-
"releaseNotes": "https://
|
|
246
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
212
247
|
},
|
|
213
248
|
"0.0.12": {
|
|
214
249
|
"schemaVersion": "0.0.12",
|
|
215
250
|
"releasedAt": "2025-10-01",
|
|
216
|
-
"releaseNotes": "https://
|
|
251
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
217
252
|
},
|
|
218
253
|
"0.0.11": {
|
|
219
254
|
"schemaVersion": "0.0.11",
|
|
220
255
|
"releasedAt": "2025-09-25",
|
|
221
|
-
"releaseNotes": "https://
|
|
256
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
222
257
|
},
|
|
223
258
|
"0.0.10": {
|
|
224
259
|
"schemaVersion": "0.0.10",
|
|
225
260
|
"releasedAt": "2025-09-22",
|
|
226
|
-
"releaseNotes": "https://
|
|
261
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
227
262
|
},
|
|
228
263
|
"0.0.9": {
|
|
229
264
|
"schemaVersion": "0.0.9",
|
|
230
265
|
"releasedAt": "2025-08-25",
|
|
231
|
-
"releaseNotes": "https://
|
|
266
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
232
267
|
},
|
|
233
268
|
"0.0.8": {
|
|
234
269
|
"schemaVersion": "0.0.8",
|
|
235
270
|
"releasedAt": "2025-08-25",
|
|
236
|
-
"releaseNotes": "https://
|
|
271
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
237
272
|
},
|
|
238
273
|
"0.0.7": {
|
|
239
274
|
"schemaVersion": "0.0.7",
|
|
240
275
|
"releasedAt": "2025-08-25",
|
|
241
|
-
"releaseNotes": "https://
|
|
276
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
242
277
|
},
|
|
243
278
|
"0.0.6": {
|
|
244
279
|
"schemaVersion": "0.0.6",
|
|
245
280
|
"releasedAt": "2025-08-19",
|
|
246
|
-
"releaseNotes": "https://
|
|
281
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
247
282
|
},
|
|
248
283
|
"0.0.5": {
|
|
249
284
|
"schemaVersion": "0.0.5",
|
|
250
285
|
"releasedAt": "2025-08-19",
|
|
251
|
-
"releaseNotes": "https://
|
|
286
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
252
287
|
},
|
|
253
288
|
"0.0.4": {
|
|
254
289
|
"schemaVersion": "0.0.4",
|
|
255
290
|
"releasedAt": "2025-08-19",
|
|
256
|
-
"releaseNotes": "https://
|
|
291
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
257
292
|
},
|
|
258
293
|
"0.0.3": {
|
|
259
294
|
"schemaVersion": "0.0.3",
|
|
260
295
|
"releasedAt": "2025-08-15",
|
|
261
|
-
"releaseNotes": "https://
|
|
296
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
262
297
|
},
|
|
263
298
|
"0.0.2": {
|
|
264
299
|
"schemaVersion": "0.0.2",
|
|
265
300
|
"releasedAt": "2025-08-15",
|
|
266
|
-
"releaseNotes": "https://
|
|
301
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
267
302
|
},
|
|
268
303
|
"0.0.1": {
|
|
269
304
|
"schemaVersion": "0.0.1",
|
|
270
305
|
"releasedAt": "2025-08-12",
|
|
271
|
-
"releaseNotes": "https://
|
|
306
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
272
307
|
},
|
|
273
308
|
"0.0.0": {
|
|
274
309
|
"schemaVersion": "0.0.0",
|
|
275
310
|
"releasedAt": "2025-08-12",
|
|
276
|
-
"releaseNotes": "https://
|
|
311
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
277
312
|
}
|
|
278
313
|
}
|
|
279
314
|
}
|