Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: internal
packages:
- "@typespec/asset-emitter"
- "@typespec/compiler"
- "@typespec/emitter-framework"
- "@typespec/events"
- "@typespec/html-program-viewer"
- "@typespec/http-client-java"
- "@typespec/http-client-js"
- "@typespec/http-client-python"
- "@typespec/http-client"
- "@typespec/http-server-csharp"
- "@typespec/http-server-js"
- "@typespec/http"
- "@typespec/json-schema"
- "@typespec/openapi"
- "@typespec/openapi3"
- "@typespec/protobuf"
- "@typespec/rest"
- "@typespec/spector"
- "@typespec/sse"
- "@typespec/streams"
- "@typespec/versioning"
- "@typespec/xml"
---

Add `typespec:lib` and `typespec:emitter` keywords to workspace packages
3 changes: 2 additions & 1 deletion packages/asset-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-emitter"
],
"type": "module",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"keywords": [
"typespec",
"cli"
"cli",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/emitter-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"default": "./dist/src/python/*"
}
},
"keywords": [],
"keywords": [
"typespec-emitter"
],
"author": "",
"license": "MIT",
"description": "",
Expand Down
3 changes: 2 additions & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/html-program-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-emitter"
],
"type": "module",
"main": "dist/emitter/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/http-client-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"url": "https://github.com/Microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib",
"typespec-emitter"
],
"type": "module",
"main": "dist/emitter/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/http-client-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.7.0",
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
"keywords": [
"TypeSpec"
"TypeSpec",
"typespec-emitter"
],
"author": "Microsoft Corporation",
"homepage": "https://typespec.io",
Expand Down
3 changes: 2 additions & 1 deletion packages/http-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"keywords": [
"typespec",
"javascript",
"typescript"
"typescript",
"typespec-emitter"
],
"bugs": {
"url": "https://github.com/microsoft/typespec/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/http-client-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"keywords": [
"typespec",
"python"
"python",
"typespec-emitter"
],
"type": "module",
"main": "dist/emitter/index.js",
Expand Down
5 changes: 4 additions & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"lint:fix": "eslint . --report-unused-disable-directives --fix",
"format": "prettier . --write",
"format:check": "prettier --check ."
}
},
"keywords": [
"typespec-lib"
]
}
3 changes: 2 additions & 1 deletion packages/http-server-csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"keywords": [
"typespec",
"service",
"c-sharp"
"c-sharp",
"typespec-emitter"
],
"type": "module",
"bin": {
Expand Down
3 changes: 2 additions & 1 deletion packages/http-server-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"http",
"server",
"javascript",
"typescript"
"typescript",
"typespec-emitter"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
},
"keywords": [
"TypeSpec",
"json schema"
"json schema",
"typespec-lib",
"typespec-emitter"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/openapi3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib",
"typespec-emitter"
],
"bin": {
"tsp-openapi3": "cmd/tsp-openapi3.js"
Expand Down
4 changes: 3 additions & 1 deletion packages/protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"keywords": [
"typespec",
"protobuf",
"grpc"
"grpc",
"typespec-lib",
"typespec-emitter"
],
"main": "dist/src/index.js",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
5 changes: 4 additions & 1 deletion packages/spector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"@typespec/tspd": "workspace:^",
"rimraf": "~6.1.3",
"typescript": "~5.9.3"
}
},
"keywords": [
"typespec-lib"
]
}
3 changes: 2 additions & 1 deletion packages/sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"url": "https://github.com/microsoft/typespec/issues"
},
"keywords": [
"typespec"
"typespec",
"typespec-lib"
],
"type": "module",
"main": "dist/src/index.js",
Expand Down
Loading