@sunasteriskrnd/takumi 1.0.0-dev.7 → 1.0.0-dev.8

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 +2 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -76309,7 +76309,7 @@ var import_fs_extra39 = __toESM(require_lib(), 1);
76309
76309
  // package.json
76310
76310
  var package_default = {
76311
76311
  name: "@sunasteriskrnd/takumi",
76312
- version: "1.0.0-dev.7",
76312
+ version: "1.0.0-dev.8",
76313
76313
  description: "CLI tool for bootstrapping and managing Takumi projects",
76314
76314
  type: "module",
76315
76315
  repository: {
@@ -76332,6 +76332,7 @@ var package_default = {
76332
76332
  build: `bun build src/index.ts --outdir dist --target node --external @octokit/rest --external better-sqlite3 --external yauzl-promise --external @node-rs/crc32 && node -e "const fs=require('fs'),f='dist/index.js',c=fs.readFileSync(f,'utf-8');fs.writeFileSync(f,c.replace(/^#!.*\\n\\/\\/ @bun\\n/,''))"`,
76333
76333
  "verify:package": "node scripts/prepublish-check.js",
76334
76334
  test: "bun test",
76335
+ "test:ci": "NON_INTERACTIVE=true CI_SAFE_MODE=true bun test",
76335
76336
  "test:integration": "CK_RUN_CLI_INTEGRATION=1 bun test tests/integration/cli.test.ts",
76336
76337
  "test:watch": "bun test --watch",
76337
76338
  "test:quick": "./scripts/dev-quick-start.sh test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunasteriskrnd/takumi",
3
- "version": "1.0.0-dev.7",
3
+ "version": "1.0.0-dev.8",
4
4
  "description": "CLI tool for bootstrapping and managing Takumi projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -23,6 +23,7 @@
23
23
  "build": "bun build src/index.ts --outdir dist --target node --external @octokit/rest --external better-sqlite3 --external yauzl-promise --external @node-rs/crc32 && node -e \"const fs=require('fs'),f='dist/index.js',c=fs.readFileSync(f,'utf-8');fs.writeFileSync(f,c.replace(/^#!.*\\n\\/\\/ @bun\\n/,''))\"",
24
24
  "verify:package": "node scripts/prepublish-check.js",
25
25
  "test": "bun test",
26
+ "test:ci": "NON_INTERACTIVE=true CI_SAFE_MODE=true bun test",
26
27
  "test:integration": "CK_RUN_CLI_INTEGRATION=1 bun test tests/integration/cli.test.ts",
27
28
  "test:watch": "bun test --watch",
28
29
  "test:quick": "./scripts/dev-quick-start.sh test",