@abtnode/schema 1.17.2 → 1.17.3-beta-20251117-102849-8103f298

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
@@ -2930,6 +2930,7 @@ type OptionalComponentState {
2930
2930
  logoUrl: String
2931
2931
  dependencies: [OptionalDependencies!]
2932
2932
  meta: BlockletMeta
2933
+ bundleSource: Any
2933
2934
  }
2934
2935
 
2935
2936
  type OptionalDependencies {
@@ -2930,6 +2930,7 @@ type OptionalComponentState {
2930
2930
  logoUrl: String
2931
2931
  dependencies: [OptionalDependencies!]
2932
2932
  meta: BlockletMeta
2933
+ bundleSource: Any
2933
2934
  }
2934
2935
 
2935
2936
  type OptionalDependencies {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.2",
6
+ "version": "1.17.3-beta-20251117-102849-8103f298",
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": "d11c73575f9211d0794ccb72ea8981c50700ad10",
16
+ "gitHead": "f561ece39d3cd479fc6274cb2895ae5423722b38",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }