@devness/useai 0.5.11 → 0.5.14
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.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { createRequire as __cr } from 'module'; const require = __cr(import.meta.url);
|
|
2
3
|
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
4
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -2680,7 +2681,7 @@ var VERSION;
|
|
|
2680
2681
|
var init_version = __esm({
|
|
2681
2682
|
"../shared/dist/constants/version.js"() {
|
|
2682
2683
|
"use strict";
|
|
2683
|
-
VERSION = "0.5.
|
|
2684
|
+
VERSION = "0.5.14";
|
|
2684
2685
|
}
|
|
2685
2686
|
});
|
|
2686
2687
|
|