@superfluid-finance/sdk-redux 0.1.1-dev.640e6ae.0 → 0.1.1-dev.7bfb2dd.0
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.
- package/package.json +16 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-redux",
|
|
3
|
-
"version": "0.1.1-dev.
|
|
3
|
+
"version": "0.1.1-dev.7bfb2dd.0",
|
|
4
4
|
"description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
|
|
5
5
|
"homepage": "https://docs.superfluid.finance/",
|
|
6
6
|
"repository": {
|
|
@@ -21,45 +21,36 @@
|
|
|
21
21
|
"lint:prettier": "prettier \"src/**/*.ts\" --write",
|
|
22
22
|
"lint:eslint": "eslint src --ext .ts --fix",
|
|
23
23
|
"test": "echo 'TODO: Tests'",
|
|
24
|
-
"test:lint": "eslint src --ext .ts",
|
|
25
|
-
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
|
|
26
24
|
"watch:build": "tsc -p tsconfig.json -w",
|
|
27
|
-
"doc": "run-s doc:html
|
|
25
|
+
"doc": "run-s doc:html",
|
|
28
26
|
"doc:html": "typedoc src/ --out build/docs",
|
|
29
|
-
"doc:json": "typedoc src/ --json build/docs/typedoc.json"
|
|
30
|
-
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
|
|
31
|
-
"reset-hard": "git clean -dfx && git reset --hard && yarn",
|
|
32
|
-
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
|
|
27
|
+
"doc:json": "typedoc src/ --json build/docs/typedoc.json"
|
|
33
28
|
},
|
|
34
29
|
"engines": {
|
|
35
30
|
"node": ">=10"
|
|
36
31
|
},
|
|
37
32
|
"dependencies": {
|
|
38
33
|
"@reduxjs/toolkit": "^1.6.1",
|
|
39
|
-
"@superfluid-finance/sdk-core": "^0.1.1-dev.
|
|
34
|
+
"@superfluid-finance/sdk-core": "^0.1.1-dev.7bfb2dd.0",
|
|
40
35
|
"ethers": "^5.4.5",
|
|
41
|
-
"graphql-request": "^3.5.0",
|
|
42
36
|
"lodash": "^4.17.21"
|
|
43
37
|
},
|
|
44
38
|
"devDependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@typescript-eslint/
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"cspell": "^4.1.0",
|
|
50
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
51
|
-
"eslint": "^7.8.0",
|
|
52
|
-
"eslint-config-prettier": "^6.11.0",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
40
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
41
|
+
"eslint": "^8.4.0",
|
|
42
|
+
"eslint-config-prettier": "^8.3.0",
|
|
53
43
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
54
|
-
"eslint-plugin-import": "^2.
|
|
55
|
-
"gh-pages": "^3.1.0",
|
|
44
|
+
"eslint-plugin-import": "^2.25.3",
|
|
56
45
|
"npm-run-all": "^4.1.5",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"prettier": "^2.1.1",
|
|
60
|
-
"ts-node": "^9.0.0",
|
|
46
|
+
"prettier": "^2.5.1",
|
|
47
|
+
"ts-node": "^10.4.0",
|
|
61
48
|
"typedoc": "^0.22.10",
|
|
62
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.5.2"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"react": "^16.14.0 || ^17.0.0",
|
|
53
|
+
"react-redux": "^7.2.1"
|
|
63
54
|
},
|
|
64
55
|
"files": [
|
|
65
56
|
"build/main",
|