@speedkit/cli 2.16.0 → 2.17.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.17.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.16.0...v2.17.0) (2024-04-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **customer-config:** loading eager by default on lazy loading removal ([2dc8718](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/2dc87184e9b86432171b4bac2b816d75a0e4250c))
7
+
1
8
  # [2.16.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.15.0...v2.16.0) (2024-04-02)
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.16.0 linux-x64 node-v20.12.0
24
+ @speedkit/cli/2.17.0 linux-x64 node-v20.12.1
25
25
  $ sk --help [COMMAND]
26
26
  USAGE
27
27
  $ sk COMMAND
@@ -6,6 +6,7 @@ const lazyLoadDefaultConfig = {
6
6
  { find: 'data-srcset', rename: 'srcset' },
7
7
  ],
8
8
  lazyClass: 'lazyload',
9
+ lazyLoad: false,
9
10
  preload: true, // preload lazy-removed images in head
10
11
  }
11
12
 
@@ -696,5 +696,5 @@
696
696
  ]
697
697
  }
698
698
  },
699
- "version": "2.16.0"
699
+ "version": "2.17.0"
700
700
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speedkit/cli",
3
3
  "description": "Speed Kit CLI",
4
- "version": "2.16.0",
4
+ "version": "2.17.0",
5
5
  "author": {
6
6
  "name": "Baqend.com",
7
7
  "email": "info@baqend.com"