@blocklet/constant 1.16.0-beta-58020de5 → 1.16.0-beta-b741bcb3

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -108,6 +108,9 @@ const BlockletEvents = Object.freeze({
108
108
 
109
109
  // did-space
110
110
  spaceConnected: 'blocklet.spaceConnected',
111
+
112
+ // install by nft
113
+ nftConsumed: 'blocklet.nftConsumed',
111
114
  });
112
115
 
113
116
  // Blocklet Interface
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.0-beta-58020de5",
6
+ "version": "1.16.0-beta-b741bcb3",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "9d3f47f9827acf13e9efea38cd605d3b36f9f523"
23
+ "gitHead": "f41666daf2c499566ff2f8e76a2de4fa6e1122ba"
24
24
  }