@azure-tools/typespec-azure-core 0.40.0 → 0.41.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/README.md CHANGED
@@ -24,8 +24,8 @@ linter:
24
24
 
25
25
  Available ruleSets:
26
26
 
27
- - [`@azure-tools/typespec-azure-core/all`](#@azure-tools/typespec-azure-core/all)
28
- - [`@azure-tools/typespec-azure-core/canonical-versioning`](#@azure-tools/typespec-azure-core/canonical-versioning)
27
+ - `@azure-tools/typespec-azure-core/all`
28
+ - `@azure-tools/typespec-azure-core/canonical-versioning`
29
29
 
30
30
  ### Rules
31
31
 
@@ -168,7 +168,6 @@ model InnerError {
168
168
  code?: string;
169
169
 
170
170
  @doc("Inner error.")
171
- @projectedName("csharp", "InnerErrorObject")
172
171
  innererror?: InnerError;
173
172
  }
174
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.40.0",
3
+ "version": "0.41.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -39,12 +39,20 @@
39
39
  "!dist/test/**"
40
40
  ],
41
41
  "peerDependencies": {
42
- "@typespec/compiler": "~0.54.0",
43
- "@typespec/http": "~0.54.0",
44
- "@typespec/rest": "~0.54.0"
42
+ "@typespec/compiler": "~0.54.0 || >=0.55.0-dev <0.55.0",
43
+ "@typespec/http": "~0.54.0 || >=0.55.0-dev <0.55.0",
44
+ "@typespec/rest": "~0.54.0 || >=0.55.0-dev <0.55.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "~18.11.19",
48
+ "@typespec/compiler": "~0.54.0 || >=0.55.0-dev <0.55.0",
49
+ "@typespec/eslint-config-typespec": "~0.54.0 || >=0.55.0-dev <0.55.0",
50
+ "@typespec/eslint-plugin": "~0.54.0 || >=0.55.0-dev <0.55.0",
51
+ "@typespec/http": "~0.54.0 || >=0.55.0-dev <0.55.0",
52
+ "@typespec/library-linter": "~0.54.0 || >=0.55.0-dev <0.55.0",
53
+ "@typespec/openapi": "~0.54.0 || >=0.55.0-dev <0.55.0",
54
+ "@typespec/rest": "~0.54.0 || >=0.55.0-dev <0.55.0",
55
+ "@typespec/versioning": "~0.54.0 || >=0.55.0-dev <0.55.0",
48
56
  "@vitest/coverage-v8": "^1.2.2",
49
57
  "@vitest/ui": "^1.2.2",
50
58
  "c8": "^9.1.0",
@@ -52,16 +60,9 @@
52
60
  "rimraf": "~5.0.5",
53
61
  "typescript": "~5.3.3",
54
62
  "vitest": "^1.2.2",
55
- "@typespec/compiler": "~0.54.0",
56
- "@typespec/eslint-config-typespec": "~0.54.0",
57
- "@typespec/eslint-plugin": "~0.54.0",
58
- "@typespec/http": "~0.54.0",
59
- "@typespec/library-linter": "~0.54.0",
60
- "@typespec/openapi": "~0.54.0",
61
- "@typespec/rest": "~0.54.0",
62
- "@typespec/tspd": "~0.46.0",
63
- "@typespec/versioning": "~0.54.0"
63
+ "@typespec/tspd": "~0.46.0"
64
64
  },
65
+ "dependencies": {},
65
66
  "scripts": {
66
67
  "clean": "rimraf ./dist ./temp",
67
68
  "build": "tsc -p . && npm run lint-typespec-library",