@bgicli/bgicli 2.2.5 → 2.2.6
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/bgi.js +1 -1
- package/package.json +1 -1
package/dist/bgi.js
CHANGED
|
@@ -14726,7 +14726,7 @@ function routeSkill(message) {
|
|
|
14726
14726
|
}
|
|
14727
14727
|
|
|
14728
14728
|
// src/index.ts
|
|
14729
|
-
var VERSION2 = "2.2.
|
|
14729
|
+
var VERSION2 = "2.2.6";
|
|
14730
14730
|
function installBundledData() {
|
|
14731
14731
|
const bundledData = (0, import_path4.join)(__dirname, "..", "data");
|
|
14732
14732
|
if (!(0, import_fs4.existsSync)(bundledData)) return;
|