@blocklet/constant 1.8.63-beta-c51e554d → 1.8.63-beta-b0b23c2b

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 +4 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -97,6 +97,10 @@ const BlockletEvents = Object.freeze({
97
97
 
98
98
  // purchase
99
99
  purchaseChange: 'blocklet.purchaseChange',
100
+
101
+ // cert
102
+ certError: 'blocklet.certError',
103
+ certIssued: 'blocklet.certIssued',
100
104
  });
101
105
 
102
106
  // Blocklet Interface
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.63-beta-c51e554d",
6
+ "version": "1.8.63-beta-b0b23c2b",
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": "9913ed7968dfab63d6549201a5a98f9819fcfac6"
23
+ "gitHead": "4287f73180dacb1e158ed800b207166df89092ec"
24
24
  }