screw-up 1.32.0 → 1.34.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.
Files changed (37) hide show
  1. package/dist/index.cjs +125 -68
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.mjs +3 -11
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/main.cjs +132 -63
  6. package/dist/main.cjs.map +1 -1
  7. package/dist/main.mjs +4 -6
  8. package/dist/main.mjs.map +1 -1
  9. package/dist/{metadata-file-D79yMa_A.js → metadata-file-DmnBAdfN.js} +130 -68
  10. package/dist/metadata-file-DmnBAdfN.js.map +1 -0
  11. package/dist/src/analyzer.d.ts +2 -2
  12. package/dist/src/analyzer.d.ts.map +1 -1
  13. package/dist/src/cli-internal.d.ts +2 -2
  14. package/dist/src/cli.d.ts +2 -2
  15. package/dist/src/cli.d.ts.map +1 -1
  16. package/dist/src/declaration-import-fix.d.ts +2 -2
  17. package/dist/src/default-import-fix.d.ts +2 -2
  18. package/dist/src/fast-tags.d.ts +2 -2
  19. package/dist/src/generated/packageMetadata.d.ts +4 -4
  20. package/dist/src/git-operations.d.ts +2 -2
  21. package/dist/src/git-operations.d.ts.map +1 -1
  22. package/dist/src/git-ref-utils.d.ts +34 -6
  23. package/dist/src/git-ref-utils.d.ts.map +1 -1
  24. package/dist/src/index.d.ts +2 -2
  25. package/dist/src/internal.d.ts +2 -2
  26. package/dist/src/main.d.ts +2 -2
  27. package/dist/src/metadata-file.d.ts +2 -2
  28. package/dist/src/text-edits.d.ts +2 -2
  29. package/dist/src/types.d.ts +2 -2
  30. package/dist/src/vite-plugin.d.ts +2 -2
  31. package/package.json +10 -10
  32. package/dist/metadata-file-D79yMa_A.js.map +0 -1
  33. package/dist/packageMetadata-6po5LHyH.cjs +0 -55
  34. package/dist/packageMetadata-6po5LHyH.cjs.map +0 -1
  35. package/dist/packageMetadata-Cwh4Fqmw.cjs +0 -15
  36. package/dist/packageMetadata-Sm2NpI2b.js +0 -29
  37. package/dist/packageMetadata-Sm2NpI2b.js.map +0 -1
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
package/dist/src/cli.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":";;;;;;;;;AAmBA,OAAO,EAAE,MAAM,EAA0B,MAAM,YAAY,CAAC;AAo1B5D,eAAO,MAAM,OAAO,GAClB,SAAM,MAAM,EAAE,EACd,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAgChB,CAAC"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":";;;;;;;;;AAmBA,OAAO,EAAE,MAAM,EAA0B,MAAM,YAAY,CAAC;AAy1B5D,eAAO,MAAM,OAAO,GAClB,SAAM,MAAM,EAAE,EACd,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAgChB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  export type ModuleInteropKind = 'cjs' | 'esm' | 'unresolvable' | 'unknown';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
@@ -1,18 +1,18 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  export declare const name = "screw-up";
12
- export declare const version = "1.32.0";
12
+ export declare const version = "1.34.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 = "8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53";
17
+ export declare const git_commit_hash = "bcd53f2a2326d1600b105c38a496c6c9c04b6a97";
18
18
  //# sourceMappingURL=packageMetadata.d.ts.map
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { TagInfo, Version } from './analyzer.js';
@@ -1 +1 @@
1
- {"version":3,"file":"git-operations.d.ts","sourceRoot":"","sources":["../../src/git-operations.ts"],"names":[],"mappings":";;;;;;;;;AAOA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAUzC;;;GAGG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,KACf,OAAO,CAAC,UAAU,EAAE,CAUtB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAA4C,CAAC;AAE9D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,UAAU,MAAM,EAChB,UAAU,MAAM,EAAE,EAClB,cAAc,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,SAAS,EACtD,QAAQ,MAAM,KACb,OAAO,CAAC,OAAO,EAAE,CA6BnB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,GAChC,UAAU,MAAM,EAChB,cAAc,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,SAAS,EACtD,QAAQ,MAAM,KACb,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,CAiDhC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,UAAU,MAAM,EAChB,SAAS,MAAM,EACf,cAAc,MAAM,KACnB,OAAO,CAAC,OAAO,CAcjB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAC3B,UAAU,MAAM,EAChB,UAAU,MAAM,EAAE,EAClB,OAAO,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,EAC7B,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,EAAE,CA+ClB,CAAC"}
1
+ {"version":3,"file":"git-operations.d.ts","sourceRoot":"","sources":["../../src/git-operations.ts"],"names":[],"mappings":";;;;;;;;;AAOA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAUzC;;;GAGG;AAEH;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,KACf,OAAO,CAAC,UAAU,EAAE,CAUtB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAC7B,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAA4C,CAAC;AAE9D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,UAAU,MAAM,EAChB,UAAU,MAAM,EAAE,EAClB,cAAc,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,SAAS,EACtD,QAAQ,MAAM,KACb,OAAO,CAAC,OAAO,EAAE,CA6BnB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,GAChC,UAAU,MAAM,EAChB,cAAc,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,SAAS,EACtD,QAAQ,MAAM,KACb,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,CAiDhC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,UAAU,MAAM,EAChB,SAAS,MAAM,EACf,cAAc,MAAM,KACnB,OAAO,CAAC,OAAO,CAgBjB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAC3B,UAAU,MAAM,EAChB,UAAU,MAAM,EAAE,EAClB,OAAO,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,EAC7B,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,EAAE,CA+ClB,CAAC"}
@@ -1,19 +1,47 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  /**
12
- * Resolve the actual Git directory for repositories, worktrees, and submodules.
12
+ * Resolved Git directory layout for repositories and worktrees.
13
+ */
14
+ export interface GitDirectoryPaths {
15
+ /**
16
+ * Worktree-specific Git directory.
17
+ * This is the repository `.git` directory for normal checkouts,
18
+ * or `.git/worktrees/<name>` for linked worktrees.
19
+ */
20
+ readonly gitDir: string;
21
+ /**
22
+ * Common Git directory that owns objects, refs, and packed-refs.
23
+ * This equals `gitDir` for normal checkouts.
24
+ */
25
+ readonly commonGitDir: string;
26
+ }
27
+ /**
28
+ * Resolve Git directory paths for repositories, worktrees, and submodules.
29
+ * @param repoPath - Repository path
30
+ * @returns The resolved Git directory paths
31
+ */
32
+ export declare const resolveGitDirectoryPaths: (repoPath: string) => Promise<GitDirectoryPaths>;
33
+ /**
34
+ * Resolve the worktree-specific Git directory.
13
35
  * @param repoPath - Repository path
14
- * @returns The resolved Git directory path
36
+ * @returns The resolved worktree-specific Git directory path
15
37
  */
