@azure-tools/typespec-azure-core 0.43.0-dev.7 → 0.44.0-dev.0

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.
Files changed (2) hide show
  1. package/lib/models.tsp +3 -3
  2. package/package.json +10 -10
package/lib/models.tsp CHANGED
@@ -157,9 +157,9 @@ model ConditionalRequestHeaders {
157
157
  }
158
158
 
159
159
  @doc("""
160
- Provides the 'ETag' field to enable conditional (cached) requests. This model can be spread
161
- into responses and item models to convey the ETag when it cannot simply conveyed in a header.
162
- """)
160
+ Provides the 'ETag' field to enable conditional (cached) requests. This model can be spread
161
+ into responses and item models to convey the ETag when it cannot simply conveyed in a header.
162
+ """)
163
163
  model EtagProperty {
164
164
  @visibility("read")
165
165
  @doc("The entity tag for this resource.")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.43.0-dev.7",
3
+ "version": "0.44.0-dev.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -39,18 +39,18 @@
39
39
  "!dist/test/**"
40
40
  ],
41
41
  "peerDependencies": {
42
- "@typespec/compiler": "~0.56.0 || >=0.57.0-dev <0.57.0",
43
- "@typespec/http": "~0.56.0 || >=0.57.0-dev <0.57.0",
44
- "@typespec/rest": "~0.56.0 || >=0.57.0-dev <0.57.0"
42
+ "@typespec/compiler": "~0.57.0 || >=0.58.0-dev <0.58.0",
43
+ "@typespec/http": "~0.57.0 || >=0.58.0-dev <0.58.0",
44
+ "@typespec/rest": "~0.57.0 || >=0.58.0-dev <0.58.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "~18.11.19",
48
- "@typespec/compiler": "~0.56.0 || >=0.57.0-dev <0.57.0",
49
- "@typespec/http": "~0.56.0 || >=0.57.0-dev <0.57.0",
50
- "@typespec/library-linter": "~0.56.0 || >=0.57.0-dev <0.57.0",
51
- "@typespec/openapi": "~0.56.0 || >=0.57.0-dev <0.57.0",
52
- "@typespec/rest": "~0.56.0 || >=0.57.0-dev <0.57.0",
53
- "@typespec/versioning": "~0.56.0 || >=0.57.0-dev <0.57.0",
48
+ "@typespec/compiler": "~0.57.0 || >=0.58.0-dev <0.58.0",
49
+ "@typespec/http": "~0.57.0 || >=0.58.0-dev <0.58.0",
50
+ "@typespec/library-linter": "~0.57.0 || >=0.58.0-dev <0.58.0",
51
+ "@typespec/openapi": "~0.57.0 || >=0.58.0-dev <0.58.0",
52
+ "@typespec/rest": "~0.57.0 || >=0.58.0-dev <0.58.0",
53
+ "@typespec/versioning": "~0.57.0 || >=0.58.0-dev <0.58.0",
54
54
  "@vitest/coverage-v8": "^1.6.0",
55
55
  "@vitest/ui": "^1.6.0",
56
56
  "c8": "^9.1.0",