Skip to content

Commit

Permalink
update scaffolding templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Radek authored and Christopher Radek committed Aug 8, 2024
1 parent b449ab6 commit b20c0e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/compiler/templates/scaffolding.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "Empty project",
"description": "Create an empty project.",
"libraries": [],
"compilerVersion": "0.58.1"
"compilerVersion": "0.59.0"
},
"rest": {
"title": "Generic REST API",
"description": "Create a project representing a generic REST API",
"compilerVersion": "0.58.1",
"compilerVersion": "0.59.0",
"libraries": [
"@typespec/http",
"@typespec/rest",
Expand All @@ -23,7 +23,7 @@
"library-ts": {
"title": "TypeSpec Library (With TypeScript)",
"description": "Create a new package to add decorators or linters to typespec.",
"compilerVersion": "0.58.1",
"compilerVersion": "0.59.0",
"libraries": [],
"files": [
{
Expand Down Expand Up @@ -99,7 +99,7 @@
"emitter-ts": {
"title": "TypeSpec Emitter (With TypeScript)",
"description": "Create a new package that will be emitting typespec",
"compilerVersion": "0.58.1",
"compilerVersion": "0.59.0",
"libraries": [],
"files": [
{
Expand Down

0 comments on commit b20c0e4

Please sign in to comment.