@morpho-org/blue-sdk 2.0.0-next.2 → 2.0.0-next.4
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/LICENSE +1 -1
- package/package.json +15 -27
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morpho-org/blue-sdk",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"description": "Framework-agnostic package that defines Morpho-related entity classes (such as `Market`, `Token`, `Vault`).",
|
|
4
|
+
"version": "2.0.0-next.4",
|
|
5
|
+
"author": "Morpho Association <contact@morpho.org>",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Rubilmax <rmilon@gmail.com>"
|
|
8
|
+
],
|
|
9
|
+
"repository": "github:morpho-org/sdks",
|
|
10
|
+
"homepage": "https://github.com/morpho-org/sdks",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/morpho-org/sdks/issues",
|
|
13
|
+
"email": "contact@morpho.org"
|
|
14
|
+
},
|
|
5
15
|
"license": "MIT",
|
|
6
16
|
"type": "module",
|
|
7
17
|
"main": "lib/index.js",
|
|
@@ -18,33 +28,11 @@
|
|
|
18
28
|
"@types/node": "^22.1.0",
|
|
19
29
|
"typescript": "^5.6.3",
|
|
20
30
|
"viem": "^2.21.19",
|
|
21
|
-
"viem-deal": "^2.0.
|
|
31
|
+
"viem-deal": "^2.0.1",
|
|
22
32
|
"vitest": "^2.1.3",
|
|
23
33
|
"@morpho-org/morpho-ts": "^1.12.4",
|
|
24
|
-
"@morpho-org/test
|
|
25
|
-
"@morpho-org/test": "^1.12.4"
|
|
26
|
-
},
|
|
27
|
-
"release": {
|
|
28
|
-
"branches": [
|
|
29
|
-
"main",
|
|
30
|
-
{
|
|
31
|
-
"name": "next",
|
|
32
|
-
"prerelease": true
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"extends": "semantic-release-monorepo",
|
|
36
|
-
"plugins": [
|
|
37
|
-
"@semantic-release/commit-analyzer",
|
|
38
|
-
"@semantic-release/release-notes-generator",
|
|
39
|
-
[
|
|
40
|
-
"@semantic-release/exec",
|
|
41
|
-
{
|
|
42
|
-
"prepareCmd": "pnpm version ${nextRelease.version} --no-git-tag-version",
|
|
43
|
-
"publishCmd": "pnpm publish --access public --tag ${nextRelease.channel} --no-git-checks"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"@semantic-release/github"
|
|
47
|
-
]
|
|
34
|
+
"@morpho-org/test": "^1.12.4",
|
|
35
|
+
"@morpho-org/test-viem": "^1.12.4"
|
|
48
36
|
},
|
|
49
37
|
"scripts": {
|
|
50
38
|
"prepublish": "$npm_execpath build",
|