@velajs/studio-protocol 2.0.0 → 2.0.1
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @velajs/studio-protocol
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Publish from the unified packages workspace with corrected repository paths, shared native tooling, TypeScript 7 checks, and npm OIDC releases. Runnable examples now live in apps/.
|
|
8
|
+
|
|
3
9
|
## 2.0.0
|
|
4
10
|
|
|
5
11
|
Initial coordinated release of the Studio operation catalog, capabilities and response schemas.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velajs/studio-protocol",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Vela Studio wire contract, operation schemas, envelopes, and capabilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"studio",
|
|
9
9
|
"vela"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://github.com/velajs/vela/tree/main/
|
|
11
|
+
"homepage": "https://github.com/velajs/vela/tree/main/packages/studio-protocol#readme",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/velajs/vela/issues"
|
|
14
14
|
},
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "git+https://github.com/velajs/vela.git",
|
|
20
|
-
"directory": "
|
|
20
|
+
"directory": "packages/studio-protocol"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|