@dxos/protocols 2.29.1 → 2.29.2-dev.71f7546e
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/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/protocols",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.2-dev.71f7546e",
|
|
4
4
|
"description": "Protobuf definitions for DXOS protocols.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "DXOS.org",
|
|
@@ -10,23 +10,22 @@
|
|
|
10
10
|
"dist",
|
|
11
11
|
"src"
|
|
12
12
|
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "toolchain build",
|
|
15
|
+
"build:test": "toolchain build:test",
|
|
16
|
+
"lint": "toolchain lint",
|
|
17
|
+
"test": "toolchain test"
|
|
18
|
+
},
|
|
13
19
|
"dependencies": {
|
|
14
|
-
"@dxos/codec-protobuf": "
|
|
20
|
+
"@dxos/codec-protobuf": "workspace:*"
|
|
15
21
|
},
|
|
16
22
|
"devDependencies": {
|
|
17
23
|
"@dxos/eslint-plugin": "~1.0.27",
|
|
18
|
-
"@dxos/protocols-toolchain": "
|
|
24
|
+
"@dxos/protocols-toolchain": "workspace:*",
|
|
19
25
|
"eslint": "^7.12.1",
|
|
20
26
|
"typescript": "^4.5.2"
|
|
21
27
|
},
|
|
22
28
|
"publishConfig": {
|
|
23
29
|
"access": "public"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
"build": "toolchain build",
|
|
27
|
-
"build:test": "toolchain build:test",
|
|
28
|
-
"lint": "toolchain lint",
|
|
29
|
-
"test": "toolchain test"
|
|
30
|
-
},
|
|
31
|
-
"readme": "# Protocol Buffer Definitions\n\nNOTE: You must rebuild `@dxos/echo-protocol` after updating definitions here.\n"
|
|
32
|
-
}
|
|
30
|
+
}
|
|
31
|
+
}
|