@abtnode/schema 1.7.14 → 1.7.17

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
@@ -752,7 +752,7 @@ type BlockletState {
752
752
  runtimeInfo: RuntimeInfo
753
753
  source: BlockletSource
754
754
  deployedFrom: String
755
- sourceUrl: String
755
+ bundleSource: Any
756
756
  port: Float32
757
757
  interfaces: [BlockletStateInterface!]
758
758
  engine: BlockletEngine
@@ -752,7 +752,7 @@ type BlockletState {
752
752
  runtimeInfo: RuntimeInfo
753
753
  source: BlockletSource
754
754
  deployedFrom: String
755
- sourceUrl: String
755
+ bundleSource: Any
756
756
  port: Float32
757
757
  interfaces: [BlockletStateInterface!]
758
758
  engine: BlockletEngine
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.7.14",
6
+ "version": "1.7.17",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,5 +13,5 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "MIT",
16
- "gitHead": "1f3855e6dc8b6d6c91526264e2f63215df6b962c"
16
+ "gitHead": "142a5b1e83ea03647ef9bea8de9bb269c9c82928"
17
17
  }