@gmb/bitmark-parser-generator 5.13.0 → 5.14.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/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +2 -2
- package/dist/browser/cjs/index.cjs +13 -1
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +2 -0
- package/dist/browser/esm/index.d.ts +2 -0
- package/dist/browser/esm/index.js +13 -1
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +13 -1
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +13 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -38,6 +38,8 @@ declare const BitType: {
|
|
|
38
38
|
readonly appFlashcardsQuiz: "app-flashcards-quiz";
|
|
39
39
|
readonly appGetScreenshot: "app-get-screenshot";
|
|
40
40
|
readonly appLink: "app-link";
|
|
41
|
+
readonly appRag: "app-rag";
|
|
42
|
+
readonly appSearch: "app-search";
|
|
41
43
|
readonly article: "article";
|
|
42
44
|
readonly articleAi: "article-ai";
|
|
43
45
|
readonly articleAlt: "article-alt";
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const BitType: {
|
|
|
38
38
|
readonly appFlashcardsQuiz: "app-flashcards-quiz";
|
|
39
39
|
readonly appGetScreenshot: "app-get-screenshot";
|
|
40
40
|
readonly appLink: "app-link";
|
|
41
|
+
readonly appRag: "app-rag";
|
|
42
|
+
readonly appSearch: "app-search";
|
|
41
43
|
readonly article: "article";
|
|
42
44
|
readonly articleAi: "article-ai";
|
|
43
45
|
readonly articleAlt: "article-alt";
|
package/dist/index.js
CHANGED
|
@@ -47,6 +47,8 @@ var BitType = {
|
|
|
47
47
|
appFlashcardsQuiz: "app-flashcards-quiz",
|
|
48
48
|
appGetScreenshot: "app-get-screenshot",
|
|
49
49
|
appLink: "app-link",
|
|
50
|
+
appRag: "app-rag",
|
|
51
|
+
appSearch: "app-search",
|
|
50
52
|
article: "article",
|
|
51
53
|
articleAi: "article-ai",
|
|
52
54
|
articleAlt: "article-alt",
|
|
@@ -4998,6 +5000,16 @@ var BITS = {
|
|
|
4998
5000
|
],
|
|
4999
5001
|
resourceAttachmentAllowed: false
|
|
5000
5002
|
},
|
|
5003
|
+
[BitType.appRag]: {
|
|
5004
|
+
since: "5.14.0",
|
|
5005
|
+
baseBitType: BitType.article,
|
|
5006
|
+
description: "App RAG (Retrieval-Augmented Generation) bit, equal to article"
|
|
5007
|
+
},
|
|
5008
|
+
[BitType.appSearch]: {
|
|
5009
|
+
since: "5.14.0",
|
|
5010
|
+
baseBitType: BitType.article,
|
|
5011
|
+
description: "App search bit, equal to article"
|
|
5012
|
+
},
|
|
5001
5013
|
[BitType.author]: {
|
|
5002
5014
|
since: "4.2.0",
|
|
5003
5015
|
baseBitType: BitType._standard,
|
|
@@ -10889,7 +10901,7 @@ var instance2 = new Config();
|
|
|
10889
10901
|
// src/generated/package_info.ts
|
|
10890
10902
|
var PACKAGE_INFO = {
|
|
10891
10903
|
"name": "@gmb/bitmark-parser-generator",
|
|
10892
|
-
"version": "5.
|
|
10904
|
+
"version": "5.14.0",
|
|
10893
10905
|
"author": "Get More Brain Ltd",
|
|
10894
10906
|
"license": "ISC",
|
|
10895
10907
|
"description": "A bitmark parser and generator using Peggy.js"
|