@azure-tools/typespec-azure-core 0.43.0-dev.7 → 0.43.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.
- package/lib/models.tsp +3 -3
- package/package.json +11 -12
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
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Core library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|
|
@@ -39,27 +39,26 @@
|
|
|
39
39
|
"!dist/test/**"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@typespec/compiler": "~0.
|
|
43
|
-
"@typespec/http": "~0.
|
|
44
|
-
"@typespec/rest": "~0.
|
|
42
|
+
"@typespec/compiler": "~0.57.0",
|
|
43
|
+
"@typespec/http": "~0.57.0",
|
|
44
|
+
"@typespec/rest": "~0.57.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",
|
|
54
48
|
"@vitest/coverage-v8": "^1.6.0",
|
|
55
49
|
"@vitest/ui": "^1.6.0",
|
|
56
50
|
"c8": "^9.1.0",
|
|
57
51
|
"rimraf": "~5.0.7",
|
|
58
52
|
"typescript": "~5.4.5",
|
|
59
53
|
"vitest": "^1.6.0",
|
|
60
|
-
"@typespec/
|
|
54
|
+
"@typespec/compiler": "~0.57.0",
|
|
55
|
+
"@typespec/http": "~0.57.0",
|
|
56
|
+
"@typespec/library-linter": "~0.57.0",
|
|
57
|
+
"@typespec/rest": "~0.57.0",
|
|
58
|
+
"@typespec/openapi": "~0.57.0",
|
|
59
|
+
"@typespec/tspd": "~0.46.0",
|
|
60
|
+
"@typespec/versioning": "~0.57.0"
|
|
61
61
|
},
|
|
62
|
-
"dependencies": {},
|
|
63
62
|
"scripts": {
|
|
64
63
|
"clean": "rimraf ./dist ./temp",
|
|
65
64
|
"build": "tsc -p . && npm run lint-typespec-library",
|