Skip to content

Commit a2d8bb0

Browse files
committed
chore: release v0.15.6
1 parent 84ccdb7 commit a2d8bb0

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"private": true,
33
"name": "@ttsc/config",
4-
"version": "0.15.5"
4+
"version": "0.15.6"
55
}

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.5",
4+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
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/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.5",
3+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
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.5",
3+
"version": "0.15.6",
44
"description": "macOS x64 native ttsc/ttscserver binaries and bundled Go compiler for ttsc.",
55
"os": ["darwin"],
66
"cpu": ["x64"],

packages/ttsc-linux-arm/package.json

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

0 commit comments

Comments
 (0)