@yoooclaw/phone-notifications 1.11.2-beta.4 → 1.11.2
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
|
@@ -5472,7 +5472,7 @@ function readBuildInjectedVersion() {
|
|
|
5472
5472
|
if (false) {
|
|
5473
5473
|
return void 0;
|
|
5474
5474
|
}
|
|
5475
|
-
const version = "1.11.2
|
|
5475
|
+
const version = "1.11.2".trim();
|
|
5476
5476
|
return version || void 0;
|
|
5477
5477
|
}
|
|
5478
5478
|
function readPluginVersionFromPackageJson() {
|