@abtnode/schema 1.6.27 → 1.6.28
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 +0 -2
- package/lib/schema.graphqls +0 -2
- package/package.json +2 -2
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 {
|
package/lib/schema.graphqls
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 {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.28",
|
|
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": "
|
|
16
|
+
"gitHead": "acef8ea339bd8fc9c785312eb5a1a113ecbf0d4d"
|
|
17
17
|
}
|