@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/cli/main.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",
@@ -4954,6 +4956,16 @@ var BITS = {
4954
4956
  ],
4955
4957
  resourceAttachmentAllowed: false
4956
4958
  },
4959
+ [BitType.appRag]: {
4960
+ since: "5.14.0",
4961
+ baseBitType: BitType.article,
4962
+ description: "App RAG (Retrieval-Augmented Generation) bit, equal to article"
4963
+ },
4964
+ [BitType.appSearch]: {
4965
+ since: "5.14.0",
4966
+ baseBitType: BitType.article,
4967
+ description: "App search bit, equal to article"
4968
+ },
4957
4969
  [BitType.author]: {
4958
4970
  since: "4.2.0",
4959
4971
  baseBitType: BitType._standard,
@@ -10845,7 +10857,7 @@ var instance2 = new Config();
10845
10857
  // src/generated/package_info.ts
10846
10858
  var PACKAGE_INFO = {
10847
10859
  "name": "@gmb/bitmark-parser-generator",
10848
- "version": "5.13.0",
10860
+ "version": "5.14.0",
10849
10861
  "license": "ISC"};
10850
10862
  var Environment = {
10851
10863
  unknown: "",