@azure-tools/typespec-ts 0.54.1 → 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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-ts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0-dev.1",
|
|
4
4
|
"description": "An experimental TypeSpec emitter for TypeScript RLC",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@azure-rest/core-client": "^2.3.1",
|
|
21
|
+
"@typespec/http-specs": "^0.1.0-alpha.37 || >=0.1.0-alpha.38-dev <0.1.0-alpha.38",
|
|
22
|
+
"@typespec/spector": "^0.1.0-alpha.25 || >=0.1.0-alpha.26-dev <0.1.0-alpha.26",
|
|
23
|
+
"@typespec/spec-api": "^0.1.0-alpha.14 || >=0.1.0-alpha.15-dev <0.1.0-alpha.15",
|
|
24
|
+
"@typespec/tspd": "^0.74.2 || >=0.75.0-dev <0.75.0",
|
|
25
|
+
"@azure-tools/azure-http-specs": "^0.1.0-alpha.40 || >=0.1.0-alpha.41-dev <0.1.0-alpha.41",
|
|
26
|
+
"@azure-tools/typespec-autorest": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
27
|
+
"@azure-tools/typespec-azure-core": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
28
|
+
"@azure-tools/typespec-azure-resource-manager": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
29
|
+
"@azure-tools/typespec-client-generator-core": "^0.68.4 || >=0.69.0-dev <0.69.0",
|
|
21
30
|
"@azure/abort-controller": "^2.1.2",
|
|
22
31
|
"@azure/core-auth": "^1.6.0",
|
|
23
32
|
"@azure/core-lro": "^3.1.0",
|
|
@@ -27,6 +36,12 @@
|
|
|
27
36
|
"@azure/logger": "^1.0.4",
|
|
28
37
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
29
38
|
"@typescript-eslint/parser": "^8.58.1",
|
|
39
|
+
"@typespec/compiler": "^1.12.0",
|
|
40
|
+
"@typespec/http": "^1.12.0",
|
|
41
|
+
"@typespec/openapi": "^1.12.0",
|
|
42
|
+
"@typespec/rest": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
43
|
+
"@typespec/versioning": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
44
|
+
"@typespec/xml": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
30
45
|
"@typespec/ts-http-runtime": "0.3.5",
|
|
31
46
|
"cross-env": "^10.1.0",
|
|
32
47
|
"eslint-plugin-require-extensions": "0.1.3",
|
|
@@ -38,31 +53,16 @@
|
|
|
38
53
|
"@vitest/coverage-v8": "^4.1.3",
|
|
39
54
|
"@microsoft/api-extractor": "^7.58.1",
|
|
40
55
|
"tsx": "^4.21.0",
|
|
41
|
-
"yaml": "^2.8.3"
|
|
42
|
-
"@typespec/http-specs": "^0.1.0-alpha.37",
|
|
43
|
-
"@typespec/spector": "^0.1.0-alpha.25",
|
|
44
|
-
"@typespec/spec-api": "^0.1.0-alpha.14",
|
|
45
|
-
"@azure-tools/typespec-autorest": "^0.68.0",
|
|
46
|
-
"@azure-tools/azure-http-specs": "^0.1.0-alpha.40",
|
|
47
|
-
"@typespec/tspd": "^0.74.2",
|
|
48
|
-
"@azure-tools/typespec-azure-core": "^0.68.0",
|
|
49
|
-
"@azure-tools/typespec-azure-resource-manager": "^0.68.0",
|
|
50
|
-
"@azure-tools/typespec-client-generator-core": "^0.68.4",
|
|
51
|
-
"@typespec/compiler": "^1.12.0",
|
|
52
|
-
"@typespec/http": "^1.12.0",
|
|
53
|
-
"@typespec/openapi": "^1.12.0",
|
|
54
|
-
"@typespec/rest": "^0.82.0",
|
|
55
|
-
"@typespec/xml": "^0.82.0",
|
|
56
|
-
"@typespec/versioning": "^0.82.0"
|
|
56
|
+
"yaml": "^2.8.3"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@azure-tools/typespec-azure-core": "^0.68.0",
|
|
60
|
-
"@azure-tools/typespec-client-generator-core": "^0.68.4",
|
|
61
|
-
"@typespec/http": "^1.12.0",
|
|
62
|
-
"@typespec/rest": "^0.82.0",
|
|
63
|
-
"@typespec/versioning": "^0.82.0",
|
|
59
|
+
"@azure-tools/typespec-azure-core": "^0.68.0 || >=0.69.0-dev <0.69.0",
|
|
60
|
+
"@azure-tools/typespec-client-generator-core": "^0.68.4 || >=0.69.0-dev <0.69.0",
|
|
64
61
|
"@typespec/compiler": "^1.12.0",
|
|
65
|
-
"@typespec/
|
|
62
|
+
"@typespec/http": "^1.12.0",
|
|
63
|
+
"@typespec/rest": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
64
|
+
"@typespec/versioning": "^0.82.0 || >=0.83.0-dev <0.83.0",
|
|
65
|
+
"@typespec/xml": "^0.82.0 || >=0.83.0-dev <0.83.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"fast-xml-parser": "^5.7.0",
|