Skip to content

Commit 22fc6d2

Browse files
committed
chore(release): v2.4.3
1 parent 0cf161e commit 22fc6d2

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/create-songloft-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-songloft-plugin",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Scaffolding tool for Songloft JS plugin projects",
55
"type": "module",
66
"bin": {

packages/create-songloft-plugin/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { input, select, checkbox, confirm } from '@inquirer/prompts';
2020
const __filename = fileURLToPath(import.meta.url);
2121
const __dirname = dirname(__filename);
2222

23-
const SDK_VERSION = '^2.4.2';
24-
const BUILDER_VERSION = '^2.4.2';
23+
const SDK_VERSION = '^2.4.3';
24+
const BUILDER_VERSION = '^2.4.3';
2525

2626
const AVAILABLE_PERMISSIONS = [
2727
{ name: 'storage (持久化存储 - storage API)', value: 'storage' },

packages/jsc-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": "@songloft/jsc-darwin-arm64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for darwin arm64",
55
"main": "index.js",
66
"files": [

packages/jsc-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": "@songloft/jsc-darwin-x64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for darwin x64",
55
"main": "index.js",
66
"files": [

packages/jsc-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/jsc-linux-arm64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for linux arm64",
55
"main": "index.js",
66
"files": [

packages/jsc-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/jsc-linux-x64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for linux x64",
55
"main": "index.js",
66
"files": [

packages/jsc-win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/jsc-win32-arm64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for win32 arm64",
55
"main": "index.js",
66
"files": [

packages/jsc-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/jsc-win32-x64",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "QuickJS bytecode compiler for win32 x64",
55
"main": "index.js",
66
"files": [

packages/jsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/jsc",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"type": "module",
55
"exports": {
66
".": {

packages/plugin-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@songloft/plugin-builder",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Build tool for Songloft JS plugins (TS/JS → QuickJS-compatible ZIP)",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)