@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 CHANGED
@@ -1,3 +1,5 @@
1
+ ![GitHub banner](https://user-images.githubusercontent.com/527411/192760138-a1f61694-f705-4358-b419-e5eeb78c2ea0.png)
2
+
1
3
  # DUIS Signing Wrapper
2
4
 
3
5
  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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.0",
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": "^28.0.8",
41
+ "ts-jest": "^29.0.0",
42
42
  "typescript": "^4.8.2"
43
43
  },
44
44
  "scripts": {