screw-up 1.16.0 → 1.17.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.16.0
3
+ * version: 1.17.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: 1074e4634f2c667f15188d4a95db0f30a96a6497
8
+ * git.commit.hash: 05a9f2e0dec5249126f020eee1d57f6ff8767096
9
9
  */
10
10
  import { existsSync } from "fs";
11
11
  import * as fs from "fs/promises";
@@ -2147,7 +2147,7 @@ const getGitMetadata = async (repositoryPath, checkWorkingDirectoryStatus, logge
2147
2147
  gitMetadata.commit = {
2148
2148
  hash: currentCommit.hash,
2149
2149
  shortHash: currentCommit.shortHash,
2150
- date: dayjs(currentCommit.date).format("YYYY-MM-DDTHH:mm:ssZ[Z]"),
2150
+ date: dayjs(currentCommit.date).format("YYYY-MM-DDTHH:mm:ssZ"),
2151
2151
  message: currentCommit.message
2152
2152
  };
2153
2153
  const relatedTags = getRelatedTagsFromMap(commitToTags, currentCommit.hash);
@@ -2177,11 +2177,11 @@ const getFetchGitMetadata = (targetDir, checkWorkingDirectoryStatus, logger) =>
2177
2177
  };
2178
2178
  };
2179
2179
  const name = "screw-up";
2180
- const version = "1.16.0";
2180
+ const version = "1.17.0";
2181
2181
  const author = "Kouji Matsui (@kekyo@mi.kekyo.net)";
2182
2182
  const license = "MIT";
2183
2183
  const repository_url = "https://github.com/kekyo/screw-up.git";
2184
- const git_commit_hash = "1074e4634f2c667f15188d4a95db0f30a96a6497";
2184
+ const git_commit_hash = "05a9f2e0dec5249126f020eee1d57f6ff8767096";
2185
2185
  const packageMetadata = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2186
2186
  __proto__: null,
2187
2187
  author,
@@ -2204,4 +2204,4 @@ export {
2204
2204
  resolvePackageMetadata as r,
2205
2205
  version as v
2206
2206
  };
2207
- //# sourceMappingURL=packageMetadata-CYZtTJqC.js.map
2207
+ //# sourceMappingURL=packageMetadata-DgMEVI8P.js.map