@toist/spec 0.3.0 → 0.5.0
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 +10 -1
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@toist/spec` are recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.5.0 — 2026-05-05
|
|
6
|
+
|
|
7
|
+
Lockstep version bump. No functional changes in this package.
|
|
8
|
+
|
|
9
|
+
## 0.4.0 — 2026-05-05
|
|
10
|
+
|
|
11
|
+
Lockstep version bump alongside `@toist/aja@0.4.0` (rename from `@toist/run`).
|
|
12
|
+
No functional changes in this package.
|
|
13
|
+
|
|
5
14
|
## 0.3.0 — 2026-05-05
|
|
6
15
|
|
|
7
16
|
Lockstep version bump alongside the new `@toist/up` package. No
|
|
@@ -9,7 +18,7 @@ functional changes in this package.
|
|
|
9
18
|
|
|
10
19
|
## 0.2.2 — 2026-05-05
|
|
11
20
|
|
|
12
|
-
Lockstep version bump alongside `@toist/
|
|
21
|
+
Lockstep version bump alongside `@toist/aja@0.2.2` (UI MIME-type fix).
|
|
13
22
|
No functional changes in this package.
|
|
14
23
|
|
|
15
24
|
## 0.2.1 — 2026-05-05
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toist/spec",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.ts"
|
|
9
9
|
},
|
|
10
|
-
"files": [
|
|
10
|
+
"files": [
|
|
11
|
+
"src/",
|
|
12
|
+
"CHANGELOG.md"
|
|
13
|
+
],
|
|
11
14
|
"dependencies": {
|
|
12
15
|
"@babel/parser": "^7.25.0",
|
|
13
16
|
"ajv": "^8.17.1",
|