@abtnode/schema 1.16.47-beta-20250731-014139-e860268f → 1.16.47-beta-20250801-094129-1ba43aaa

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/lib/index.js CHANGED
@@ -2544,6 +2544,8 @@ type NodeEnvInfo {
2544
2544
  blockletEngines: [BlockletEngine!]
2545
2545
  gitpod: Boolean
2546
2546
  disk: DiskInfo
2547
+ dbProvider: String
2548
+ routerProvider: String
2547
2549
  }
2548
2550
 
2549
2551
  type NodeHistoryItem {
@@ -2544,6 +2544,8 @@ type NodeEnvInfo {
2544
2544
  blockletEngines: [BlockletEngine!]
2545
2545
  gitpod: Boolean
2546
2546
  disk: DiskInfo
2547
+ dbProvider: String
2548
+ routerProvider: String
2547
2549
  }
2548
2550
 
2549
2551
  type NodeHistoryItem {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.47-beta-20250731-014139-e860268f",
6
+ "version": "1.16.47-beta-20250801-094129-1ba43aaa",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "85b5870be6b7a531cd7a86bd132112d68547fde1",
16
+ "gitHead": "0c90ec548e798d7ca264c37189b3887769591047",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }