@magda/semantic-indexer-sdk 6.0.0-alpha.7 → 6.0.0-alpha.8

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -114030,7 +114030,7 @@ var getDefaultProjectName = () => {
114030
114030
  };
114031
114031
 
114032
114032
  // ../../magda-semantic-indexer-framework/node_modules/langsmith/dist/index.js
114033
- var __version__ = "0.3.58";
114033
+ var __version__ = "0.3.60";
114034
114034
 
114035
114035
  // ../../magda-semantic-indexer-framework/node_modules/langsmith/dist/utils/env.js
114036
114036
  var globalEnv;
@@ -140066,7 +140066,7 @@ async function semanticIndexer(userConfig) {
140066
140066
  async: true,
140067
140067
  dereference: true,
140068
140068
  includeEvents: false,
140069
- includeRecords: false,
140069
+ includeRecords: true,
140070
140070
  onRecordFound
140071
140071
  };
140072
140072
  } else if (userConfig.itemType === "storageObject") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/semantic-indexer-sdk",
3
3
  "description": "MAGDA Semantic Indexer SDK",
4
- "version": "6.0.0-alpha.7",
4
+ "version": "6.0.0-alpha.8",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "",
24
24
  "license": "Apache-2.0",
25
25
  "devDependencies": {
26
- "@magda/semantic-indexer-framework": "^6.0.0-alpha.7",
26
+ "@magda/semantic-indexer-framework": "^6.0.0-alpha.8",
27
27
  "@microsoft/api-extractor": "~7.39.0",
28
28
  "esbuild": "^0.19.10",
29
29
  "ts-loader": "^9.5.1",