@typespec/protobuf 0.54.0 → 0.55.0-dev.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 CHANGED
@@ -16,7 +16,6 @@
16
16
  ### Patch Changes
17
17
 
18
18
 
19
- This log was last generated on Wed, 24 Jan 2024 05:46:53 GMT and should not be manually modified.
20
19
 
21
20
  ## 0.52.0
22
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/protobuf",
3
- "version": "0.54.0",
3
+ "version": "0.55.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library and emitter for Protobuf (gRPC)",
6
6
  "homepage": "https://github.com/microsoft/typespec",
@@ -22,11 +22,14 @@
22
22
  "type": "module",
23
23
  "tspMain": "lib/proto.tsp",
24
24
  "peerDependencies": {
25
- "@typespec/compiler": "~0.54.0"
25
+ "@typespec/compiler": "~0.54.0 || >=0.55.0-dev <0.55.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/micromatch": "^4.0.6",
29
29
  "@types/node": "~18.11.19",
30
+ "@typespec/compiler": "~0.54.0 || >=0.55.0-dev <0.55.0",
31
+ "@typespec/eslint-config-typespec": "~0.54.0 || >=0.55.0-dev <0.55.0",
32
+ "@typespec/eslint-plugin": "~0.54.0 || >=0.55.0-dev <0.55.0",
30
33
  "@vitest/coverage-v8": "^1.2.2",
31
34
  "@vitest/ui": "^1.2.2",
32
35
  "c8": "^9.1.0",
@@ -35,11 +38,9 @@
35
38
  "rimraf": "~5.0.5",
36
39
  "typescript": "~5.3.3",
37
40
  "vitest": "^1.2.2",
38
- "@typespec/compiler": "~0.54.0",
39
- "@typespec/eslint-plugin": "~0.54.0",
40
- "@typespec/eslint-config-typespec": "~0.54.0",
41
41
  "@typespec/tspd": "~0.46.0"
42
42
  },
43
+ "dependencies": {},
43
44
  "scripts": {
44
45
  "clean": "rimraf ./dist ./temp",
45
46
  "build": "tsc -p .",