@yoooclaw/phone-notifications 1.11.4-beta.8 → 1.11.4
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5578,7 +5578,7 @@ function readBuildInjectedVersion() {
|
|
|
5578
5578
|
if (false) {
|
|
5579
5579
|
return void 0;
|
|
5580
5580
|
}
|
|
5581
|
-
const version = "1.11.4
|
|
5581
|
+
const version = "1.11.4".trim();
|
|
5582
5582
|
return version || void 0;
|
|
5583
5583
|
}
|
|
5584
5584
|
function readPluginVersionFromPackageJson() {
|