@kmlckj/licos-ai-cli 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,6 +65,7 @@
65
65
  "@babel/preset-react": "^7.24.1",
66
66
  "@eslint/eslintrc": "^3.3.1",
67
67
  "@tailwindcss/postcss": "^4.1.18",
68
+ "@tarojs/binding-linux-x64-musl": "4.1.9",
68
69
  "@tarojs/cli": "4.1.9",
69
70
  "@tarojs/plugin-generator": "4.1.9",
70
71
  "@tarojs/plugin-mini-ci": "^4.1.9",
@@ -89,6 +89,9 @@ importers:
89
89
  '@tailwindcss/postcss':
90
90
  specifier: ^4.1.18
91
91
  version: 4.1.18
92
+ '@tarojs/binding-linux-x64-musl':
93
+ specifier: 4.1.9
94
+ version: 4.1.9
92
95
  '@tarojs/cli':
93
96
  specifier: 4.1.9
94
97
  version: 4.1.9(@types/node@22.19.6)
@@ -3090,7 +3093,7 @@ packages:
3090
3093
  resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==}
3091
3094
 
3092
3095
  '@kmlckj/licos-platform-sdk@0.6.1':
3093
- resolution: {integrity: sha512-8i+MCc7RYLK42NhT+JGF7wG0ddUQtSfcT05WqUtNnEn7SdHewoNLi/JqK4ZJM3DQB+/azOxqqM/To72B9DkIsA==}
3096
+ resolution: {integrity: sha512-eADWtycsGKxO37QZKsHNNI91XDmHZrrbQGZUrR576v8rxASZBLV8X3j/02W8nIwIkfcKK7XC63DOE2IIDDsuuQ==}
3094
3097
 
3095
3098
  '@langchain/core@1.1.16':
3096
3099
  resolution: {integrity: sha512-2XKQKxvQdeQiuIo0tacAmDVojhSVAci8D2WDdmmyN+6CqDusLHEHyIDaOt4o+UBvpkyHXbCdrljzDTQY/AKeqg==}
@@ -3905,6 +3908,13 @@ packages:
3905
3908
  os: [linux]
3906
3909
  libc: [glibc]
3907
3910
 
3911
+ '@tarojs/binding-linux-x64-musl@4.1.9':
3912
+ resolution: {integrity: sha512-2KCACju/AUpw5FxPqVKTpkCLSWu8tYToRn4glqR85hOwDmumTssh7aohxST60b0rtxtDg77tjJAAN1hNprcixQ==}
3913
+ engines: {node: '>= 18'}
3914
+ cpu: [x64]
3915
+ os: [linux]
3916
+ libc: [musl]
3917
+
3908
3918
  '@tarojs/binding-win32-x64-msvc@4.1.9':
3909
3919
  resolution: {integrity: sha512-QHvWPJNZwbggonVxxj/ejVvujE251VNZVqCy/B60AUgubYDe4K7kh5xRCV24J5jmpX09K3l+NgfqU9/I827Pzw==}
3910
3920
  engines: {node: '>= 18'}
@@ -15045,6 +15055,9 @@ snapshots:
15045
15055
  '@tarojs/binding-linux-x64-gnu@4.1.9':
15046
15056
  optional: true
15047
15057
 
15058
+ '@tarojs/binding-linux-x64-musl@4.1.9':
15059
+ optional: true
15060
+
15048
15061
  '@tarojs/binding-win32-x64-msvc@4.1.9':
15049
15062
  optional: true
15050
15063
 
@@ -15055,6 +15068,7 @@ snapshots:
15055
15068
  '@tarojs/binding-darwin-arm64': 4.1.9
15056
15069
  '@tarojs/binding-darwin-x64': 4.1.9
15057
15070
  '@tarojs/binding-linux-x64-gnu': 4.1.9
15071
+ '@tarojs/binding-linux-x64-musl': 4.1.9
15058
15072
  '@tarojs/binding-win32-x64-msvc': 4.1.9
15059
15073
 
15060
15074
  '@tarojs/cli@4.1.9(@types/node@22.19.6)':
package/lib/cli.js CHANGED
@@ -2107,7 +2107,7 @@ const EventBuilder = {
2107
2107
  };
2108
2108
 
2109
2109
  var name = "@kmlckj/licos-ai-cli";
2110
- var version = "0.0.25";
2110
+ var version = "0.0.26";
2111
2111
  var description = "LICOS AI coding workspace CLI - project template engine and dev tools";
2112
2112
  var license = "MIT";
2113
2113
  var author = "kmlckj";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmlckj/licos-ai-cli",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "LICOS AI coding workspace CLI - project template engine and dev tools",
5
5
  "license": "MIT",
6
6
  "author": "kmlckj",