@azure-tools/typespec-azure-core 0.33.0-dev.5 → 0.33.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.
Files changed (2) hide show
  1. package/lib/operations.tsp +1 -1
  2. package/package.json +14 -14
@@ -141,7 +141,7 @@ interface ResourceOperations<
141
141
  TraitLocation.Response,
142
142
  TraitContext.Create | TraitContext.Update
143
143
  > &
144
- Foundations.LongRunningStatusLocation<TResource>>,
144
+ Foundations.LongRunningStatusLocation>,
145
145
  Traits & InterfaceTraits,
146
146
  TErrorResponse
147
147
  >;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.33.0-dev.5",
3
+ "version": "0.33.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -42,23 +42,23 @@
42
42
  "!dist/test/**"
43
43
  ],
44
44
  "peerDependencies": {
45
- "@typespec/compiler": "~0.46.0 || >=0.47.0-dev <0.47.0",
46
- "@typespec/http": "~0.46.0 || >=0.47.0-dev <0.47.0",
47
- "@typespec/rest": "~0.46.0 || >=0.47.0-dev <0.47.0"
45
+ "@typespec/compiler": "~0.47.0",
46
+ "@typespec/http": "~0.47.0",
47
+ "@typespec/rest": "~0.47.0"
48
48
  },
49
49
  "dependencies": {
50
- "@typespec/lint": "~0.46.0 || >=0.47.0-dev <0.47.0"
50
+ "@typespec/lint": "~0.47.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@typespec/compiler": "~0.46.0 || >=0.47.0-dev <0.47.0",
54
- "@typespec/http": "~0.46.0 || >=0.47.0-dev <0.47.0",
55
- "@typespec/rest": "~0.46.0 || >=0.47.0-dev <0.47.0",
56
- "@typespec/eslint-config-typespec": "~0.46.0 || >=0.47.0-dev <0.47.0",
57
- "@typespec/library-linter": "~0.46.0 || >=0.47.0-dev <0.47.0",
58
- "@typespec/eslint-plugin": "~0.46.0 || >=0.47.0-dev <0.47.0",
59
- "@typespec/openapi": "~0.46.0 || >=0.47.0-dev <0.47.0",
60
- "@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0",
61
- "@typespec/versioning": "~0.46.0 || >=0.47.0-dev <0.47.0",
53
+ "@typespec/compiler": "~0.47.0",
54
+ "@typespec/http": "~0.47.0",
55
+ "@typespec/rest": "~0.47.0",
56
+ "@typespec/eslint-config-typespec": "~0.47.0",
57
+ "@typespec/library-linter": "~0.47.0",
58
+ "@typespec/eslint-plugin": "~0.47.0",
59
+ "@typespec/openapi": "~0.47.0",
60
+ "@typespec/tspd": "~0.46.0",
61
+ "@typespec/versioning": "~0.47.0",
62
62
  "@types/mocha": "~10.0.1",
63
63
  "@types/node": "~18.11.9",
64
64
  "eslint": "^8.42.0",