@abtnode/schema 1.6.22 → 1.6.23

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
@@ -683,6 +683,7 @@ type BlockletState {
683
683
  runtimeInfo: RuntimeInfo
684
684
  source: BlockletSource
685
685
  deployedFrom: String
686
+ sourceUrl: String
686
687
  port: Float32
687
688
  interfaces: [BlockletStateInterface!]
688
689
  engine: BlockletEngine
@@ -683,6 +683,7 @@ type BlockletState {
683
683
  runtimeInfo: RuntimeInfo
684
684
  source: BlockletSource
685
685
  deployedFrom: String
686
+ sourceUrl: String
686
687
  port: Float32
687
688
  interfaces: [BlockletStateInterface!]
688
689
  engine: BlockletEngine
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.22",
6
+ "version": "1.6.23",
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": "18ac52a439dbd04e4ace98d796b6de517503fb14"
16
+ "gitHead": "6c478fb7e2a30b302981b5339f349c69134e022e"
17
17
  }