opencode-telegram-link 1.0.0-rc.2 → 1.0.0-rc.3
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/README.md +3 -3
- package/dist/broker/main.js +380 -364
- package/dist/broker/main.js.map +6 -6
- package/dist/plugin.js +2 -2
- package/dist/plugin.js.map +2 -2
- package/dist/setup.d.ts +2 -0
- package/dist/setup.d.ts.map +1 -1
- package/dist/uninstall.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -16721,7 +16721,7 @@ async function runSessionSpawnCommand(client, directory, command) {
|
|
|
16721
16721
|
}
|
|
16722
16722
|
|
|
16723
16723
|
// src/version.ts
|
|
16724
|
-
var PACKAGE_VERSION = "1.0.0-rc.
|
|
16724
|
+
var PACKAGE_VERSION = "1.0.0-rc.3";
|
|
16725
16725
|
|
|
16726
16726
|
// src/plugin.ts
|
|
16727
16727
|
function trace(msg) {
|
|
@@ -16910,4 +16910,4 @@ export {
|
|
|
16910
16910
|
plugin_default as default
|
|
16911
16911
|
};
|
|
16912
16912
|
|
|
16913
|
-
//# debugId=
|
|
16913
|
+
//# debugId=A8C497A468A9B55F64756E2164756E21
|