@speedkit/cli 2.65.3 → 2.66.0

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
+ # [2.66.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.65.3...v2.66.0) (2024-12-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **wizard:** add hint which lazy-removal option to use based on use-case ([daba081](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/daba0817180dc8d63630d84fc1a634067c0967ec))
7
+
1
8
  ## [2.65.3](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.65.2...v2.65.3) (2024-11-13)
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/2.65.3 linux-x64 node-v20.18.0
24
+ @speedkit/cli/2.66.0 linux-x64 node-v20.18.1
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -2,6 +2,9 @@
2
2
  {{#if removeLazyLoading}}
3
3
  const lazyLoadDefaultConfig = {
4
4
  attributes: [
5
+ // TODO adjust based on if original attribute should be preserved or renamed
6
+ // when using find and set the original attribute is preserved
7
+ // when using find and rename the original attribute is renamed
5
8
  {find: 'data-src', set: 'src'},
6
9
  {find: 'data-srcset', set: 'srcset'},
7
10
  ],
@@ -712,5 +712,5 @@
712
712
  ]
713
713
  }
714
714
  },
715
- "version": "2.65.3"
715
+ "version": "2.66.0"
716
716
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.65.3",
4
+ "version": "2.66.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"