@sunasteriskrnd/takumi 1.0.0-dev.22 → 1.0.0-dev.23

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +3 -1
package/dist/index.js CHANGED
@@ -8539,7 +8539,7 @@ var package_default;
8539
8539
  var init_package = __esm(() => {
8540
8540
  package_default = {
8541
8541
  name: "@sunasteriskrnd/takumi",
8542
- version: "1.0.0-dev.22",
8542
+ version: "1.0.0-dev.23",
8543
8543
  description: "CLI tool for bootstrapping and managing Takumi projects",
8544
8544
  type: "module",
8545
8545
  repository: {
@@ -8562,6 +8562,8 @@ var init_package = __esm(() => {
8562
8562
  dev: "bun scripts/run-cli.ts --config src/lib/build-config/dev.json --",
8563
8563
  build: "bun scripts/build-cli.ts",
8564
8564
  "build:dev": "bun scripts/build-cli.ts --config src/lib/build-config/dev.json",
8565
+ compile: "bun scripts/build-cli.ts --compile",
8566
+ "compile:dev": "bun scripts/build-cli.ts --compile --config src/lib/build-config/dev.json",
8565
8567
  "verify:package": "node scripts/prepublish-check.js",
8566
8568
  test: "bun test",
8567
8569
  "test:ci": "NON_INTERACTIVE=true CI_SAFE_MODE=true bun test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunasteriskrnd/takumi",
3
- "version": "1.0.0-dev.22",
3
+ "version": "1.0.0-dev.23",
4
4
  "description": "CLI tool for bootstrapping and managing Takumi projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -23,6 +23,8 @@
23
23
  "dev": "bun scripts/run-cli.ts --config src/lib/build-config/dev.json --",
24
24
  "build": "bun scripts/build-cli.ts",
25
25
  "build:dev": "bun scripts/build-cli.ts --config src/lib/build-config/dev.json",
26
+ "compile": "bun scripts/build-cli.ts --compile",
27
+ "compile:dev": "bun scripts/build-cli.ts --compile --config src/lib/build-config/dev.json",
26
28
  "verify:package": "node scripts/prepublish-check.js",
27
29
  "test": "bun test",
28
30
  "test:ci": "NON_INTERACTIVE=true CI_SAFE_MODE=true bun test",