screw-up 1.2.0 → 1.3.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/dist/analyzer.d.ts +2 -2
- package/dist/cli-internal.d.ts +2 -2
- package/dist/cli.d.ts +2 -2
- package/dist/cli.d.ts.map +1 -1
- package/dist/generated/packageMetadata.d.ts +4 -4
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/internal.d.ts +2 -2
- package/dist/main.cjs +18 -9
- package/dist/main.cjs.map +1 -1
- package/dist/main.d.ts +2 -2
- package/dist/main.js +18 -9
- package/dist/main.js.map +1 -1
- package/dist/{packageMetadata-Bg66jaR4.cjs → packageMetadata-C9hcegXk.cjs} +5 -5
- package/dist/{packageMetadata-Bg66jaR4.cjs.map → packageMetadata-C9hcegXk.cjs.map} +1 -1
- package/dist/{packageMetadata-DOzhlPbz.js → packageMetadata-CFcZlT3V.js} +5 -5
- package/dist/{packageMetadata-DOzhlPbz.js.map → packageMetadata-CFcZlT3V.js.map} +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/vite-plugin.d.ts +2 -2
- package/package.json +6 -6
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* name: screw-up
|
|
3
|
-
* version: 1.
|
|
3
|
+
* version: 1.3.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: eaf2f91941a8c1d085b1c493a55e0041b39f0cb3
|
|
9
9
|
*/
|
|
10
10
|
import { existsSync } from "fs";
|
|
11
11
|
import * as fs from "fs/promises";
|
|
@@ -1963,11 +1963,11 @@ const getFetchGitMetadata = (targetDir, checkWorkingDirectoryStatus, logger) =>
|
|
|
1963
1963
|
};
|
|
1964
1964
|
};
|
|
1965
1965
|
const name = "screw-up";
|
|
1966
|
-
const version = "1.
|
|
1966
|
+
const version = "1.3.0";
|
|
1967
1967
|
const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
|
|
1968
1968
|
const license = "MIT";
|
|
1969
1969
|
const repository_url = "https://github.com/kekyo/screw-up.git";
|
|
1970
|
-
const git_commit_hash = "
|
|
1970
|
+
const git_commit_hash = "eaf2f91941a8c1d085b1c493a55e0041b39f0cb3";
|
|
1971
1971
|
const packageMetadata = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1972
1972
|
__proto__: null,
|
|
1973
1973
|
author,
|
|
@@ -1990,4 +1990,4 @@ export {
|
|
|
1990
1990
|
resolvePackageMetadata as r,
|
|
1991
1991
|
version as v
|
|
1992
1992
|
};
|
|
1993
|
-
//# sourceMappingURL=packageMetadata-
|
|
1993
|
+
//# sourceMappingURL=packageMetadata-CFcZlT3V.js.map
|