16
38
  export declare const getActualGitDir: (repoPath: string) => Promise<string>;
39
+ /**
40
+ * Resolve the common Git directory used for refs and objects.
41
+ * @param repoPath - Repository path
42
+ * @returns The resolved common Git directory path
43
+ */
44
+ export declare const getCommonGitDir: (repoPath: string) => Promise<string>;
17
45
  /**
18
46
  * Resolve a tag object OID to the commit OID it ultimately points to.
19
47
  * Lightweight tags are returned unchanged.
@@ -30,10 +58,10 @@ export declare const resolveTagOidToCommit: (repoPath: string, tagOid: string) =
30
58
  */
31
59
  export declare const resolveTagOidsToCommits: (repoPath: string, tagOids: readonly string[]) => Promise<Map<string, string>>;
32
60
  /**
33
- * Collect all tracked file blob OIDs under the specified tree.
61
+ * Collect all tracked file and submodule OIDs under the specified tree.
34
62
  * @param repoPath - Repository path
35
63
  * @param treeOid - Tree object OID
36
- * @returns Map of repository-relative file path to blob OID
64
+ * @returns Map of repository-relative file path to blob or submodule OID
37
65
  */
38
66
  export declare const listTreeFiles: (repoPath: string, treeOid: string) => Promise<Map<string, string>>;
