@yoooclaw/phone-notifications 1.11.18 → 1.12.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/bin/ntf.cjs +2 -2
- package/dist/bin/ntf.cjs.map +2 -2
- package/dist/index.cjs +259 -77
- package/dist/index.cjs.map +7 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/profile/auth/jvsclaw.d.ts +1 -0
- package/dist/profile/auth/jvsclaw.d.ts.map +1 -1
- package/dist/tunnel/relay-client.d.ts.map +1 -1
- package/dist/tunnel/service.d.ts +1 -0
- package/dist/tunnel/service.d.ts.map +1 -1
- package/dist/update/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/bin/ntf.cjs
CHANGED
|
@@ -5076,7 +5076,7 @@ function pickNewestVersion(versions) {
|
|
|
5076
5076
|
var import_node_fs14 = require("node:fs");
|
|
5077
5077
|
function readBuildInjectedVersion() {
|
|
5078
5078
|
if (false) {}
|
|
5079
|
-
const version = "1.
|
|
5079
|
+
const version = "1.12.0".trim();
|
|
5080
5080
|
return version || undefined;
|
|
5081
5081
|
}
|
|
5082
5082
|
function readPluginVersionFromPackageJson() {
|
|
@@ -5651,5 +5651,5 @@ program2.parseAsync(process.argv).catch((err) => {
|
|
|
5651
5651
|
process.exit(1);
|
|
5652
5652
|
});
|
|
5653
5653
|
|
|
5654
|
-
//# debugId=
|
|
5654
|
+
//# debugId=4B1B72A253EC571164756E2164756E21
|
|
5655
5655
|
//# sourceMappingURL=ntf.cjs.map
|