@dikolab/kbdb 0.1.4 → 0.1.5
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/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/mod.cjs +1 -1
- package/dist/mod.cjs.map +1 -1
- package/dist/mod.mjs +1 -1
- package/dist/mod.mjs.map +1 -1
- package/dist/src/shared/version/constants/version.constant.d.ts +1 -1
- package/package.json +1 -1
- package/src/shared/version/constants/version.constant.ts +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -885,7 +885,7 @@ async function hydrateSearchPreviews(client, results) {
|
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
// src/shared/version/constants/version.constant.ts
|
|
888
|
-
var VERSION = "0.1.
|
|
888
|
+
var VERSION = "0.1.5";
|
|
889
889
|
|
|
890
890
|
// src/shared/cli/functions/generate-help.function.ts
|
|
891
891
|
var KNOWN_COMMANDS = /* @__PURE__ */ new Set([
|