39
67
  //# sourceMappingURL=git-ref-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"git-ref-utils.d.ts","sourceRoot":"","sources":["../../src/git-ref-utils.ts"],"names":[],"mappings":";;;;;;;;;AAuEA;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAU,UAAU,MAAM,KAAG,OAAO,CAAC,MAAM,CAetE,CAAC;AAyfF;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAChC,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAOhB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,GAClC,UAAU,MAAM,EAChB,SAAS,SAAS,MAAM,EAAE,KACzB,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAkB7B,CAAC;AAyBF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GACxB,UAAU,MAAM,EAChB,SAAS,MAAM,KACd,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAW7B,CAAC"}
1
+ {"version":3,"file":"git-ref-utils.d.ts","sourceRoot":"","sources":["../../src/git-ref-utils.ts"],"names":[],"mappings":";;;;;;;;;AAuEA;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B;AAED;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,UAAU,MAAM,KACf,OAAO,CAAC,iBAAiB,CAoC3B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAU,UAAU,MAAM,KAAG,OAAO,CAAC,MAAM,CAGtE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAU,UAAU,MAAM,KAAG,OAAO,CAAC,MAAM,CAGtE,CAAC;AAyfF;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,GAChC,UAAU,MAAM,EAChB,QAAQ,MAAM,KACb,OAAO,CAAC,MAAM,CAOhB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,GAClC,UAAU,MAAM,EAChB,SAAS,SAAS,MAAM,EAAE,KACzB,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAkB7B,CAAC;AAuBF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GACxB,UAAU,MAAM,EAChB,SAAS,MAAM,KACd,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAW7B,CAAC"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { screwUp } from './vite-plugin.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { PackageMetadata } from './types.js';
@@ -1,12 +1,12 @@
1
1
  #!/usr/bin/env node
2
2
  /*!
3
3
  * name: screw-up
4
- * version: 1.32.0
4
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
9
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
10
10
  */
11
11
 
12
12
  export {};
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Logger } from './internal.js';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  export interface TextEdit {
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  /**
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: screw-up
3
- * version: 1.32.0
3
+ * version: 1.34.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: 8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53
8
+ * git.commit.hash: bcd53f2a2326d1600b105c38a496c6c9c04b6a97
9
9
  */
10
10
 
11
11
  import { Plugin } from 'vite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screw-up",
3
- "version": "1.32.0",
3
+ "version": "1.34.0",
4
4
  "description": "Simply package metadata inserter on Vite plugin",
5
5
  "keywords": [
6
6
  "vite",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@jridgewell/sourcemap-codec": ">=1.5.0",
47
- "async-primitives": ">=1.5.0",
47
+ "async-primitives": ">=1.7.0",
48
48
  "dayjs": ">=1.11.0",
49
49
  "glob": ">=11.0.0",
50
50
  "isomorphic-git": ">=1.30.0",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": ">=20.0.0",
60
- "prettier-max": ">=1.14.0",
60
+ "prettier-max": ">=1.16.0",
61
61
  "simple-git": ">=3.0.0",
62
62
  "tar": ">=7.4.0",
63
63
  "unplugin-dts": ">=1.0.0-beta.6",
@@ -67,18 +67,18 @@
67
67
  },
68
68
  "git": {
69
69
  "tags": [
70
- "1.32.0"
70
+ "1.34.0"
71
71
  ],
72
72
  "branches": [
73
73
  "main"
74
74
  ],
75
- "version": "1.32.0",
76
75
  "commit": {
77
- "hash": "8a0078c34fa41bdb0cbf2d23837ac5e3217cbf53",
78
- "shortHash": "8a0078c",
79
- "date": "2026-04-09T12:10:41+09:00",
76
+ "hash": "bcd53f2a2326d1600b105c38a496c6c9c04b6a97",
77
+ "shortHash": "bcd53f2",
78
+ "date": "2026-06-19T14:26:23+09:00",
80
79
  "message": "Merge branch 'develop'"
81
- }
80
+ },
81
+ "version": "1.34.0"
82
82
  },
83
- "buildDate": "2026-04-09T12:11:46+09:00"
83
+ "buildDate": "2026-06-19T14:27:16+09:00"
84
84
  }