@velajs/live-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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @velajs/live-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
|
Shared runtime argument/result parsers and validated live frame contracts used by the server and every client.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velajs/live-protocol",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Normative wire protocol for Vela live queries: frame types, the shared keyed-delta codec, and golden conformance fixtures",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"delta",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"websocket",
|
|
12
12
|
"wire-protocol"
|
|
13
13
|
],
|
|
14
|
-
"homepage": "https://github.com/velajs/vela/tree/main/live-protocol#readme",
|
|
14
|
+
"homepage": "https://github.com/velajs/vela/tree/main/packages/live-protocol#readme",
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/velajs/vela/issues"
|
|
17
17
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "git+https://github.com/velajs/vela.git",
|
|
23
|
-
"directory": "live-protocol"
|
|
23
|
+
"directory": "packages/live-protocol"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"dist",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@arethetypeswrong/cli": "0.18.5",
|
|
43
|
-
"@changesets/cli": "
|
|
43
|
+
"@changesets/cli": "3.0.1",
|
|
44
44
|
"oxfmt": "0.58.0",
|
|
45
45
|
"oxlint": "1.73.0",
|
|
46
46
|
"publint": "0.3.21",
|