tuiuiu.js 1.0.0-next.021c9eb → 1.0.0-next.6c6bc69
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/version.js +1 -1
- package/package.json +1 -1
package/dist/version.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// VERSION CONSTANT - Updated automatically during publish
|
|
15
15
|
// =============================================================================
|
|
16
16
|
// This line is auto-updated by scripts/inject-version.js during prepublishOnly
|
|
17
|
-
const VERSION = '1.0.0-next.
|
|
17
|
+
const VERSION = '1.0.0-next.6c6bc69';
|
|
18
18
|
// Cached version after first load
|
|
19
19
|
let _version = null;
|
|
20
20
|
/**
|
package/package.json
CHANGED