@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.cjs
CHANGED
|
@@ -108,6 +108,8 @@ var BitType = {
|
|
|
108
108
|
appFlashcardsQuiz: "app-flashcards-quiz",
|
|
109
109
|
appGetScreenshot: "app-get-screenshot",
|
|
110
110
|
appLink: "app-link",
|
|
111
|
+
appRag: "app-rag",
|
|
112
|
+
appSearch: "app-search",
|
|
111
113
|
article: "article",
|
|
112
114
|
articleAi: "article-ai",
|
|
113
115
|
articleAlt: "article-alt",
|
|
@@ -5059,6 +5061,16 @@ var BITS = {
|
|
|
5059
5061
|
],
|
|
5060
5062
|
resourceAttachmentAllowed: false
|
|
5061
5063
|
},
|
|
5064
|
+
[BitType.appRag]: {
|
|
5065
|
+
since: "5.14.0",
|
|
5066
|
+
baseBitType: BitType.article,
|
|
5067
|
+
description: "App RAG (Retrieval-Augmented Generation) bit, equal to article"
|
|
5068
|
+
},
|
|
5069
|
+
[BitType.appSearch]: {
|
|
5070
|
+
since: "5.14.0",
|
|
5071
|
+
baseBitType: BitType.article,
|
|
5072
|
+
description: "App search bit, equal to article"
|
|
5073
|
+
},
|
|
5062
5074
|
[BitType.author]: {
|
|
5063
5075
|
since: "4.2.0",
|
|
5064
5076
|
baseBitType: BitType._standard,
|
|
@@ -10950,7 +10962,7 @@ var instance2 = new Config();
|
|
|
10950
10962
|
// src/generated/package_info.ts
|
|
10951
10963
|
var PACKAGE_INFO = {
|
|
10952
10964
|
"name": "@gmb/bitmark-parser-generator",
|
|
10953
|
-
"version": "5.
|
|
10965
|
+
"version": "5.14.0",
|
|
10954
10966
|
"author": "Get More Brain Ltd",
|
|
10955
10967
|
"license": "ISC",
|
|
10956
10968
|
"description": "A bitmark parser and generator using Peggy.js"
|