@speedkit/cli 3.11.1 → 3.11.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.11.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.11.1...v3.11.2) (2025-10-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **wizard:** doc handler config typing ([e0344c6](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/e0344c665f8e1e92c93d75404f3fde4093f49ee3))
7
+
1
8
  ## [3.11.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.11.0...v3.11.1) (2025-10-21)
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.1 linux-x64 node-v20.19.5
24
+ @speedkit/cli/3.11.2 linux-x64 node-v20.19.5
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -40,7 +40,7 @@
40
40
  "origins": [
41
41
  "https://{{staging.host}}"
42
42
  ],
43
- "forceInstall": {{staging.forceInstall}},
43
+ "forceInstall": {{staging.forceInstall}}
44
44
  }
45
45
  {{/if}}
46
46
  }
@@ -732,5 +732,5 @@
732
732
  ]
733
733
  }
734
734
  },
735
- "version": "3.11.1"
735
+ "version": "3.11.2"
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.1",
4
+ "version": "3.11.2",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"