@typespec/protobuf 0.43.0 → 0.43.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/.rush/temp/operation/build/state.json +1 -1
- package/.rush/temp/operation/test-official/state.json +1 -1
- package/.rush/temp/package-deps_build.json +3 -2
- package/.rush/temp/package-deps_test-official.json +3 -2
- package/CHANGELOG.json +25 -1
- package/CHANGELOG.md +11 -0
- package/coverage/cobertura-coverage.xml +1 -1
- package/coverage/tmp/coverage-3856-1683761892050-0.json +1 -0
- package/package.json +6 -5
- package/protobuf.build.log +25 -25
- package/temp/tsconfig.tsbuildinfo +1 -1
- package/coverage/tmp/coverage-6408-1683144315012-0.json +0 -1
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
"packages/protobuf/.eslintrc.cjs": "c0b2a9d1a75f440ffef72d32c607bb2cbe488eae",
|
|
5
5
|
"packages/protobuf/.gitignore": "bea41e259d6405a4b1ac623184eaddabd0a7707f",
|
|
6
6
|
"packages/protobuf/.mocharc.yaml": "2c757438b54590650819b87f0115efd0a4bd8b4c",
|
|
7
|
-
"packages/protobuf/CHANGELOG.json": "
|
|
7
|
+
"packages/protobuf/CHANGELOG.json": "4f7a9bf980f1ca4c0e809a9a0d960ef169da8b48",
|
|
8
|
+
"packages/protobuf/CHANGELOG.md": "007c623ef30f7f0175483ef13224a453469934a5",
|
|
8
9
|
"packages/protobuf/LICENSE": "21071075c24599ee98254f702bcfc504cdc275a6",
|
|
9
10
|
"packages/protobuf/README.md": "5143cc0445ca5d50a5b1bda93ea2cc5370943bd9",
|
|
10
11
|
"packages/protobuf/lib/proto.tsp": "59268bc4989a59470b022efaf3f30666d498133f",
|
|
11
|
-
"packages/protobuf/package.json": "
|
|
12
|
+
"packages/protobuf/package.json": "33be3858267cfebead4a29192ef87783eb32be6e",
|
|
12
13
|
"packages/protobuf/src/ast.ts": "c43456893db4c92d309a159d245ac57da1be0d1d",
|
|
13
14
|
"packages/protobuf/src/index.ts": "0dd36fbcc216cc478f19af2bb5d04d970eb8bfc1",
|
|
14
15
|
"packages/protobuf/src/lib.ts": "53f0ac77e39822248a6267691d7b4de01e29f6d4",
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
"packages/protobuf/.eslintrc.cjs": "c0b2a9d1a75f440ffef72d32c607bb2cbe488eae",
|
|
5
5
|
"packages/protobuf/.gitignore": "bea41e259d6405a4b1ac623184eaddabd0a7707f",
|
|
6
6
|
"packages/protobuf/.mocharc.yaml": "2c757438b54590650819b87f0115efd0a4bd8b4c",
|
|
7
|
-
"packages/protobuf/CHANGELOG.json": "
|
|
7
|
+
"packages/protobuf/CHANGELOG.json": "4f7a9bf980f1ca4c0e809a9a0d960ef169da8b48",
|
|
8
|
+
"packages/protobuf/CHANGELOG.md": "007c623ef30f7f0175483ef13224a453469934a5",
|
|
8
9
|
"packages/protobuf/LICENSE": "21071075c24599ee98254f702bcfc504cdc275a6",
|
|
9
10
|
"packages/protobuf/README.md": "5143cc0445ca5d50a5b1bda93ea2cc5370943bd9",
|
|
10
11
|
"packages/protobuf/lib/proto.tsp": "59268bc4989a59470b022efaf3f30666d498133f",
|
|
11
|
-
"packages/protobuf/package.json": "
|
|
12
|
+
"packages/protobuf/package.json": "33be3858267cfebead4a29192ef87783eb32be6e",
|
|
12
13
|
"packages/protobuf/src/ast.ts": "c43456893db4c92d309a159d245ac57da1be0d1d",
|
|
13
14
|
"packages/protobuf/src/index.ts": "0dd36fbcc216cc478f19af2bb5d04d970eb8bfc1",
|
|
14
15
|
"packages/protobuf/src/lib.ts": "53f0ac77e39822248a6267691d7b4de01e29f6d4",
|
package/CHANGELOG.json
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/protobuf",
|
|
3
|
-
"entries": [
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.43.1",
|
|
6
|
+
"tag": "@typespec/protobuf_v0.43.1",
|
|
7
|
+
"date": "Wed, 10 May 2023 21:24:00 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update compiler to be a peer dependency"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Dependency @typespec/compiler version bump from ~0.43.0 to ~0.44.0."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Dependency @typespec/eslint-plugin version bump from ~0.43.0 to ~0.44.0."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@typespec/eslint-config-typespec\" from `~0.6.0` to `~0.7.0`"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
4
28
|
}
|
package/CHANGELOG.md
ADDED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="1888" lines-covered="1791" line-rate="0.9486" branches-valid="327" branches-covered="289" branch-rate="0.8837" timestamp="
|
|
3
|
+
<coverage lines-valid="1888" lines-covered="1791" line-rate="0.9486" branches-valid="327" branches-covered="289" branch-rate="0.8837" timestamp="1683761892503" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>D:\a\_work\1\s\packages\protobuf</source>
|
|
6
6
|
</sources>
|