@tabnas/debug 0.3.0 → 0.3.1

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/dist/debug.d.ts CHANGED
@@ -58,5 +58,5 @@ export type DebugModel = {
58
58
  abnf: string;
59
59
  };
60
60
  declare const Debug: Plugin;
61
- declare const VERSION = "0.3.0";
61
+ declare const VERSION = "0.3.1";
62
62
  export { VERSION, Debug };
package/dist/debug.js CHANGED
@@ -885,6 +885,6 @@ Debug.defaults = DEFAULTS;
885
885
  // VERSION is this package's version. It MUST equal package.json "version":
886
886
  // the release orchestrator rewrites both, and the version test fails the
887
887
  // build if they drift. Mirrors `const VERSION` in go/debug.go.
888
- const VERSION = '0.3.0';
888
+ const VERSION = '0.3.1';
889
889
  exports.VERSION = VERSION;
890
890
  //# sourceMappingURL=debug.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabnas/debug",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "main": "dist/debug.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/debug.d.ts",