@smartdcc/duis-sign-wrap 0.1.0 → 0.1.2
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 +3 -1
- package/dist/tool.jar +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
# DUIS Signing Wrapper
|
|
2
4
|
|
|
3
5
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
@@ -97,4 +99,4 @@ Copyright 2022, Smart DCC Limited, All rights reserved. Project is licensed unde
|
|
|
97
99
|
[duis]: https://smartenergycodecompany.co.uk/the-smart-energy-code-2/ "Smart Energy Code"
|
|
98
100
|
[boxed]: https://www.smartdcc.co.uk/our-smart-network/network-products-services/dcc-boxed/ "DCC Boxed"
|
|
99
101
|
[sign]: https://github.com/SmartDCCInnovation/dccboxed-signing-tool "DCC Boxed Signing Tool"
|
|
100
|
-
[parser]: https://github.com/SmartDCCInnovation/duis-parser "DUIS Parser"
|
|
102
|
+
[parser]: https://github.com/SmartDCCInnovation/duis-parser "DUIS Parser"
|
package/dist/tool.jar
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartdcc/duis-sign-wrap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Wrapper library for signing/validating DUIS",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"eslint-config-prettier": "^8.5.0",
|
|
39
39
|
"glob": "^8.0.3",
|
|
40
40
|
"prettier": "^2.7.1",
|
|
41
|
-
"ts-jest": "^
|
|
41
|
+
"ts-jest": "^29.0.0",
|
|
42
42
|
"typescript": "^4.8.2"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|