@speedkit/cli 3.29.0 → 3.29.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,17 @@
1
+ ## [3.29.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.1...v3.29.2) (2026-03-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove doublicate package ([36d3e93](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/36d3e939b46da386372298f655d38d4860261fea))
7
+
8
+ ## [3.29.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.29.0...v3.29.1) (2026-03-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * nats-io-errors in localDocHanddler ([42286a8](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/42286a896edd70db7e858cb1cdebd2a5cb864606))
14
+
1
15
  # [3.29.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v3.28.0...v3.29.0) (2026-02-24)
2
16
 
3
17
 
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.29.0 linux-x64 node-v20.20.0
24
+ @speedkit/cli/3.29.2 linux-x64 node-v20.20.0
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -354,7 +354,7 @@ DESCRIPTION
354
354
  Display help for sk.
355
355
  ```
356
356
 
357
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.19/src/commands/help.ts)_
357
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_
358
358
 
359
359
  ## `sk login [APP]`
360
360
 
@@ -731,5 +731,5 @@
731
731
  ]
732
732
  }
733
733
  },
734
- "version": "3.29.0"
734
+ "version": "3.29.2"
735
735
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "3.29.0",
4
+ "version": "3.29.2",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"
@@ -67,24 +67,24 @@
67
67
  "dependencies": {
68
68
  "@aws-sdk/client-athena": "^3.529",
69
69
  "@inquirer/prompts": "^3.3.2",
70
- "@nats-io/transport-node": "^3.3.0",
70
+ "@nats-io/transport-node": "^3.3.1",
71
71
  "@oclif/core": "^3.23",
72
72
  "@oclif/plugin-autocomplete": "^3.0",
73
- "@oclif/plugin-help": "^6.2.19",
74
- "@oclif/plugin-not-found": "^3.2.31",
75
- "@oclif/plugin-warn-if-update-available": "^3.1.28",
73
+ "@oclif/plugin-help": "^6.2.37",
74
+ "@oclif/plugin-not-found": "^3.2.74",
75
+ "@oclif/plugin-warn-if-update-available": "^3.1.55",
76
76
  "baqend": "^4.1.0",
77
77
  "chalk": "^4.1.2",
78
78
  "clipboardy-cjs": "^3.0.0",
79
79
  "css-select": "5.1.0",
80
80
  "deepmerge": "^4.3.1",
81
- "diff": "^5.2.0",
81
+ "diff": "^5.2.2",
82
82
  "dom-serializer": "2.0.0",
83
83
  "domhandler": "5.0.3",
84
84
  "domutils": "^3.1",
85
85
  "dotenv": "^16.4.7",
86
86
  "encoding-japanese": "^2.2.0",
87
- "esbuild": "^0.20.2",
87
+ "esbuild": "^0.27.3",
88
88
  "extract-zip": "^2.0.1",
89
89
  "fetch-socks": "^1.3.2",
90
90
  "fluent-ffmpeg": "^2.1.3",
@@ -94,12 +94,12 @@
94
94
  "iconv-lite": "^0.7.2",
95
95
  "json2csv": "^6.0.0-alpha.2",
96
96
  "node-fetch": "^2.7.0",
97
- "nypm": "^0.6.2",
97
+ "nypm": "^0.6.5",
98
98
  "parse5": "7.1",
99
99
  "parse5-htmlparser2-tree-adapter": "7.0.0",
100
100
  "puppeteer": "^24.25.0",
101
101
  "puppeteer-extra": "^3.3.6",
102
- "semver": "^7.6.3",
102
+ "semver": "^7.7.4",
103
103
  "strip-comments": "^2.0.1",
104
104
  "ts-node": "^10.9.2",
105
105
  "uuid": "^9.0.1"
@@ -120,7 +120,7 @@
120
120
  "chai": "^4.4.1",
121
121
  "copyfiles": "^2.4.1",
122
122
  "eslint": "^8.57.1",
123
- "eslint-config-prettier": "^9.1",
123
+ "eslint-config-prettier": "^9.1.2",
124
124
  "eslint-plugin-prettier": "^5.1",
125
125
  "eslint-plugin-unicorn": "^51.0.1",
126
126
  "globby": "^11.1.0",