@burgan-tech/vnext-meta 0.0.58 → 0.0.62
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 +26 -1
- package/package.json +1 -1
- package/version-manifest.json +74 -54
package/features.json
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
2
|
+
"runtimeVersion": "0.0.61",
|
|
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
|
+
"longPollTermination": {
|
|
19
|
+
"since": "0.0.62",
|
|
20
|
+
"status": "stable",
|
|
21
|
+
"description": "Declarative long-poll termination on state entry. A state may declare interaction.longPoll.terminate=true (with optional interaction.longPoll.roles[] role grants and interaction.longPoll.fallbackTimeoutSeconds, default 60). When the pipeline enters such a state it runs ChangeState + OnEntry, then pauses before the epilogue (Schedule/Auto/Finish); the instance stays Busy. The State (long-poll) function returns HTTP 200 with an interaction object { terminateLongPoll: true, ack: { href } } for callers whose role is granted, telling the client to stop polling and render the entered-state screen. The client then POSTs to the acknowledge endpoint (instances/{instance}/longpoll/ack), which resumes the pipeline from where it paused; a fallback schedule auto-resumes if the client never acknowledges. The 'interaction' object is a generic, extensible container for client-workflow-manager directives.",
|
|
22
|
+
"schemaPath": "state.interaction.longPoll",
|
|
23
|
+
"apiEndpoints": [
|
|
24
|
+
"POST {domain}/workflows/{workflow}/instances/{instance}/longpoll/ack"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
3
28
|
}
|
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.62",
|
|
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,99 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": {
|
|
3
|
+
"0.0.62": {
|
|
4
|
+
"schemaVersion": "0.0.47",
|
|
5
|
+
"releasedAt": "2026-06-18",
|
|
6
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-62"
|
|
7
|
+
},
|
|
8
|
+
"0.0.61": {
|
|
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.60": {
|
|
14
|
+
"schemaVersion": "0.0.46",
|
|
15
|
+
"releasedAt": "2026-06-15",
|
|
16
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-60"
|
|
17
|
+
},
|
|
18
|
+
"0.0.59": {
|
|
19
|
+
"schemaVersion": "0.0.45",
|
|
20
|
+
"releasedAt": "2026-06-03",
|
|
21
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
22
|
+
},
|
|
3
23
|
"0.0.58": {
|
|
4
24
|
"schemaVersion": "0.0.43",
|
|
5
25
|
"releasedAt": "2026-06-02",
|
|
6
|
-
"releaseNotes": "https://
|
|
26
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
7
27
|
},
|
|
8
28
|
"0.0.57": {
|
|
9
29
|
"schemaVersion": "0.0.42",
|
|
10
30
|
"releasedAt": "2026-05-08",
|
|
11
|
-
"releaseNotes": "https://
|
|
31
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-57"
|
|
12
32
|
},
|
|
13
33
|
"0.0.56": {
|
|
14
34
|
"schemaVersion": "0.0.42",
|
|
15
35
|
"releasedAt": "2026-05-08",
|
|
16
|
-
"releaseNotes": "https://
|
|
36
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-56"
|
|
17
37
|
},
|
|
18
38
|
"0.0.55": {
|
|
19
39
|
"schemaVersion": "0.0.42",
|
|
20
40
|
"releasedAt": "2026-05-08",
|
|
21
|
-
"releaseNotes": "https://
|
|
41
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog/release-v0-0-55"
|
|
22
42
|
},
|
|
23
43
|
"0.0.54": {
|
|
24
44
|
"schemaVersion": "0.0.42",
|
|
25
45
|
"releasedAt": "2026-05-08",
|
|
26
|
-
"releaseNotes": "https://
|
|
46
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
27
47
|
},
|
|
28
48
|
"0.0.53": {
|
|
29
49
|
"schemaVersion": "0.0.41",
|
|
30
50
|
"releasedAt": "2026-05-08",
|
|
31
|
-
"releaseNotes": "https://
|
|
51
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
32
52
|
},
|
|
33
53
|
"0.0.52": {
|
|
34
54
|
"schemaVersion": "0.0.41",
|
|
35
55
|
"releasedAt": "2026-05-08",
|
|
36
|
-
"releaseNotes": "https://
|
|
56
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
37
57
|
},
|
|
38
58
|
"0.0.51": {
|
|
39
59
|
"schemaVersion": "0.0.41",
|
|
40
60
|
"releasedAt": "2026-05-05",
|
|
41
|
-
"releaseNotes": "https://
|
|
61
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
42
62
|
},
|
|
43
63
|
"0.0.50": {
|
|
44
64
|
"schemaVersion": "0.0.41",
|
|
45
65
|
"releasedAt": "2026-04-25",
|
|
46
|
-
"releaseNotes": "https://
|
|
66
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
47
67
|
},
|
|
48
68
|
"0.0.49": {
|
|
49
69
|
"schemaVersion": "0.0.41",
|
|
50
70
|
"releasedAt": "2026-04-15",
|
|
51
|
-
"releaseNotes": "https://
|
|
71
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
52
72
|
},
|
|
53
73
|
"0.0.48": {
|
|
54
74
|
"schemaVersion": "0.0.41",
|
|
55
75
|
"releasedAt": "2026-04-13",
|
|
56
|
-
"releaseNotes": "https://
|
|
76
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
57
77
|
},
|
|
58
78
|
"0.0.47": {
|
|
59
79
|
"schemaVersion": "0.0.41",
|
|
60
80
|
"releasedAt": "2026-04-12",
|
|
61
|
-
"releaseNotes": "https://
|
|
81
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
62
82
|
},
|
|
63
83
|
"0.0.46": {
|
|
64
84
|
"schemaVersion": "0.0.41",
|
|
65
85
|
"releasedAt": "2026-04-09",
|
|
66
|
-
"releaseNotes": "https://
|
|
86
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
67
87
|
},
|
|
68
88
|
"0.0.45": {
|
|
69
89
|
"schemaVersion": "0.0.41",
|
|
70
90
|
"releasedAt": "2026-04-08",
|
|
71
|
-
"releaseNotes": "https://
|
|
91
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
72
92
|
},
|
|
73
93
|
"0.0.44": {
|
|
74
94
|
"schemaVersion": "0.0.41",
|
|
75
95
|
"releasedAt": "2026-04-07",
|
|
76
|
-
"releaseNotes": "https://
|
|
96
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
77
97
|
},
|
|
78
98
|
"0.0.43": {
|
|
79
99
|
"schemaVersion": "0.0.39",
|
|
@@ -88,7 +108,7 @@
|
|
|
88
108
|
"0.0.41": {
|
|
89
109
|
"schemaVersion": "0.0.41",
|
|
90
110
|
"releasedAt": "2026-03-11",
|
|
91
|
-
"releaseNotes": "https://
|
|
111
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
92
112
|
},
|
|
93
113
|
"0.0.40": {
|
|
94
114
|
"schemaVersion": "0.0.38",
|
|
@@ -108,192 +128,192 @@
|
|
|
108
128
|
"0.0.37": {
|
|
109
129
|
"schemaVersion": "0.0.36",
|
|
110
130
|
"releasedAt": "2026-02-17",
|
|
111
|
-
"releaseNotes": "https://
|
|
131
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
112
132
|
},
|
|
113
133
|
"0.0.36": {
|
|
114
134
|
"schemaVersion": "0.0.35",
|
|
115
135
|
"releasedAt": "2026-02-05",
|
|
116
|
-
"releaseNotes": "https://
|
|
136
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
117
137
|
},
|
|
118
138
|
"0.0.35": {
|
|
119
139
|
"schemaVersion": "0.0.34",
|
|
120
140
|
"releasedAt": "2026-02-03",
|
|
121
|
-
"releaseNotes": "https://
|
|
141
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
122
142
|
},
|
|
123
143
|
"0.0.34": {
|
|
124
144
|
"schemaVersion": "0.0.34",
|
|
125
145
|
"releasedAt": "2026-02-01",
|
|
126
|
-
"releaseNotes": "https://
|
|
146
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
127
147
|
},
|
|
128
148
|
"0.0.33": {
|
|
129
149
|
"schemaVersion": "0.0.33",
|
|
130
150
|
"releasedAt": "2026-01-28",
|
|
131
|
-
"releaseNotes": "https://
|
|
151
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
132
152
|
},
|
|
133
153
|
"0.0.32": {
|
|
134
154
|
"schemaVersion": "0.0.32",
|
|
135
155
|
"releasedAt": "2026-01-26",
|
|
136
|
-
"releaseNotes": "https://
|
|
156
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
137
157
|
},
|
|
138
158
|
"0.0.31": {
|
|
139
159
|
"schemaVersion": "0.0.30",
|
|
140
160
|
"releasedAt": "2026-01-13",
|
|
141
|
-
"releaseNotes": "https://
|
|
161
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
142
162
|
},
|
|
143
163
|
"0.0.30": {
|
|
144
164
|
"schemaVersion": "0.0.30",
|
|
145
165
|
"releasedAt": "2026-01-07",
|
|
146
|
-
"releaseNotes": "https://
|
|
166
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
147
167
|
},
|
|
148
168
|
"0.0.29": {
|
|
149
169
|
"schemaVersion": "0.0.29",
|
|
150
170
|
"releasedAt": "2026-01-04",
|
|
151
|
-
"releaseNotes": "https://
|
|
171
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
152
172
|
},
|
|
153
173
|
"0.0.28": {
|
|
154
174
|
"schemaVersion": "0.0.28",
|
|
155
175
|
"releasedAt": "2025-12-23",
|
|
156
|
-
"releaseNotes": "https://
|
|
176
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
157
177
|
},
|
|
158
178
|
"0.0.27": {
|
|
159
179
|
"schemaVersion": "0.0.28",
|
|
160
180
|
"releasedAt": "2025-12-19",
|
|
161
|
-
"releaseNotes": "https://
|
|
181
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
162
182
|
},
|
|
163
183
|
"0.0.26": {
|
|
164
184
|
"schemaVersion": "0.0.28",
|
|
165
185
|
"releasedAt": "2025-12-16",
|
|
166
|
-
"releaseNotes": "https://
|
|
186
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
167
187
|
},
|
|
168
188
|
"0.0.25": {
|
|
169
189
|
"schemaVersion": "0.0.25",
|
|
170
190
|
"releasedAt": "2025-12-15",
|
|
171
|
-
"releaseNotes": "https://
|
|
191
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
172
192
|
},
|
|
173
193
|
"0.0.24": {
|
|
174
194
|
"schemaVersion": "0.0.24",
|
|
175
195
|
"releasedAt": "2025-12-15",
|
|
176
|
-
"releaseNotes": "https://
|
|
196
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
177
197
|
},
|
|
178
198
|
"0.0.23": {
|
|
179
199
|
"schemaVersion": "0.0.23",
|
|
180
200
|
"releasedAt": "2025-12-15",
|
|
181
|
-
"releaseNotes": "https://
|
|
201
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
182
202
|
},
|
|
183
203
|
"0.0.22": {
|
|
184
204
|
"schemaVersion": "0.0.27",
|
|
185
205
|
"releasedAt": "2025-12-03",
|
|
186
|
-
"releaseNotes": "https://
|
|
206
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
187
207
|
},
|
|
188
208
|
"0.0.21": {
|
|
189
209
|
"schemaVersion": "0.0.26",
|
|
190
210
|
"releasedAt": "2025-11-27",
|
|
191
|
-
"releaseNotes": "https://
|
|
211
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
192
212
|
},
|
|
193
213
|
"0.0.20": {
|
|
194
214
|
"schemaVersion": "0.0.25",
|
|
195
215
|
"releasedAt": "2025-11-19",
|
|
196
|
-
"releaseNotes": "https://
|
|
216
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
197
217
|
},
|
|
198
218
|
"0.0.19": {
|
|
199
219
|
"schemaVersion": "0.0.24",
|
|
200
220
|
"releasedAt": "2025-11-11",
|
|
201
|
-
"releaseNotes": "https://
|
|
221
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
202
222
|
},
|
|
203
223
|
"0.0.18": {
|
|
204
224
|
"schemaVersion": "0.0.17",
|
|
205
225
|
"releasedAt": "2025-11-06",
|
|
206
|
-
"releaseNotes": "https://
|
|
226
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
207
227
|
},
|
|
208
228
|
"0.0.17": {
|
|
209
229
|
"schemaVersion": "0.0.17",
|
|
210
230
|
"releasedAt": "2025-11-05",
|
|
211
|
-
"releaseNotes": "https://
|
|
231
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
212
232
|
},
|
|
213
233
|
"0.0.16": {
|
|
214
234
|
"schemaVersion": "0.0.16",
|
|
215
235
|
"releasedAt": "2025-10-24",
|
|
216
|
-
"releaseNotes": "https://
|
|
236
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
217
237
|
},
|
|
218
238
|
"0.0.15": {
|
|
219
239
|
"schemaVersion": "0.0.15",
|
|
220
240
|
"releasedAt": "2025-10-24",
|
|
221
|
-
"releaseNotes": "https://
|
|
241
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
222
242
|
},
|
|
223
243
|
"0.0.14": {
|
|
224
244
|
"schemaVersion": "0.0.14",
|
|
225
245
|
"releasedAt": "2025-10-24",
|
|
226
|
-
"releaseNotes": "https://
|
|
246
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
227
247
|
},
|
|
228
248
|
"0.0.13": {
|
|
229
249
|
"schemaVersion": "0.0.13",
|
|
230
250
|
"releasedAt": "2025-10-23",
|
|
231
|
-
"releaseNotes": "https://
|
|
251
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
232
252
|
},
|
|
233
253
|
"0.0.12": {
|
|
234
254
|
"schemaVersion": "0.0.12",
|
|
235
255
|
"releasedAt": "2025-10-01",
|
|
236
|
-
"releaseNotes": "https://
|
|
256
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
237
257
|
},
|
|
238
258
|
"0.0.11": {
|
|
239
259
|
"schemaVersion": "0.0.11",
|
|
240
260
|
"releasedAt": "2025-09-25",
|
|
241
|
-
"releaseNotes": "https://
|
|
261
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
242
262
|
},
|
|
243
263
|
"0.0.10": {
|
|
244
264
|
"schemaVersion": "0.0.10",
|
|
245
265
|
"releasedAt": "2025-09-22",
|
|
246
|
-
"releaseNotes": "https://
|
|
266
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
247
267
|
},
|
|
248
268
|
"0.0.9": {
|
|
249
269
|
"schemaVersion": "0.0.9",
|
|
250
270
|
"releasedAt": "2025-08-25",
|
|
251
|
-
"releaseNotes": "https://
|
|
271
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
252
272
|
},
|
|
253
273
|
"0.0.8": {
|
|
254
274
|
"schemaVersion": "0.0.8",
|
|
255
275
|
"releasedAt": "2025-08-25",
|
|
256
|
-
"releaseNotes": "https://
|
|
276
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
257
277
|
},
|
|
258
278
|
"0.0.7": {
|
|
259
279
|
"schemaVersion": "0.0.7",
|
|
260
280
|
"releasedAt": "2025-08-25",
|
|
261
|
-
"releaseNotes": "https://
|
|
281
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
262
282
|
},
|
|
263
283
|
"0.0.6": {
|
|
264
284
|
"schemaVersion": "0.0.6",
|
|
265
285
|
"releasedAt": "2025-08-19",
|
|
266
|
-
"releaseNotes": "https://
|
|
286
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
267
287
|
},
|
|
268
288
|
"0.0.5": {
|
|
269
289
|
"schemaVersion": "0.0.5",
|
|
270
290
|
"releasedAt": "2025-08-19",
|
|
271
|
-
"releaseNotes": "https://
|
|
291
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
272
292
|
},
|
|
273
293
|
"0.0.4": {
|
|
274
294
|
"schemaVersion": "0.0.4",
|
|
275
295
|
"releasedAt": "2025-08-19",
|
|
276
|
-
"releaseNotes": "https://
|
|
296
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
277
297
|
},
|
|
278
298
|
"0.0.3": {
|
|
279
299
|
"schemaVersion": "0.0.3",
|
|
280
300
|
"releasedAt": "2025-08-15",
|
|
281
|
-
"releaseNotes": "https://
|
|
301
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
282
302
|
},
|
|
283
303
|
"0.0.2": {
|
|
284
304
|
"schemaVersion": "0.0.2",
|
|
285
305
|
"releasedAt": "2025-08-15",
|
|
286
|
-
"releaseNotes": "https://
|
|
306
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
287
307
|
},
|
|
288
308
|
"0.0.1": {
|
|
289
309
|
"schemaVersion": "0.0.1",
|
|
290
310
|
"releasedAt": "2025-08-12",
|
|
291
|
-
"releaseNotes": "https://
|
|
311
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
292
312
|
},
|
|
293
313
|
"0.0.0": {
|
|
294
314
|
"schemaVersion": "0.0.0",
|
|
295
315
|
"releasedAt": "2025-08-12",
|
|
296
|
-
"releaseNotes": "https://
|
|
316
|
+
"releaseNotes": "https://burgan-tech.github.io/vnext-docs/blog"
|
|
297
317
|
}
|
|
298
318
|
}
|
|
299
319
|
}
|