@nexusmutual/sdk 0.3.21 → 0.3.22

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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 2346.08 2346.08"><defs><style>.cls-2{fill:#4d77c5}</style></defs><circle cx="1173.04" cy="1173.04" r="1173.04" style="fill:#252327"/><path d="M438.63 791.3v978.97h108.61V574.33c-68.47 50.98-108.61 131.51-108.61 216.97ZM1526.45 574.33v870.85c68.47-51.47 108.86-132.01 108.86-217.71V682.7h163.53v544.28c0 240.12-195.05 434.69-434.69 434.69V574.33h-108.86c-300.71 0-544.28 243.57-544.28 544.28v652.64h380.75V900.4c-68.47 51.47-108.86 132.01-108.61 217.71v544.28H819.62v-544.28c0-240.12 195.05-434.69 434.69-434.69v1088.31h108.61c300.71 0 544.28-243.57 544.28-544.28V574.81l-380.75-.49Z" class="cls-2"/></svg>
package/package.json CHANGED
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Nexus Mutual SDK",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js",
7
7
  "lint": "eslint --max-warnings 0 .",
8
8
  "lint:fix": "npm run lint -- --fix",
9
9
  "test": "jest",
10
- "test:watch": "jest --watch"
10
+ "test:watch": "jest --watch",
11
+ "list:products": "node scripts/list-products.js",
12
+ "list:product-types": "node scripts/list-product-types.js"
11
13
  },
12
14
  "typings": "./dist/index.d.ts",
13
15
  "main": "./dist/index.js",