@yoooclaw/phone-notifications 1.11.0-beta.8 → 1.11.0
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
|
@@ -5422,7 +5422,7 @@ function readBuildInjectedVersion() {
|
|
|
5422
5422
|
if (false) {
|
|
5423
5423
|
return void 0;
|
|
5424
5424
|
}
|
|
5425
|
-
const version = "1.11.0
|
|
5425
|
+
const version = "1.11.0".trim();
|
|
5426
5426
|
return version || void 0;
|
|
5427
5427
|
}
|
|
5428
5428
|
function readPluginVersionFromPackageJson() {
|