Skip to content

Commit bd5fc90

Browse files
committed
chore: release v0.16.0
1 parent f2f94be commit bd5fc90

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@ttsc/config",
4-
"version": "0.15.11",
4+
"version": "0.16.0",
55
"description": "Shared build configuration for ttsc packages.",
66
"devDependencies": {
77
"@rollup/plugin-commonjs": "catalog:rollup",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@ttsc/station",
4-
"version": "0.15.11",
4+
"version": "0.16.0",
55
"description": "Standalone TypeScript-Go compiler, runtime, plugin host, and LSP host workspace.",
66
"scripts": {
77
"build": "node scripts/build-platforms.cjs",

packages/banner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/banner",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "First-party ttsc plugin that adds package-documentation JSDoc banners during emit.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/factory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/factory",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "Self-contained legacy-style TypeScript AST factory and printer for source code generation, surviving the TypeScript-Go (tsgo) migration. Zero dependencies, no `typescript` import.",
55
"main": "src/index.ts",
66
"exports": {

packages/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/lint",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "Reference ttsc plugin: ESLint-style lint rules hosted in the same Program/Checker as the type-check pass.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/paths/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/paths",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "First-party ttsc plugin that rewrites emitted module specifiers from tsconfig paths.",
55
"main": "src/index.cjs",
66
"exports": {

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/playground",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "Reusable React + Web Worker scaffolding for in-browser ttsc playgrounds built on @ttsc/wasm.",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

packages/strip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/strip",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "First-party ttsc plugin that removes configured calls and statements from emitted JavaScript.",
55
"main": "src/index.cjs",
66
"types": "src/index.d.ts",

packages/ttsc-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/darwin-arm64",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "macOS arm64 native ttsc/ttscserver binaries and bundled Go compiler for ttsc.",
55
"os": ["darwin"],
66
"cpu": ["arm64"],

packages/ttsc-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ttsc/darwin-x64",
3-
"version": "0.15.11",
3+
"version": "0.16.0",
44
"description": "macOS x64 native ttsc/ttscserver binaries and bundled Go compiler for ttsc.",
55
"os": ["darwin"],
66
"cpu": ["x64"],

0 commit comments

Comments
 (0)