Skip to content

Commit ecb4898

Browse files
chore: bump version to 2.0.12
1 parent 9d734b3 commit ecb4898

10 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/cli-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": "@tokscale/cli-darwin-arm64",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for darwin arm64",
55
"license": "MIT",
66
"type": "module",

packages/cli-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": "@tokscale/cli-darwin-x64",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for darwin x64",
55
"license": "MIT",
66
"type": "module",

packages/cli-linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-linux-arm64-gnu",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for linux arm64 gnu",
55
"license": "MIT",
66
"type": "module",

packages/cli-linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-linux-arm64-musl",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for linux arm64 musl",
55
"license": "MIT",
66
"type": "module",

packages/cli-linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-linux-x64-gnu",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for linux x64 gnu",
55
"license": "MIT",
66
"type": "module",

packages/cli-linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-linux-x64-musl",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for linux x64 musl",
55
"license": "MIT",
66
"type": "module",

packages/cli-win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-win32-arm64-msvc",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for win32 arm64 msvc",
55
"license": "MIT",
66
"type": "module",

packages/cli-win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli-win32-x64-msvc",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "tokscale CLI binary for win32 x64 msvc",
55
"license": "MIT",
66
"type": "module",

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokscale/cli",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "A high-performance CLI tool and visualization dashboard for tracking AI coding assistant token usage and costs across multiple platforms.",
55
"license": "MIT",
66
"type": "module",
@@ -28,14 +28,14 @@
2828
},
2929
"dependencies": {},
3030
"optionalDependencies": {
31-
"@tokscale/cli-darwin-arm64": "2.0.11",
32-
"@tokscale/cli-darwin-x64": "2.0.11",
33-
"@tokscale/cli-linux-x64-gnu": "2.0.11",
34-
"@tokscale/cli-linux-x64-musl": "2.0.11",
35-
"@tokscale/cli-linux-arm64-gnu": "2.0.11",
36-
"@tokscale/cli-linux-arm64-musl": "2.0.11",
37-
"@tokscale/cli-win32-x64-msvc": "2.0.11",
38-
"@tokscale/cli-win32-arm64-msvc": "2.0.11"
31+
"@tokscale/cli-darwin-arm64": "2.0.12",
32+
"@tokscale/cli-darwin-x64": "2.0.12",
33+
"@tokscale/cli-linux-x64-gnu": "2.0.12",
34+
"@tokscale/cli-linux-x64-musl": "2.0.12",
35+
"@tokscale/cli-linux-arm64-gnu": "2.0.12",
36+
"@tokscale/cli-linux-arm64-musl": "2.0.12",
37+
"@tokscale/cli-win32-x64-msvc": "2.0.12",
38+
"@tokscale/cli-win32-arm64-msvc": "2.0.12"
3939
},
4040
"devDependencies": {
4141
"@types/node": "^20.0.0",

packages/tokscale/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tokscale",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Alias for @tokscale/cli — A high-performance CLI tool and visualization dashboard for tracking AI coding assistant token usage and costs across multiple platforms.",
55
"type": "module",
66
"main": "index.js",
@@ -27,7 +27,7 @@
2727
"cli"
2828
],
2929
"dependencies": {
30-
"@tokscale/cli": "2.0.11"
30+
"@tokscale/cli": "2.0.12"
3131
},
3232
"publishConfig": {
3333
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)