@blocklet/launcher-util 2.1.100 → 2.1.102

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 +0 -1
  2. package/package.json +2 -2
package/lib/constant.js CHANGED
@@ -125,7 +125,6 @@ module.exports = Object.freeze({
125
125
  DISABLED: 0,
126
126
  ENABLED: 1,
127
127
  }),
128
- SUPPORTED_EC2_TYPES: ['t2.micro', 't2.small', 't3.micro', 't3.small'],
129
128
  PAYMENT_STATUS: Object.freeze({
130
129
  unpaid: 10,
131
130
  paid: 20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-util",
3
- "version": "2.1.100",
3
+ "version": "2.1.102",
4
4
  "description": "Common constants",
5
5
  "keywords": [
6
6
  "constant"
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "jest": "^27.5.1"
48
48
  },
49
- "gitHead": "b795fdbc2ecd4e3300080301c5f9e5efabe744da"
49
+ "gitHead": "67c8d2df9d25feb9119715d9bd9904bfcd7f028f"
50
50
  }