@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 +1 -1
- package/dist/debug.js +1 -1
- package/package.json +1 -1
package/dist/debug.d.ts
CHANGED
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.
|
|
888
|
+
const VERSION = '0.3.1';
|
|
889
889
|
exports.VERSION = VERSION;
|
|
890
890
|
//# sourceMappingURL=debug.js.map
|