@takemo101/mikan 0.0.1 → 0.0.2
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.
- package/dist/bin.js +1 -1
- package/package.json +9 -1
package/dist/bin.js
CHANGED
|
@@ -106662,7 +106662,7 @@ var import_react17 = __toESM(require_react(), 1);
|
|
|
106662
106662
|
// ../tui/package.json
|
|
106663
106663
|
var package_default = {
|
|
106664
106664
|
name: "@mikan/tui",
|
|
106665
|
-
version: "0.0.
|
|
106665
|
+
version: "0.0.2",
|
|
106666
106666
|
private: true,
|
|
106667
106667
|
type: "module",
|
|
106668
106668
|
exports: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takemo101/mikan",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
|
+
"optionalDependencies": {
|
|
16
|
+
"@opentui/core-darwin-arm64": "0.3.0",
|
|
17
|
+
"@opentui/core-darwin-x64": "0.3.0",
|
|
18
|
+
"@opentui/core-linux-arm64": "0.3.0",
|
|
19
|
+
"@opentui/core-linux-x64": "0.3.0",
|
|
20
|
+
"@opentui/core-win32-arm64": "0.3.0",
|
|
21
|
+
"@opentui/core-win32-x64": "0.3.0"
|
|
22
|
+
},
|
|
15
23
|
"scripts": {
|
|
16
24
|
"build": "bun run build:dist && tsc -p ../../tsconfig.json --noEmit",
|
|
17
25
|
"build:dist": "bun build ./src/bin.ts --target=bun --outdir=./dist --entry-naming=bin.js",
|