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.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.2.0
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: cc82696555da70d209bcd4d7ca6cba330360e074
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.2.0";
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 = "cc82696555da70d209bcd4d7ca6cba330360e074";
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-DOzhlPbz.js.map
1993
+ //# sourceMappingURL=packageMetadata-CFcZlT3V.js.map