@abtnode/schema 1.6.27 → 1.6.30

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
@@ -36,7 +36,6 @@ input BlockletStateInterfaceInput {
36
36
  type: String
37
37
  name: String
38
38
  url: String
39
- authConfig: Any
40
39
  }
41
40
 
42
41
  input ConfigEntryInput {
@@ -701,7 +700,6 @@ type BlockletStateInterface {
701
700
  type: String
702
701
  name: String
703
702
  url: String
704
- authConfig: Any
705
703
  }
706
704
 
707
705
  type BlockletStats {
@@ -36,7 +36,6 @@ input BlockletStateInterfaceInput {
36
36
  type: String
37
37
  name: String
38
38
  url: String
39
- authConfig: Any
40
39
  }
41
40
 
42
41
  input ConfigEntryInput {
@@ -701,7 +700,6 @@ type BlockletStateInterface {
701
700
  type: String
702
701
  name: String
703
702
  url: String
704
- authConfig: Any
705
703
  }
706
704
 
707
705
  type BlockletStats {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.27",
6
+ "version": "1.6.30",
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": "5ec2dbcfa7d9464c0430ea3112e4fe0fbab65414"
16
+ "gitHead": "d8ea64b807f7852186cd4bf544193496fbb31e7c"
17
17
  }