only_ever_generator 1.0.8 → 2.0.0
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/bootstrap/app.d.ts +18 -2
- package/dist/bootstrap/app.d.ts.map +1 -1
- package/dist/bootstrap/app.js +41 -4
- package/dist/bootstrap/app.js.map +1 -1
- package/dist/embedding_generation/consolidation/local_consolidation.d.ts.map +1 -1
- package/dist/helper/openai_helper.d.ts +12 -0
- package/dist/helper/openai_helper.d.ts.map +1 -0
- package/dist/helper/openai_helper.js +26 -0
- package/dist/helper/openai_helper.js.map +1 -0
- package/dist/helper/qdrant_db_methods.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +941 -0
- package/dist/index.js.map +1 -1
- package/dist/parse/parse_card/parse_match_card.d.ts.map +1 -1
- package/dist/typology_gen/generate_concept_facts.d.ts +18 -0
- package/dist/typology_gen/generate_concept_facts.d.ts.map +1 -0
- package/dist/typology_gen/generate_concept_facts.js +48 -0
- package/dist/typology_gen/generate_concept_facts.js.map +1 -0
- package/dist/typology_gen/generate_typology.d.ts +9 -3
- package/dist/typology_gen/generate_typology.d.ts.map +1 -1
- package/dist/typology_gen/generate_typology.js +43 -31
- package/dist/typology_gen/generate_typology.js.map +1 -1
- package/package.json +2 -3
- package/src/bootstrap/app.ts +67 -8
- package/src/helper/openai_helper.ts +31 -0
- package/src/index.ts +952 -0
- package/src/typology_gen/generate_concept_facts.ts +54 -0
- package/src/typology_gen/generate_typology.ts +58 -34
package/dist/bootstrap/app.d.ts
CHANGED
|
@@ -10,18 +10,34 @@ export declare class OnlyEverGenerator {
|
|
|
10
10
|
content: any[];
|
|
11
11
|
taxonomy: SourceTaxonomy;
|
|
12
12
|
source_id: string;
|
|
13
|
+
type: string;
|
|
13
14
|
};
|
|
14
15
|
promptForTypology: string;
|
|
15
16
|
promptForCardGen: string;
|
|
17
|
+
promptForSummary: {
|
|
18
|
+
promptId: string;
|
|
19
|
+
version: string;
|
|
20
|
+
};
|
|
21
|
+
promptForConceptFacts: {
|
|
22
|
+
promptId: string;
|
|
23
|
+
version: string;
|
|
24
|
+
};
|
|
16
25
|
expectedFields: Array<string>;
|
|
17
26
|
typologyResponse?: any;
|
|
18
27
|
cardgenResponse: any;
|
|
19
28
|
summarizeResponse: {};
|
|
20
|
-
constructor(apiKey: string, model: string, generationContent: BaseParamType
|
|
29
|
+
constructor(apiKey: string, model: string, generationContent: BaseParamType, promptForSummary: {
|
|
30
|
+
promptId: string;
|
|
31
|
+
version: string;
|
|
32
|
+
}, promptForConceptFacts: {
|
|
33
|
+
promptId: string;
|
|
34
|
+
version: string;
|
|
35
|
+
});
|
|
21
36
|
generate(generate_typology?: boolean, generate_card?: boolean): Promise<Array<any>>;
|
|
22
37
|
shouldTheCardBeGeneratedAfterTypologyResponse(): boolean;
|
|
23
38
|
generateCard(prompt: string, additionalContent: string, isGapFill: boolean, n?: number): Promise<any>;
|
|
24
|
-
generateTypology(
|
|
39
|
+
generateTypology(): Promise<any>;
|
|
40
|
+
generateConceptFacts(): Promise<any>;
|
|
25
41
|
generateEmbeddings(typologyResponse: any): Promise<{
|
|
26
42
|
concepts_facts: {
|
|
27
43
|
text: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/bootstrap/app.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAO5D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/bootstrap/app.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAO5D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAK/D,qBAAa,iBAAiB;IACrB,OAAO,EAAE,MAAM,CAAM;IACrB,aAAa,EAAE,aAAa,CAAC;IAGpC,aAAa,CAAC,EAAE;QACd,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,OAAO,EAAE,GAAG,EAAE,CAAC;QACf,QAAQ,EAAE,cAAc,CAAC;QACzB,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;KACd,CAAa;IACd,iBAAiB,EAAE,MAAM,CAAM;IAC/B,gBAAgB,EAAE,MAAM,CAAM;IAC9B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACjB,CAGC;IACF,qBAAqB,EAAE;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACjB,CAGC;IACF,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IACnC,gBAAgB,CAAC,EAAE,GAAG,CAAa;IACnC,eAAe,EAAE,GAAG,CAAa;IACjC,iBAAiB,KAAM;gBAGrB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,iBAAiB,EAAE,aAAa,EAChC,gBAAgB,EAAE;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACjB,EACD,qBAAqB,EAAE;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACjB;IA4BG,QAAQ,CACZ,iBAAiB,GAAE,OAAe,EAClC,aAAa,GAAE,OAAe,GAC7B,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IA0EtB,6CAA6C;IAQvC,YAAY,CAChB,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,OAAO,EAClB,CAAC,GAAE,MAAU;IAcT,gBAAgB;IAgBhB,oBAAoB;IAepB,kBAAkB,CAAC,gBAAgB,EAAE,GAAG;;;;;;;;;;;;;;;;;;IASxC,kBAAkB,CACtB,cAAc,EAAE;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,EAAE,CAAC;KACrB,EAAE,EACH,QAAQ,EAAE,MAAM;;;;;;;;;;;;;;;;;;;IASZ,mBAAmB,CACvB,cAAc,EAAE;QACd,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,EAAE,CAAC;KACrB,EAAE,EACH,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAUpB"}
|
package/dist/bootstrap/app.js
CHANGED
|
@@ -18,17 +18,28 @@ const generate_args_1 = require("../utils/generate_args");
|
|
|
18
18
|
const generate_embeddings_1 = require("../embedding_generation/generate_embeddings");
|
|
19
19
|
const local_consolidation_1 = require("../embedding_generation/consolidation/local_consolidation");
|
|
20
20
|
const global_consolidation_1 = require("../embedding_generation/consolidation/global_consolidation");
|
|
21
|
+
const generate_concept_facts_1 = require("../typology_gen/generate_concept_facts");
|
|
21
22
|
class OnlyEverGenerator {
|
|
22
|
-
constructor(apiKey, model, generationContent) {
|
|
23
|
+
constructor(apiKey, model, generationContent, promptForSummary, promptForConceptFacts) {
|
|
23
24
|
this.api_key = "";
|
|
24
25
|
/// these fields will be populated inside the constructor
|
|
25
26
|
this.parsedContent = undefined;
|
|
26
27
|
this.promptForTypology = "";
|
|
27
28
|
this.promptForCardGen = "";
|
|
29
|
+
this.promptForSummary = {
|
|
30
|
+
promptId: "",
|
|
31
|
+
version: "",
|
|
32
|
+
};
|
|
33
|
+
this.promptForConceptFacts = {
|
|
34
|
+
promptId: "",
|
|
35
|
+
version: "",
|
|
36
|
+
};
|
|
28
37
|
this.expectedFields = [];
|
|
29
38
|
this.typologyResponse = undefined;
|
|
30
39
|
this.cardgenResponse = undefined;
|
|
31
40
|
this.summarizeResponse = {};
|
|
41
|
+
this.promptForSummary = promptForSummary;
|
|
42
|
+
this.promptForConceptFacts = promptForConceptFacts;
|
|
32
43
|
this.api_key = apiKey;
|
|
33
44
|
this.openAiService = new open_ai_service_1.OpenAiService(apiKey, model !== null && model !== void 0 ? model : "gpt-3.5-turbo-1106");
|
|
34
45
|
const parsedData = new parse_source_content_1.ParseSourceContent(generationContent.content).parseData();
|
|
@@ -38,6 +49,7 @@ class OnlyEverGenerator {
|
|
|
38
49
|
content: parsedData.content,
|
|
39
50
|
taxonomy: parsedData.taxonomy,
|
|
40
51
|
source_id: parsedData.source_id,
|
|
52
|
+
type: parsedData.type,
|
|
41
53
|
}),
|
|
42
54
|
(this.typologyResponse = generationContent.content.taxonomy);
|
|
43
55
|
this.expectedFields = generationContent.content.fields; //returnFields();
|
|
@@ -52,8 +64,15 @@ class OnlyEverGenerator {
|
|
|
52
64
|
const whatNeedsToBeGenerated = args.getWhatNeedsToBeGenerated();
|
|
53
65
|
for (let elem of whatNeedsToBeGenerated)
|
|
54
66
|
if (elem == "generate_tyopology") {
|
|
55
|
-
this.typologyResponse = yield this.generateTypology(
|
|
67
|
+
this.typologyResponse = yield this.generateTypology();
|
|
68
|
+
console.log("Typology generated");
|
|
69
|
+
console.log(this.typologyResponse);
|
|
56
70
|
if (((_a = this.typologyResponse) === null || _a === void 0 ? void 0 : _a.status_code) == 200) {
|
|
71
|
+
console.log("Concept facts generating");
|
|
72
|
+
const response = yield this.generateConceptFacts();
|
|
73
|
+
this.typologyResponse.concepts_facts = response.concepts_facts;
|
|
74
|
+
console.log("Concept facts generated");
|
|
75
|
+
console.log(this.typologyResponse);
|
|
57
76
|
const embeddings = yield this.generateEmbeddings(this.typologyResponse);
|
|
58
77
|
console.log("Embedding generated");
|
|
59
78
|
const localConsolidation = yield this.localConsolidation(embeddings.concepts_facts, this.parsedContent.title);
|
|
@@ -116,9 +135,27 @@ class OnlyEverGenerator {
|
|
|
116
135
|
return generateCardsResp;
|
|
117
136
|
});
|
|
118
137
|
}
|
|
119
|
-
generateTypology(
|
|
138
|
+
generateTypology() {
|
|
120
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
121
|
-
|
|
140
|
+
var _a, _b, _c, _d, _e;
|
|
141
|
+
const content = {
|
|
142
|
+
title: (_a = this.parsedContent) === null || _a === void 0 ? void 0 : _a.title,
|
|
143
|
+
headings: (_b = this.parsedContent) === null || _b === void 0 ? void 0 : _b.headings,
|
|
144
|
+
content: (_c = this.parsedContent) === null || _c === void 0 ? void 0 : _c.content,
|
|
145
|
+
};
|
|
146
|
+
let response = yield new generate_typology_1.GenerateTypology(this.openAiService, (_e = (_d = this.parsedContent) === null || _d === void 0 ? void 0 : _d.type) !== null && _e !== void 0 ? _e : "wiki", JSON.stringify(content), this.expectedFields, this.promptForSummary).generate();
|
|
147
|
+
return response;
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
generateConceptFacts() {
|
|
151
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
152
|
+
var _a, _b, _c, _d, _e;
|
|
153
|
+
const content = {
|
|
154
|
+
title: (_a = this.parsedContent) === null || _a === void 0 ? void 0 : _a.title,
|
|
155
|
+
headings: (_b = this.parsedContent) === null || _b === void 0 ? void 0 : _b.headings,
|
|
156
|
+
content: (_c = this.parsedContent) === null || _c === void 0 ? void 0 : _c.content,
|
|
157
|
+
};
|
|
158
|
+
let response = yield new generate_concept_facts_1.GenerateConceptFacts(this.openAiService, JSON.stringify(content), (_e = (_d = this.parsedContent) === null || _d === void 0 ? void 0 : _d.type) !== null && _e !== void 0 ? _e : "wiki", this.promptForConceptFacts).generate();
|
|
122
159
|
return response;
|
|
123
160
|
});
|
|
124
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/bootstrap/app.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+DAA2D;AAC3D,wEAAmE;AACnE,iEAA4D;AAC5D,yEAAqE;AACrE,0DAAsD;AACtD,qFAAiF;AACjF,mGAA+F;AAC/F,qGAAiG;AAMjG,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/bootstrap/app.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local_consolidation.d.ts","sourceRoot":"","sources":["../../../src/embedding_generation/consolidation/local_consolidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE1C,qBAAa,kBAAkB;IAC7B,WAAW,CACT,cAAc,EAAE;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,EAAE,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;KACnB,EAAE,EACH,QAAQ,EAAE,MAAM;;gBAYR,MAAM;oBACF,MAAM,EAAE;qBACP;gBACP,QAAQ,EAAE,MAAM,EAAE,CAAC;gBACnB,IAAI,EAAE,MAAM,CAAC;aACd;;;;;kBAZK,MAAM;gBACR,MAAM;uBACC,MAAM,EAAE;kBACb,MAAM;uBACD,MAAM;;;IAyEvB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"local_consolidation.d.ts","sourceRoot":"","sources":["../../../src/embedding_generation/consolidation/local_consolidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE1C,qBAAa,kBAAkB;IAC7B,WAAW,CACT,cAAc,EAAE;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,EAAE,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;KACnB,EAAE,EACH,QAAQ,EAAE,MAAM;;gBAYR,MAAM;oBACF,MAAM,EAAE;qBACP;gBACP,QAAQ,EAAE,MAAM,EAAE,CAAC;gBACnB,IAAI,EAAE,MAAM,CAAC;aACd;;;;;kBAZK,MAAM;gBACR,MAAM;uBACC,MAAM,EAAE;kBACb,MAAM;uBACD,MAAM;;;IAyEvB,gBAAgB,GAAI,GAAG,MAAM,EAAE,EAAE,GAAG,MAAM,EAAE,KAAG,MAAM,CAKnD;IAEF,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,SAAS,SAAO;;gBAElD,IAAI;kBACF,MAAM;uBACD,MAAM;uBACN,MAAM,EAAE;kBACb,MAAM;;;;CAmCjB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import OpenAI from "openai";
|
|
2
|
+
export declare class OpenAIHelper {
|
|
3
|
+
openAI: OpenAI;
|
|
4
|
+
model: string;
|
|
5
|
+
promptId: string;
|
|
6
|
+
openAIKey: string;
|
|
7
|
+
version: string;
|
|
8
|
+
constructor(openAIKey: string, model: string, promptId: string, version: string);
|
|
9
|
+
}
|
|
10
|
+
declare const getOpenAI: (openAIKey: string) => OpenAI;
|
|
11
|
+
export { getOpenAI, OpenAI };
|
|
12
|
+
//# sourceMappingURL=openai_helper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openai_helper.d.ts","sourceRoot":"","sources":["../../src/helper/openai_helper.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,qBAAa,YAAY;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;gBAErB,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM;CAQlB;AAED,QAAA,MAAM,SAAS,GAAI,WAAW,MAAM,WAMnC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.OpenAI = exports.getOpenAI = exports.OpenAIHelper = void 0;
|
|
7
|
+
const openai_1 = __importDefault(require("openai"));
|
|
8
|
+
exports.OpenAI = openai_1.default;
|
|
9
|
+
class OpenAIHelper {
|
|
10
|
+
constructor(openAIKey, model, promptId, version) {
|
|
11
|
+
this.openAI = getOpenAI(openAIKey);
|
|
12
|
+
this.model = model;
|
|
13
|
+
this.promptId = promptId;
|
|
14
|
+
this.openAIKey = openAIKey;
|
|
15
|
+
this.version = version;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.OpenAIHelper = OpenAIHelper;
|
|
19
|
+
const getOpenAI = (openAIKey) => {
|
|
20
|
+
const openai = new openai_1.default({
|
|
21
|
+
apiKey: openAIKey,
|
|
22
|
+
});
|
|
23
|
+
return openai;
|
|
24
|
+
};
|
|
25
|
+
exports.getOpenAI = getOpenAI;
|
|
26
|
+
//# sourceMappingURL=openai_helper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openai_helper.js","sourceRoot":"","sources":["../../src/helper/openai_helper.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA4B;AA8BR,iBA9Bb,gBAAM,CA8Ba;AA5B1B,MAAa,YAAY;IAMvB,YACE,SAAiB,EACjB,KAAa,EACb,QAAgB,EAChB,OAAe;QAEf,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;CACF;AAlBD,oCAkBC;AAED,MAAM,SAAS,GAAG,CAAC,SAAiB,EAAE,EAAE;IACtC,MAAM,MAAM,GAAG,IAAI,gBAAM,CAAC;QACxB,MAAM,EAAE,SAAS;KAClB,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEO,8BAAS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qdrant_db_methods.d.ts","sourceRoot":"","sources":["../../src/helper/qdrant_db_methods.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"qdrant_db_methods.d.ts","sourceRoot":"","sources":["../../src/helper/qdrant_db_methods.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB,GAAU,gBAAgB,MAAM,kBAOrD,CAAC;AAEF,QAAA,MAAM,aAAa;;;;EAGlB,CAAC;AAEF,QAAA,MAAM,wBAAwB,GAC5B,gBAAgB,MAAM,EACtB,YAAY;IACV,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB,EAAE,EACH,WAAW,MAAM;;;;;eAoDoq7G,CAAC;;;cAA0H,CAAC;;;;;;iBAA+tE,CAAC;mBAAuF,CAAC;;IAjC1mgH,CAAC;AAEF,QAAA,MAAM,yBAAyB,GAC7B,gBAAgB,MAAM,EACtB,YAAY;IACV,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,EAAE;QACP,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH,EAAE,kBAcJ,CAAC;AAEF,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,yBAAyB,EACzB,wBAAwB,IAAI,kBAAkB,GAC/C,CAAC"}
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAWpD,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|