@nexusmutual/sdk 0.3.3 → 0.3.6

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.
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none"><g clip-path="url(#a)"><path fill="#0100BE" d="m168.963 143.835 64.229-63.988a25.487 25.487 0 0 0 7.517-18.064l.109-51.758c-.07-2.864-1.13-5.355-2.879-7.131L114.711 125.729a25.556 25.556 0 0 0-7.514 18.106 25.56 25.56 0 0 0 7.514 18.105l86.899 86.603A25.558 25.558 0 0 0 219.698 256a25.565 25.565 0 0 0 18.004-43.669l-68.739-68.496Z"/><path fill="#2B6FF4" d="M230.763.002H37.273C21.55.002 10 11.819 10 27.972v201.931c0 14.383 11.136 26.037 26.036 26.037 14.38 0 26.037-10.98 26.037-26.037V49.825h128.776l47.09-46.93a9.926 9.926 0 0 0-7.176-2.893Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath></defs></svg>
@@ -1,7 +1,6 @@
1
- #!/usr/bin/env node
2
-
3
- const path = require('node:path');
4
1
  const { mkdir, readdir, copyFile } = require('node:fs').promises;
2
+ const path = require('node:path');
3
+
5
4
  const { rimraf } = require('rimraf');
6
5
 
7
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.6",
4
4
  "description": "Nexus Mutual SDK",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "homepage": "https://github.com/NexusMutual/static-data#readme",
28
28
  "engines": {
29
- "node": ">=10.4.0"
29
+ "node": ">=11.14.0"
30
30
  },
31
31
  "dependencies": {
32
32
  "@nexusmutual/deployments": "^2.4.3",
@@ -44,12 +44,14 @@
44
44
  "eslint-config-prettier": "^8.6.0",
45
45
  "eslint-config-semistandard": "^17.0.0",
46
46
  "eslint-config-standard": "^17.0.0",
47
+ "eslint-import-resolver-typescript": "^3.6.1",
47
48
  "eslint-plugin-import": "^2.27.5",
48
49
  "eslint-plugin-n": "^15.7.0",
49
50
  "eslint-plugin-node": "^11.1.0",
50
51
  "eslint-plugin-prettier": "^4.2.1",
51
52
  "eslint-plugin-promise": "^6.1.1",
52
53
  "eslint-plugin-standard": "^5.0.0",
54
+ "husky": "^9.0.11",
53
55
  "jest": "^29.7.0",
54
56
  "jest-mock-axios": "^4.7.3",
55
57
  "node-fetch": "^2.6.9",