@chartcoach/catalog 0.1.5 → 0.1.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { CHARTCOACH_DEFAULTS, type ChartCoachDefaults } from "./chartcoach-defaults.js";
|
|
2
2
|
export declare const DEFAULT_CATALOG: {
|
|
3
|
-
readonly version: "0.1.
|
|
3
|
+
readonly version: "0.1.6";
|
|
4
4
|
readonly digest: "7cfd43ee820be252b8ae9058c4c36109a9c8415c6b3a5ff8a9127117b4a10c19";
|
|
5
5
|
readonly releaseRootUrl: string;
|
|
6
6
|
readonly metadataUrl: string;
|
|
@@ -9,7 +9,7 @@ export type ChartCoachDefaults = {
|
|
|
9
9
|
export declare const CHARTCOACH_DEFAULTS: {
|
|
10
10
|
readonly catalogArtifactBaseUrl: "https://artifacts.chartcoach.dev";
|
|
11
11
|
readonly catalogDigest: "7cfd43ee820be252b8ae9058c4c36109a9c8415c6b3a5ff8a9127117b4a10c19";
|
|
12
|
-
readonly catalogVersion: "0.1.
|
|
12
|
+
readonly catalogVersion: "0.1.6";
|
|
13
13
|
readonly guidelineUrlTemplate: "https://chartcoach.dev/guidelines/{id}";
|
|
14
14
|
readonly indexTopK: 10;
|
|
15
15
|
readonly lanceDocumentTable: "catalog_documents";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const CHARTCOACH_DEFAULTS = {
|
|
2
2
|
catalogArtifactBaseUrl: "https://artifacts.chartcoach.dev",
|
|
3
3
|
catalogDigest: "7cfd43ee820be252b8ae9058c4c36109a9c8415c6b3a5ff8a9127117b4a10c19",
|
|
4
|
-
catalogVersion: "0.1.
|
|
4
|
+
catalogVersion: "0.1.6",
|
|
5
5
|
guidelineUrlTemplate: "https://chartcoach.dev/guidelines/{id}",
|
|
6
6
|
indexTopK: 10,
|
|
7
7
|
lanceDocumentTable: "catalog_documents",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ export type ChartCoachDefaults = {
|
|
|
10
10
|
export const CHARTCOACH_DEFAULTS = {
|
|
11
11
|
catalogArtifactBaseUrl: "https://artifacts.chartcoach.dev",
|
|
12
12
|
catalogDigest: "7cfd43ee820be252b8ae9058c4c36109a9c8415c6b3a5ff8a9127117b4a10c19",
|
|
13
|
-
catalogVersion: "0.1.
|
|
13
|
+
catalogVersion: "0.1.6",
|
|
14
14
|
guidelineUrlTemplate: "https://chartcoach.dev/guidelines/{id}",
|
|
15
15
|
indexTopK: 10,
|
|
16
16
|
lanceDocumentTable: "catalog_documents",
|