gdx 0.4.2 → 0.4.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.
Files changed (3) hide show
  1. package/README.md +40 -22
  2. package/dist/index.js +553 -536
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdx",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Git, but with better DX. The raw power of Git, aligned with human workflows.",
5
5
  "homepage": "https://github.com/Type-Delta/gdx#readme",
6
6
  "bugs": {
@@ -45,7 +45,8 @@
45
45
  "postinstall": "node scripts/postinstall.cjs",
46
46
  "prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"./*.md\"",
47
47
  "dummy-editor": "bun ./scripts/dummyEditor.mjs",
48
- "bench:litedent": "bun run ./test/benchmarks/litedent.bench.ts"
48
+ "bench:litedent": "bun run ./test/benchmarks/litedent.bench.ts",
49
+ "bench:strwrap": "bun run ./test/benchmarks/tools/strwrap.bench.js"
49
50
  },
50
51
  "devDependencies": {
51
52
  "@babel/cli": "^7.28.6",