@tabnas/debug 0.3.8 → 0.3.9
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/README.md +1 -1
- package/dist/debug.d.ts +1 -1
- package/dist/debug.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ The grammar-structure fields round-trip through `JSON.stringify`.
|
|
|
57
57
|
- [Tutorial](doc/tutorial.md). Zero to a working inspection, step by step.
|
|
58
58
|
- [How-to guide](doc/guide.md). Focused recipes (diff grammars, capture
|
|
59
59
|
traces, round-trip ABNF).
|
|
60
|
-
- [Reference](doc/reference.md). The exact exports, options and types.
|
|
60
|
+
- [Reference](doc/reference.md). The exact exports, options, and types.
|
|
61
61
|
- [Concepts](doc/concepts.md). How it works and why.
|
|
62
62
|
|
|
63
63
|
The Go port lives in [`../go`](../go) and tracks this implementation.
|
package/dist/debug.d.ts
CHANGED
package/dist/debug.js
CHANGED
|
@@ -954,6 +954,6 @@ Debug.defaults = DEFAULTS;
|
|
|
954
954
|
// VERSION is this package's version. It MUST equal package.json "version":
|
|
955
955
|
// the release orchestrator rewrites both, and the version test fails the
|
|
956
956
|
// build if they drift. Mirrors `const VERSION` in go/debug.go.
|
|
957
|
-
const VERSION = '0.3.
|
|
957
|
+
const VERSION = '0.3.9';
|
|
958
958
|
exports.VERSION = VERSION;
|
|
959
959
|
//# sourceMappingURL=debug.js.map
|