@mainsail/contracts 0.0.1-alpha.5 → 0.0.1-alpha.6

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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # Mainsail - Contracts
2
+
3
+ ![banner](https://raw.githubusercontent.com/ArkEcosystem/mainsail/main/banner.png)
4
+
5
+ ## Documentation
6
+
7
+ You can find installation instructions and detailed instructions on how to use this package at the [dedicated documentation site](https://ark.dev/docs/mainsail).
8
+
9
+ ## Security
10
+
11
+ If you discover a security vulnerability within this package, please send an e-mail to [security@ark.io](mailto:security@ark.io). All security vulnerabilities will be promptly addressed.
12
+
13
+ ## Credits
14
+
15
+ This project exists thanks to all the people who [contribute](https://github.com/ArkEcosystem/mainsail/graphs/contributors).
16
+
17
+ ## License
18
+
19
+ [GPL-3.0-only](https://github.com/ArkEcosystem/mainsail/blob/main/LICENSE) © [ARK Ecosystem](https://ark.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mainsail/contracts",
3
- "version": "0.0.1-alpha.5",
3
+ "version": "0.0.1-alpha.6",
4
4
  "description": "Contracts for the Mainsail blockchain",
5
5
  "license": "GPL-3.0-only",
6
6
  "contributors": [],
@@ -16,7 +16,7 @@
16
16
  "inversify": "6.0.2",
17
17
  "reflect-metadata": "0.2.0",
18
18
  "type-fest": "4.8.3",
19
- "@mainsail/utils": "0.0.1-alpha.5"
19
+ "@mainsail/utils": "0.0.1-alpha.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "uvu": "^0.5.6"