just-git 1.5.1 → 1.5.3

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,5 +1,5 @@
1
- import { g as GitRepo, Z as RefEntry, e as Commit, a3 as TreeEntry, i as ObjectId, h as Identity, a4 as TreeDiffEntry, d as GitContext, F as FileSystem } from '../hooks-C7c_BLqp.js';
2
- export { B as BuildCommitOptions, C as CommitAuthor, a as CommitIdentity, b as CommitOptions, c as CommitResult, d as CreateAnnotatedTagOptions, e as CreateCommitOptions, T as TreeEntryInput, f as TreeUpdate, g as buildCommit, h as commit, i as createAnnotatedTag, j as createCommit, u as updateTree, w as writeBlob, k as writeTree } from '../writing-CnM1ufDP.js';
1
+ import { g as GitRepo, Z as RefEntry, e as Commit, a3 as TreeEntry, i as ObjectId, h as Identity, a4 as TreeDiffEntry, d as GitContext, F as FileSystem } from '../hooks-CimfP56a.js';
2
+ export { B as BuildCommitOptions, C as CommitAuthor, a as CommitIdentity, b as CommitOptions, c as CommitResult, d as CreateAnnotatedTagOptions, e as CreateCommitOptions, T as TreeEntryInput, f as TreeUpdate, g as buildCommit, h as commit, i as createAnnotatedTag, j as createCommit, u as updateTree, w as writeBlob, k as writeTree } from '../writing-IwfRRrts.js';
3
3
 
4
4
  /**
5
5
  * Core grep matching logic shared by the `git grep` command and the
@@ -1,5 +1,5 @@
1
- import { i as ObjectId, W as RawObject, X as Ref, g as GitRepo, $ as Rejection, N as NetworkPolicy } from '../hooks-C7c_BLqp.js';
2
- import { b as CommitOptions, c as CommitResult } from '../writing-CnM1ufDP.js';
1
+ import { i as ObjectId, W as RawObject, X as Ref, g as GitRepo, $ as Rejection, N as NetworkPolicy } from '../hooks-CimfP56a.js';
2
+ import { b as CommitOptions, c as CommitResult } from '../writing-IwfRRrts.js';
3
3
 
4
4
  /** Shallow boundary delta: what to add/remove from `.git/shallow`. */
5
5
  interface ShallowUpdate {
@@ -1144,7 +1144,7 @@ interface BetterSqlite3Statement {
1144
1144
  interface BetterSqlite3Database {
1145
1145
  exec(sql: string): any;
1146
1146
  prepare(sql: string): BetterSqlite3Statement;
1147
- transaction<F extends (...args: any[]) => any>(fn: F): (...args: Parameters<F>) => ReturnType<F>;
1147
+ transaction(fn: (...args: any[]) => any): (...args: any[]) => any;
1148
1148
  }
1149
1149
  /**
1150
1150
  * SQLite-backed storage using `better-sqlite3`.
@@ -1,4 +1,4 @@
1
- import { h as Identity, j as ObjectType, g as GitRepo } from './hooks-C7c_BLqp.js';
1
+ import { h as Identity, j as ObjectType, g as GitRepo } from './hooks-CimfP56a.js';
2
2
 
3
3
  /**
4
4
  * Simplified identity for the public API. When `date` is omitted,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-git",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Pure TypeScript git implementation: virtual filesystem client and embeddable server.",
5
5
  "keywords": [
6
6
  "agent",