@dikolab/kbdb 0.1.3 → 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 +2 -3
- package/src/shared/version/constants/version.constant.ts +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -932,7 +932,7 @@ async function hydrateSearchPreviews(client, results) {
|
|
|
932
932
|
}
|
|
933
933
|
|
|
934
934
|
// src/shared/version/constants/version.constant.ts
|
|
935
|
-
var VERSION = "0.1.
|
|
935
|
+
var VERSION = "0.1.5";
|
|
936
936
|
|
|
937
937
|
// src/shared/cli/functions/generate-help.function.ts
|
|
938
938
|
var KNOWN_COMMANDS = /* @__PURE__ */ new Set([
|