@rocketh/doc 0.10.5 → 0.10.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018-present Ronan Sandford
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/cli.cjs CHANGED
@@ -11,7 +11,7 @@ require('ethers');
11
11
  require('url');
12
12
 
13
13
  var name = "@rocketh/doc";
14
- var version = "0.10.4";
14
+ var version = "0.10.6";
15
15
  var description = "can generate doc from rocketh deployments and provided template";
16
16
  var publishConfig = {
17
17
  access: "public"
@@ -29,19 +29,19 @@ var files = [
29
29
  "src"
30
30
  ];
31
31
  var devDependencies = {
32
- "@types/node": "^20.12.7",
33
- pkgroll: "^2.0.2",
34
- rimraf: "^5.0.5",
32
+ "@types/node": "^20.14.8",
33
+ pkgroll: "^2.1.1",
34
+ rimraf: "^5.0.7",
35
35
  rocketh: "workspace:*",
36
- typescript: "^5.4.5"
36
+ typescript: "^5.5.2"
37
37
  };
38
38
  var peerDependencies = {
39
39
  rocketh: "workspace:*"
40
40
  };
41
41
  var dependencies = {
42
42
  "@types/fs-extra": "^11.0.4",
43
- commander: "^12.0.0",
44
- ethers: "^6.11.1",
43
+ commander: "^12.1.0",
44
+ ethers: "^6.13.1",
45
45
  "fs-extra": "^11.2.0",
46
46
  handlebars: "^4.7.8"
47
47
  };
package/dist/cli.mjs CHANGED
@@ -8,7 +8,7 @@ import 'ethers';
8
8
  import 'url';
9
9
 
10
10
  var name = "@rocketh/doc";
11
- var version = "0.10.4";
11
+ var version = "0.10.6";
12
12
  var description = "can generate doc from rocketh deployments and provided template";
13
13
  var publishConfig = {
14
14
  access: "public"
@@ -26,19 +26,19 @@ var files = [
26
26
  "src"
27
27
  ];
28
28
  var devDependencies = {
29
- "@types/node": "^20.12.7",
30
- pkgroll: "^2.0.2",
31
- rimraf: "^5.0.5",
29
+ "@types/node": "^20.14.8",
30
+ pkgroll: "^2.1.1",
31
+ rimraf: "^5.0.7",
32
32
  rocketh: "workspace:*",
33
- typescript: "^5.4.5"
33
+ typescript: "^5.5.2"
34
34
  };
35
35
  var peerDependencies = {
36
36
  rocketh: "workspace:*"
37
37
  };
38
38
  var dependencies = {
39
39
  "@types/fs-extra": "^11.0.4",
40
- commander: "^12.0.0",
41
- ethers: "^6.11.1",
40
+ commander: "^12.1.0",
41
+ ethers: "^6.13.1",
42
42
  "fs-extra": "^11.2.0",
43
43
  handlebars: "^4.7.8"
44
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketh/doc",
3
- "version": "0.10.5",
3
+ "version": "0.10.7",
4
4
  "description": "can generate doc from rocketh deployments and provided template",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -28,19 +28,19 @@
28
28
  "src"
29
29
  ],
30
30
  "devDependencies": {
31
- "@types/node": "^20.12.7",
32
- "pkgroll": "^2.0.2",
33
- "rimraf": "^5.0.5",
34
- "typescript": "^5.4.5",
35
- "rocketh": "0.10.13"
31
+ "@types/node": "^20.14.8",
32
+ "pkgroll": "^2.1.1",
33
+ "rimraf": "^5.0.7",
34
+ "typescript": "^5.5.2",
35
+ "rocketh": "0.10.14"
36
36
  },
37
37
  "peerDependencies": {
38
- "rocketh": "0.10.13"
38
+ "rocketh": "0.10.14"
39
39
  },
40
40
  "dependencies": {
41
41
  "@types/fs-extra": "^11.0.4",
42
- "commander": "^12.0.0",
43
- "ethers": "^6.11.1",
42
+ "commander": "^12.1.0",
43
+ "ethers": "^6.13.1",
44
44
  "fs-extra": "^11.2.0",
45
45
  "handlebars": "^4.7.8"
46
46
  },
@@ -1,3 +1,6 @@
1
+ ---
2
+ outline: deep
3
+ ---
1
4
  # {{{name}}}
2
5
 
3
6
 
@@ -35,6 +38,8 @@
35
38
  {{/if}}
36
39
 
37
40
  {{#if events.length}}
41
+ ## Events
42
+
38
43
  {{#each events}}
39
44
  ### **{{{name}}}**
40
45
 
@@ -56,10 +61,15 @@
56
61
  {{/if}}
57
62
 
58
63
  {{#if errors.length}}
64
+ ## Errors
65
+
59
66
  {{#each errors}}
60
67
  ### **{{{name}}}**
61
68
 
62
- {{{notice}}}
69
+ {{#each notice}}
70
+ {{{this}}}
71
+
72
+ {{/each}}
63
73
 
64
74
  {{{fullFormat}}}
65
75