opencode-telegram-link 1.0.0-rc.6 → 1.0.0-rc.7
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 +5 -4
- package/dist/broker/main.js.map +5 -5
- package/dist/plugin.js +2 -2
- package/dist/plugin.js.map +2 -2
- 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
|
@@ -16717,7 +16717,7 @@ async function runSessionSpawnCommand(client, directory, command) {
|
|
|
16717
16717
|
}
|
|
16718
16718
|
|
|
16719
16719
|
// src/version.ts
|
|
16720
|
-
var PACKAGE_VERSION = "1.0.0-rc.
|
|
16720
|
+
var PACKAGE_VERSION = "1.0.0-rc.7";
|
|
16721
16721
|
|
|
16722
16722
|
// src/plugin.ts
|
|
16723
16723
|
function trace(msg) {
|
|
@@ -16906,4 +16906,4 @@ export {
|
|
|
16906
16906
|
plugin_default as default
|
|
16907
16907
|
};
|
|
16908
16908
|
|
|
16909
|
-
//# debugId=
|
|
16909
|
+
//# debugId=86A5F8A9E5B80BF564756E2164756E21
|