Skip to content

Commit 98b5063

Browse files
committed
Increment version numbers for multiple CodeExpander plugins to 0.1.11 and 0.1.4, enhancing descriptions for clarity and multi-language support. This update ensures consistency across the project while improving user understanding of plugin functionalities.
1 parent 08547e2 commit 98b5063

25 files changed

Lines changed: 37 additions & 37 deletions

File tree

packages/plugin-ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-ai",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"description": "AI Tools - Tokenizer for LLMs (count tokens). | AI 工具 - 大模型分词器",
15+
"description": "LLM Tokenizer - Count tokens for LLM prompts and responses. | 大模型分词器 - 统计大模型提示词与回复的 token 数量",
1616
"keywords": [
1717
"codeexpander",
1818
"plugin",

packages/plugin-convertors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-convertors",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"description": "Convertors - Date-time, base, color, YAML/JSON/TOML/XML/Markdown, list, temperature. | 转换器 - 日期、进制、颜色、格式互转、列表、温度。",
15+
"description": "Format Converters - Date-time, base, color, YAML/JSON/TOML/XML/Markdown, list, temperature. | 格式转换工具 - 日期、进制、颜色、格式互转、列表、温度。",
1616
"keywords": [
1717
"codeexpander",
1818
"plugin",

packages/plugin-currency/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-currency",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"description": "Currency - Exchange rate lookup and currency converter. | 货币 - 汇率查询与货币转换。",
15+
"description": "Currency & Exchange Rates - Exchange rate lookup and currency converter. | 汇率与货币转换 - 汇率查询与货币转换。",
1616
"keywords": [
1717
"codeexpander",
1818
"plugin",

packages/plugin-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-data",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"description": "Data & Format - JSON/XML formatter and validator, YAML converter. | 数据格式 - JSON/XML/YAML 格式化与转换。",
15+
"description": "Data Format Tools - JSON/XML formatter and validator, YAML converter. | 数据格式工具 - JSON/XML/YAML 格式化与转换。",
1616
"keywords": [
1717
"codeexpander",
1818
"plugin",

packages/plugin-date/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-date",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.html",
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"description": "Date & Time - Epoch converter, cron editor, timezone lookup. | 日期时间 - 时间戳、Cron、时区查询。",
15+
"description": "Date & Time Utilities - Epoch converter, cron editor, timezone lookup. | 日期时间工具 - 时间戳、Cron、时区查询。",
1616
"keywords": [
1717
"codeexpander",
1818
"plugin",

packages/plugin-demo-go-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-go-http",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Demo: HTTP Backend (Go) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (Go) - 常驻进程,HTTP POST。",
66
"scripts": {

packages/plugin-demo-go-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-go-stdio",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Demo: Stdio Backend (Go) - Backend stdio mode, spawn per call. | Demo:Stdio 后端 (Go) - 后端 stdio 模式。",
66
"scripts": {

packages/plugin-demo-nodejs-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-nodejs-http",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Demo: HTTP Backend (Node.js) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (Node.js) - 常驻进程,HTTP POST。",
66
"scripts": {

packages/plugin-demo-nodejs-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-nodejs-stdio",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Demo: Stdio Backend (Node.js) - Backend stdio mode, spawn per call. | Demo:Stdio 后端 (Node.js) - 后端 stdio 模式。",
66
"scripts": {

packages/plugin-demo-php-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeexpander/plugin-demo-php-http",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Demo: HTTP Backend (PHP) - Long-lived backend, HTTP POST. | Demo:HTTP 后端 (PHP) - 常驻进程,HTTP POST。",
66
"scripts": {

0 commit comments

Comments
 (0)