@blocklet/constant 1.16.28-beta-bfbab430 → 1.16.28-beta-641c9f13
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/index.d.ts +0 -1
- package/index.js +1 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -901,8 +901,6 @@ var BlockletGroup = Object.freeze({
|
|
|
901
901
|
static: "static",
|
|
902
902
|
// The runtime instance is provided by its own backend server
|
|
903
903
|
dapp: "dapp",
|
|
904
|
-
// Does not expose any endpoint, only provides services to other blocklets
|
|
905
|
-
engine: "engine",
|
|
906
904
|
// This type is used to combine other component blocklets
|
|
907
905
|
// No instance will be spawned at runtime
|
|
908
906
|
gateway: "gateway",
|
|
@@ -911,7 +909,7 @@ var BlockletGroup = Object.freeze({
|
|
|
911
909
|
// The difference is that a pack is a component in an app, whereas a gateway is an app itself.
|
|
912
910
|
pack: "pack"
|
|
913
911
|
});
|
|
914
|
-
var BLOCKLET_GROUPS = ["dapp", "static", "gateway", "pack"
|
|
912
|
+
var BLOCKLET_GROUPS = ["dapp", "static", "gateway", "pack"];
|
|
915
913
|
var BlockletEvents = Object.freeze({
|
|
916
914
|
// status updated
|
|
917
915
|
added: "blocklet.added",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.28-beta-
|
|
6
|
+
"version": "1.16.28-beta-641c9f13",
|
|
7
7
|
"description": "Blocklet constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"type": "commonjs",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"ts-jest": "^29.1.1",
|
|
37
37
|
"typescript": "^5.0.4"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "eb1fa63e4ed26fe5ba230845a318faa29408138b"
|
|
40
40
|
}
|