just-git 1.6.1 → 1.6.2

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,6 +1,6 @@
1
- import { g as GitRepo, _ as RefEntry, e as Commit, a4 as TreeEntry, i as ObjectId, h as Identity, a5 as TreeDiffEntry, d as GitContext, F as FileSystem } from '../hooks-pZgz2y6k.js';
2
- import { C as CommitIdentity } from '../writing-gmt0WNSy.js';
3
- export { B as BuildCommitOptions, a as CommitAuthor, 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-gmt0WNSy.js';
1
+ import { g as GitRepo, _ as RefEntry, e as Commit, a4 as TreeEntry, i as ObjectId, h as Identity, a5 as TreeDiffEntry, c as GitContext, F as FileSystem } from '../hooks-BcVLl-zm.js';
2
+ import { C as CommitIdentity } from '../writing-BjiCfFbi.js';
3
+ export { B as BuildCommitOptions, a as CommitAuthor, 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-BjiCfFbi.js';
4
4
  import { M as MergeDriver } from '../merge-ort-BYMritNd.js';
5
5
  export { a as MergeDriverResult } from '../merge-ort-BYMritNd.js';
6
6
 
@@ -1,5 +1,5 @@
1
- import { i as ObjectId, X as RawObject, Y as Ref, g as GitRepo, a0 as Rejection, N as NetworkPolicy } from '../hooks-pZgz2y6k.js';
2
- import { b as CommitOptions, c as CommitResult } from '../writing-gmt0WNSy.js';
1
+ import { i as ObjectId, X as RawObject, Y as Ref, g as GitRepo, a0 as Rejection, N as NetworkPolicy } from '../hooks-BcVLl-zm.js';
2
+ import { b as CommitOptions, c as CommitResult } from '../writing-BjiCfFbi.js';
3
3
 
4
4
  /** Shallow boundary delta: what to add/remove from `.git/shallow`. */
5
5
  interface ShallowUpdate {
@@ -1,4 +1,4 @@
1
- import { h as Identity, j as ObjectType, g as GitRepo } from './hooks-pZgz2y6k.js';
1
+ import { h as Identity, j as ObjectType, g as GitRepo } from './hooks-BcVLl-zm.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.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Pure TypeScript git implementation: virtual filesystem client and embeddable server.",
5
5
  "keywords": [
6
6
  "agent",