Skip to content

Commit a1c261b

Browse files
committed
fixed frontend build
1 parent 4279d6c commit a1c261b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

contract-typespec/api/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
"version": "0.1.0",
44
"type": "module",
55
"dependencies": {
6-
"@typespec/compiler": "^1.0.0",
7-
"@typespec/http": "^1.0.1",
8-
"@typespec/openapi": "^1.0.0",
9-
"@typespec/openapi3": "^1.0.0",
10-
"@typespec/rest": "^0.70.0",
11-
"@typespec/sse": "^0.70.0",
12-
"@typespec/streams": "^0.70.0",
6+
"@typespec/compiler": "^1.3.0",
7+
"@typespec/http": "^1.3.1",
8+
"@typespec/openapi": "^1.3.0",
9+
"@typespec/openapi3": "^1.3.0",
10+
"@typespec/rest": "^0.73.0",
11+
"@typespec/sse": "^0.73.0",
12+
"@typespec/streams": "^0.73.0",
1313
"build": "^0.1.4"
1414
},
1515
"scripts": {
1616
"build": "tsp compile ."
1717
},
18-
"private": true
18+
"private": true,
19+
"packageManager": "[email protected]+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
1920
}

contract-typespec/api/tspconfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
output-dir: "{project-root}/../build/tsp/api"
2+
13
emit:
24
- "@typespec/openapi3"
35
options:

0 commit comments

Comments
 (0)