netscape-bookmark-parser 1.2.2 → 1.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netscape-bookmark-parser",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Parse Netscape bookmark HTML files and manipulate them as structured data.",
5
5
  "keywords": [
6
6
  "bookmark",
@@ -69,7 +69,7 @@
69
69
  "test:watch": "vitest",
70
70
  "changeset": "changeset",
71
71
  "check": "oxfmt --check && oxlint && pnpm typecheck",
72
- "version-packages": "changeset version && pnpm sync:jsr-version",
72
+ "version-packages": "changeset version && pnpm sync:jsr-version && oxfmt jsr.json",
73
73
  "sync:jsr-version": "node scripts/sync-jsr-version.mjs"
74
74
  }
75
75
  }