@enbox/api 0.0.5 → 0.0.7
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/README.md +2 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
> **Research Preview** — Enbox is under active development. APIs may change without notice.
|
|
4
4
|
|
|
5
|
+
[](https://github.com/enboxorg/enbox/actions/workflows/ci.yml)
|
|
6
|
+
|
|
5
7
|
The high-level SDK for building decentralized applications with identity and data management.
|
|
6
8
|
|
|
7
9
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enbox/api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "SDK for accessing the features and capabilities of Web5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"lint": "eslint . --max-warnings 0",
|
|
16
16
|
"lint:fix": "eslint . --fix",
|
|
17
17
|
"test:node": "bun test --timeout 10000 .spec.ts",
|
|
18
|
+
"test:node:coverage": "bun test --timeout 10000 --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage .spec.ts",
|
|
18
19
|
"test:browser": "bun run build:tests:browser && bunx web-test-runner"
|
|
19
20
|
},
|
|
20
21
|
"homepage": "https://github.com/enboxorg/enbox/tree/main/packages/api#readme",
|
|
@@ -76,14 +77,14 @@
|
|
|
76
77
|
"bun": ">=1.0.0"
|
|
77
78
|
},
|
|
78
79
|
"dependencies": {
|
|
79
|
-
"@enbox/agent": "0.1.
|
|
80
|
+
"@enbox/agent": "0.1.2",
|
|
80
81
|
"@enbox/common": "0.0.2"
|
|
81
82
|
},
|
|
82
83
|
"devDependencies": {
|
|
83
84
|
"@playwright/test": "1.45.3",
|
|
84
85
|
"@enbox/crypto": "0.0.2",
|
|
85
86
|
"@enbox/dids": "0.0.2",
|
|
86
|
-
"@enbox/dwn-sdk-js": "0.0.
|
|
87
|
+
"@enbox/dwn-sdk-js": "0.0.3",
|
|
87
88
|
"@types/node": "20.14.8",
|
|
88
89
|
"@types/sinon": "17.0.3",
|
|
89
90
|
"@typescript-eslint/eslint-plugin": "8.32.1",
|