@toist/in 0.8.1 → 0.8.2

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@toist/in` are recorded here.
4
4
 
5
+ ## 0.8.2 — 2026-05-08
6
+
7
+ Pipeline apiVersion canonical name renamed from "2121.fi/v1" to "toist.in/v1". The legacy literal is still accepted with a deprecation warning. Public spec authority is now toist.in to match the published package scope, the schema URL committed by /manifest, and the public website.
8
+
9
+ Scaffold template pins `@toist/aja` and `@toist/spec` to `^0.8.2`.
10
+
5
11
  ## 0.8.1 — 2026-05-08
6
12
 
7
13
  Patch: normalize toist run --remote JSON shape to match local RunSpecResult (.output/.runId, projected suspendedAt, results map). HTTP API and @toist/core unchanged.
package/README.md CHANGED
@@ -43,7 +43,7 @@ For pipes and generated specs:
43
43
 
44
44
  ```sh
45
45
  cat payload.json | toist run pipelines/hello.yml
46
- echo 'apiVersion: "2121.fi/v1"\nid: hello\n...' | toist run --spec-stdin --payload '{}'
46
+ echo 'apiVersion: "toist.in/v1"\nid: hello\n...' | toist run --spec-stdin --payload '{}'
47
47
  ```
48
48
 
49
49
  For remote execution:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toist/in",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "description": "Adopt Toist into a repo: scaffold a Toist home or embedded .toist layout",
6
6
  "main": "./src/index.ts",
@@ -16,8 +16,8 @@
16
16
  "README.md"
17
17
  ],
18
18
  "dependencies": {
19
- "@toist/aja": "0.8.1",
20
- "@toist/core": "0.8.1",
21
- "@toist/spec": "0.8.1"
19
+ "@toist/aja": "0.8.2",
20
+ "@toist/core": "0.8.2",
21
+ "@toist/spec": "0.8.2"
22
22
  }
23
23
  }
@@ -7,7 +7,7 @@
7
7
  "dev": "bun --watch start.ts"
8
8
  },
9
9
  "dependencies": {
10
- "@toist/aja": "^0.8.1",
11
- "@toist/spec": "^0.8.1"
10
+ "@toist/aja": "^0.8.2",
11
+ "@toist/spec": "^0.8.2"
12
12
  }
13
13
  }
@@ -1,4 +1,4 @@
1
- apiVersion: "2121.fi/v1"
1
+ apiVersion: "toist.in/v1"
2
2
  id: hello
3
3
  nodes:
4
4
  - id: greet