@speedkit/cli 3.11.0 → 3.11.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.11.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.11.0...v3.11.1) (2025-10-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **wizard:** doc handler config typing ([764195d](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/764195ddc82c3936e024a0355cc3f5c4340a06c3))
7
+
1
8
  # [3.11.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.10.0...v3.11.0) (2025-10-16)
2
9
 
3
10
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @speedkit/cli
21
21
  $ sk COMMAND
22
22
  running command...
23
23
  $ sk (--version)
24
- @speedkit/cli/3.11.0 linux-x64 node-v20.19.5
24
+ @speedkit/cli/3.11.1 linux-x64 node-v20.19.5
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -44,6 +44,9 @@
44
44
  ];
45
45
 
46
46
  {{/if}}
47
+ /**
48
+ * @type {DomDocumentHandlerConfig}
49
+ */
47
50
  const config = {
48
51
  rejectHTML({db, document, variation, url, headers}) {
49
52
  /* Use to configure guards to prevent e.g. error and captcha pages from being cached */
@@ -732,5 +732,5 @@
732
732
  ]
733
733
  }
734
734
  },
735
- "version": "3.11.0"
735
+ "version": "3.11.1"
736
736
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "3.11.0",
4
+ "version": "3.11.1",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"