@tabnas/debug 0.3.5 → 0.3.6
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
|
@@ -897,6 +897,6 @@ Debug.defaults = DEFAULTS;
|
|
|
897
897
|
// VERSION is this package's version. It MUST equal package.json "version":
|
|
898
898
|
// the release orchestrator rewrites both, and the version test fails the
|
|
899
899
|
// build if they drift. Mirrors `const VERSION` in go/debug.go.
|
|
900
|
-
const VERSION = '0.3.
|
|
900
|
+
const VERSION = '0.3.6';
|
|
901
901
|
exports.VERSION = VERSION;
|
|
902
902
|
//# sourceMappingURL=debug.js.map
|