@ocap/config 1.28.5 → 1.28.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 +1 -1
- package/package.json +14 -16
- package/LICENSE +0 -13
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -3,32 +3,30 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.28.
|
|
6
|
+
"version": "1.28.7",
|
|
7
7
|
"description": "OCAP config parsing/validation and default",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
10
10
|
"lib"
|
|
11
11
|
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"lint": "biome check",
|
|
14
|
+
"lint:fix": "biome check --write",
|
|
15
|
+
"test": "bun test",
|
|
16
|
+
"coverage": "npm run test -- --coverage"
|
|
17
|
+
},
|
|
12
18
|
"keywords": [],
|
|
13
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
14
20
|
"contributors": [
|
|
15
21
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
|
16
22
|
],
|
|
17
23
|
"license": "MIT",
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"jest": "^29.7.0"
|
|
20
|
-
},
|
|
24
|
+
"devDependencies": {},
|
|
21
25
|
"dependencies": {
|
|
22
|
-
"
|
|
23
|
-
"@arcblock/did": "1.28.
|
|
24
|
-
"@arcblock/validator": "1.28.
|
|
25
|
-
"@
|
|
26
|
-
"
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"lint": "eslint tests lib",
|
|
30
|
-
"lint:fix": "eslint --fix tests lib",
|
|
31
|
-
"test": "jest --forceExit --detectOpenHandles",
|
|
32
|
-
"coverage": "npm run test -- --coverage"
|
|
26
|
+
"@arcblock/did": "1.28.7",
|
|
27
|
+
"@arcblock/did-util": "1.28.7",
|
|
28
|
+
"@arcblock/validator": "1.28.7",
|
|
29
|
+
"@ocap/util": "1.28.7",
|
|
30
|
+
"lodash": "^4.17.21"
|
|
33
31
|
}
|
|
34
|
-
}
|
|
32
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Copyright 2018-2025 ArcBlock
|
|
2
|
-
|
|
3
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License.
|
|
5
|
-
You may obtain a copy of the License at
|
|
6
|
-
|
|
7
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
|
|
9
|
-
Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
See the License for the specific language governing permissions and
|
|
13
|
-
limitations under the License.
|