screw-up 1.14.1 → 1.15.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.14.1
3
+ * version: 1.15.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: e56be312448cbae9f30fa0841439ee856f93d60e
8
+ * git.commit.hash: 6342e8bf692322743d3cdc8d8815c1ae45b7162d
9
9
  */
10
10
  import { existsSync } from "fs";
11
11
  import * as fs from "fs/promises";
@@ -2175,11 +2175,11 @@ const getFetchGitMetadata = (targetDir, checkWorkingDirectoryStatus, logger) =>
2175
2175
  };
2176
2176
  };
2177
2177
  const name = "screw-up";
2178
- const version = "1.14.1";
2178
+ const version = "1.15.0";
2179
2179
  const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
2180
2180
  const license = "MIT";
2181
2181
  const repository_url = "https://github.com/kekyo/screw-up.git";
2182
- const git_commit_hash = "e56be312448cbae9f30fa0841439ee856f93d60e";
2182
+ const git_commit_hash = "6342e8bf692322743d3cdc8d8815c1ae45b7162d";
2183
2183
  const packageMetadata = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2184
2184
  __proto__: null,
2185
2185
  author,
@@ -2202,4 +2202,4 @@ export {
2202
2202
  resolvePackageMetadata as r,
2203
2203
  version as v
2204
2204
  };
2205
- //# sourceMappingURL=packageMetadata-DOqeCvCs.js.map
2205
+ //# sourceMappingURL=packageMetadata-DFL693kZ.js.map