screw-up 0.17.0 → 1.0.0

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/README.md CHANGED
@@ -4,7 +4,7 @@ Simply package metadata inserter for NPM.
4
4
 
5
5
  ![screw-up](images/screw-up-120.png)
6
6
 
7
- [![Project Status: WIPInitial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
7
+ [![Project Status: ActiveThe project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
10
  ----
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
  "use strict";
11
11
  const fs = require("fs");
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
  import { existsSync } from "fs";
11
11
  import * as fs from "fs/promises";
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { Logger } from './internal';
package/dist/cli.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { Logger } from './internal';
@@ -1,18 +1,18 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  export declare const name = "screw-up";
12
- export declare const version = "0.17.0";
12
+ export declare const version = "1.0.0";
13
13
  export declare const description = "Simply package metadata inserter on Vite plugin";
14
14
  export declare const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
15
15
  export declare const license = "MIT";
16
16
  export declare const repository_url = "https://github.com/kekyo/screw-up.git";
17
- export declare const git_commit_hash = "6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb";
17
+ export declare const git_commit_hash = "4129fb42a594608860d2ac0d9d10871739f39091";
18
18
  //# sourceMappingURL=packageMetadata.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageMetadata.d.ts","sourceRoot":"","sources":["../../src/generated/packageMetadata.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,aAAa,CAAC;AAC/B,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,WAAW,oDAAoD,CAAC;AAC7E,eAAO,MAAM,MAAM,uCAAuC,CAAC;AAC3D,eAAO,MAAM,OAAO,QAAQ,CAAC;AAC7B,eAAO,MAAM,cAAc,0CAA0C,CAAC;AACtE,eAAO,MAAM,eAAe,6CAA6C,CAAC"}
1
+ {"version":3,"file":"packageMetadata.d.ts","sourceRoot":"","sources":["../../src/generated/packageMetadata.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,aAAa,CAAC;AAC/B,eAAO,MAAM,OAAO,UAAU,CAAC;AAC/B,eAAO,MAAM,WAAW,oDAAoD,CAAC;AAC7E,eAAO,MAAM,MAAM,uCAAuC,CAAC;AAC3D,eAAO,MAAM,OAAO,QAAQ,CAAC;AAC7B,eAAO,MAAM,cAAc,0CAA0C,CAAC;AACtE,eAAO,MAAM,eAAe,6CAA6C,CAAC"}
package/dist/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
  "use strict";
11
11
  const fs = require("fs/promises");
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { screwUp } from './vite-plugin';
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
  import { readdir, readFile, writeFile, mkdir } from "fs/promises";
11
11
  import { join, dirname } from "path";
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { PackageMetadata } from './types';
package/dist/main.cjs CHANGED
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  /*!
3
3
  * name: screw-up
4
- * version: 0.17.0
4
+ * version: 1.0.0
5
5
  * description: Simply package metadata inserter on Vite plugin
6
6
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
7
7
  * license: MIT
8
8
  * repository.url: https://github.com/kekyo/screw-up.git
9
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
9
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
10
10
  */
11
11
  "use strict";
12
12
  const path = require("path");
@@ -1117,7 +1117,7 @@ const publishCommand = async (args, logger2) => {
1117
1117
  }
1118
1118
  };
1119
1119
  const showHelp = async (logger2) => {
1120
- const { author, license, repository_url, version } = await Promise.resolve().then(() => require("./packageMetadata-DGRPlTsF.cjs"));
1120
+ const { author, license, repository_url, version } = await Promise.resolve().then(() => require("./packageMetadata-CxY3Y3Qr.cjs"));
1121
1121
  logger2.info(`screw-up - Easy package metadata inserter CLI [${version}]
1122
1122
  Copyright (c) ${author}
1123
1123
  Repository: ${repository_url}
package/dist/main.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  /*!
3
3
  * name: screw-up
4
- * version: 0.17.0
4
+ * version: 1.0.0
5
5
  * description: Simply package metadata inserter on Vite plugin
6
6
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
7
7
  * license: MIT
8
8
  * repository.url: https://github.com/kekyo/screw-up.git
9
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
9
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
10
10
  */
11
11
 
12
12
  export {};
package/dist/main.js CHANGED
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  /*!
3
3
  * name: screw-up
4
- * version: 0.17.0
4
+ * version: 1.0.0
5
5
  * description: Simply package metadata inserter on Vite plugin
6
6
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
7
7
  * license: MIT
8
8
  * repository.url: https://github.com/kekyo/screw-up.git
9
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
9
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
10
10
  */
11
11
  import { join, dirname, resolve } from "path";
12
12
  import { createWriteStream, createReadStream, existsSync } from "fs";
@@ -1116,7 +1116,7 @@ const publishCommand = async (args, logger2) => {
1116
1116
  }
1117
1117
  };
1118
1118
  const showHelp = async (logger2) => {
1119
- const { author, license, repository_url, version } = await import("./packageMetadata-DYnOuFrt.js");
1119
+ const { author, license, repository_url, version } = await import("./packageMetadata-CwQxZ4Fj.js");
1120
1120
  logger2.info(`screw-up - Easy package metadata inserter CLI [${version}]
1121
1121
  Copyright (c) ${author}
1122
1122
  Repository: ${repository_url}
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
- const version = "0.17.0";
10
+ const version = "1.0.0";
11
11
  const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
12
12
  const license = "MIT";
13
13
  const repository_url = "https://github.com/kekyo/screw-up.git";
@@ -17,4 +17,4 @@ export {
17
17
  repository_url,
18
18
  version
19
19
  };
20
- //# sourceMappingURL=packageMetadata-DYnOuFrt.js.map
20
+ //# sourceMappingURL=packageMetadata-CwQxZ4Fj.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"packageMetadata-CwQxZ4Fj.js","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"screw-up\";\nexport const version = \"1.0.0\";\nexport const description = \"Simply package metadata inserter on Vite plugin\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/screw-up.git\";\nexport const git_commit_hash = \"4129fb42a594608860d2ac0d9d10871739f39091\";\n"],"names":[],"mappings":"AAIO,MAAM,UAAU;AAEhB,MAAM,SAAS;AACf,MAAM,UAAU;AAChB,MAAM,iBAAiB;"}
@@ -1,15 +1,15 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
  "use strict";
11
11
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
12
- const version = "0.17.0";
12
+ const version = "1.0.0";
13
13
  const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
14
14
  const license = "MIT";
15
15
  const repository_url = "https://github.com/kekyo/screw-up.git";
@@ -17,4 +17,4 @@ exports.author = author;
17
17
  exports.license = license;
18
18
  exports.repository_url = repository_url;
19
19
  exports.version = version;
20
- //# sourceMappingURL=packageMetadata-DGRPlTsF.cjs.map
20
+ //# sourceMappingURL=packageMetadata-CxY3Y3Qr.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"packageMetadata-CxY3Y3Qr.cjs","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"screw-up\";\nexport const version = \"1.0.0\";\nexport const description = \"Simply package metadata inserter on Vite plugin\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/screw-up.git\";\nexport const git_commit_hash = \"4129fb42a594608860d2ac0d9d10871739f39091\";\n"],"names":[],"mappings":";;AAIO,MAAM,UAAU;AAEhB,MAAM,SAAS;AACf,MAAM,UAAU;AAChB,MAAM,iBAAiB;;;;;"}
package/dist/types.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  /**
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 0.17.0
3
+ * version: 1.0.0
4
4
  * description: Simply package metadata inserter on Vite plugin
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/screw-up.git
8
- * git.commit.hash: 6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb
8
+ * git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
9
9
  */
10
10
 
11
11
  import { Plugin } from 'vite';
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "git": {
3
3
  "tags": [
4
- "0.17.0"
4
+ "1.0.0"
5
5
  ],
6
6
  "branches": [
7
7
  "main"
8
8
  ],
9
- "version": "0.17.0",
9
+ "version": "1.0.0",
10
10
  "commit": {
11
- "hash": "6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb",
12
- "shortHash": "6ca2d41",
13
- "date": "2025-08-05T14:26:08+09:00Z",
11
+ "hash": "4129fb42a594608860d2ac0d9d10871739f39091",
12
+ "shortHash": "4129fb4",
13
+ "date": "2025-08-08T12:39:15+09:00Z",
14
14
  "message": "Merge branch 'develop'"
15
15
  }
16
16
  },
17
- "version": "0.17.0",
17
+ "version": "1.0.0",
18
18
  "name": "screw-up",
19
19
  "description": "Simply package metadata inserter on Vite plugin",
20
20
  "keywords": [
@@ -1 +0,0 @@
1
- {"version":3,"file":"packageMetadata-DGRPlTsF.cjs","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"screw-up\";\nexport const version = \"0.17.0\";\nexport const description = \"Simply package metadata inserter on Vite plugin\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/screw-up.git\";\nexport const git_commit_hash = \"6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb\";\n"],"names":[],"mappings":";;AAIO,MAAM,UAAU;AAEhB,MAAM,SAAS;AACf,MAAM,UAAU;AAChB,MAAM,iBAAiB;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"packageMetadata-DYnOuFrt.js","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"screw-up\";\nexport const version = \"0.17.0\";\nexport const description = \"Simply package metadata inserter on Vite plugin\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/screw-up.git\";\nexport const git_commit_hash = \"6ca2d4183d3123c9e0cf7aa444bdb85c1e60e9fb\";\n"],"names":[],"mappings":"AAIO,MAAM,UAAU;AAEhB,MAAM,SAAS;AACf,MAAM,UAAU;AAChB,MAAM,iBAAiB;"}