@blocklet/launcher-util 2.0.16 → 2.0.18

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/lib/constant.js +3 -1
  2. package/package.json +2 -2
package/lib/constant.js CHANGED
@@ -61,7 +61,8 @@ const planStatusMap = toMap(PLAN_STATUS);
61
61
  const fromInstanceStatus = fromStatus(statusInstanceMap);
62
62
  const fromPlanStatus = fromStatus(planStatusMap);
63
63
 
64
- const NFT_TYPE_SERVERLESS = 'BlockletServerServerlessNFT'; // TODO: 使用 abtnode/constant 包里的
64
+ const NFT_TYPE_SERVERLESS = 'BlockletServerServerlessNFT';
65
+ const BLOCKLET_SERVER_OWNERSHIP_NFT = 'BlockletServerOwnershipNFT';
65
66
 
66
67
  module.exports = Object.freeze({
67
68
  SKU_STATUS: Object.freeze({
@@ -105,5 +106,6 @@ module.exports = Object.freeze({
105
106
  crypto: 'crypto',
106
107
  },
107
108
  NFT_TYPE_SERVERLESS,
109
+ BLOCKLET_SERVER_OWNERSHIP_NFT,
108
110
  SERVERLESS_INSTANCE_STATUS,
109
111
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-util",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "Common constants",
5
5
  "keywords": [
6
6
  "constant"
@@ -41,5 +41,5 @@
41
41
  "nodemailer": "^6.9.1",
42
42
  "url-join": "^4.0.1"
43
43
  },
44
- "gitHead": "3ced6709f92df8d60b4d559697b2a5f10a526a17"
44
+ "gitHead": "5930cbdd6b8aff12a4964c6e200ee1fea6c853f0"
45
45
  }