Skip to content

Commit 71c96f5

Browse files
committed
Update package info
1 parent e252568 commit 71c96f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "graph.community.spclient",
3-
"version": "5.3.0",
2+
"name": "graph.community.metadata",
3+
"version": "5.5.0",
44
"type": "module",
55
"scripts": {
6-
"compile": "tsp compile src/main.tsp"
6+
"compile": "tsp compile src/main.tsp",
7+
"buildDocs": "tsp compile src/main.tsp && .\fixOpenApi.ps1"
78
},
89
"peerDependencies": {
910
"@typespec/compiler": "latest",

0 commit comments

Comments
 (0)