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 +1 -1
- package/dist/analyzer-BxxtJjNH.cjs +2 -2
- package/dist/analyzer-DxAKRQPj.js +2 -2
- package/dist/analyzer.d.ts +2 -2
- package/dist/cli-internal.d.ts +2 -2
- package/dist/cli.d.ts +2 -2
- package/dist/generated/packageMetadata.d.ts +4 -4
- package/dist/generated/packageMetadata.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/main.cjs +3 -3
- package/dist/main.d.ts +2 -2
- package/dist/main.js +3 -3
- package/dist/{packageMetadata-DYnOuFrt.js → packageMetadata-CwQxZ4Fj.js} +4 -4
- package/dist/packageMetadata-CwQxZ4Fj.js.map +1 -0
- package/dist/{packageMetadata-DGRPlTsF.cjs → packageMetadata-CxY3Y3Qr.cjs} +4 -4
- package/dist/packageMetadata-CxY3Y3Qr.cjs.map +1 -0
- package/dist/types.d.ts +2 -2
- package/dist/vite-plugin.d.ts +2 -2
- package/package.json +6 -6
- package/dist/packageMetadata-DGRPlTsF.cjs.map +0 -1
- package/dist/packageMetadata-DYnOuFrt.js.map +0 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Simply package metadata inserter for NPM.
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
[](https://www.repostatus.org/#active)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
|
|
10
10
|
----
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 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:
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
import { existsSync } from "fs";
|
|
11
11
|
import * as fs from "fs/promises";
|
package/dist/analyzer.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
import { Logger } from './internal.js';
|
package/dist/cli-internal.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 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:
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export declare const name = "screw-up";
|
|
12
|
-
export declare const version = "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 = "
|
|
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,
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
import { readdir, readFile, writeFile, mkdir } from "fs/promises";
|
|
11
11
|
import { join, dirname } from "path";
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 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:
|
|
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.
|
|
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:
|
|
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-
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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-
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
|
-
const version = "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-
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
"use strict";
|
|
11
11
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
12
|
-
const version = "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-
|
|
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.
|
|
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:
|
|
8
|
+
* git.commit.hash: 4129fb42a594608860d2ac0d9d10871739f39091
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
package/dist/vite-plugin.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 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:
|
|
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.
|
|
4
|
+
"1.0.0"
|
|
5
5
|
],
|
|
6
6
|
"branches": [
|
|
7
7
|
"main"
|
|
8
8
|
],
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "1.0.0",
|
|
10
10
|
"commit": {
|
|
11
|
-
"hash": "
|
|
12
|
-
"shortHash": "
|
|
13
|
-
"date": "2025-08-
|
|
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
|
+
"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;"}
|