@lanzorg/commitlint-config-template 0.0.140 → 0.0.142

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.
Files changed (2) hide show
  1. package/README.md +8 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,31 +1,29 @@
1
1
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/icon.png" align="center" width="156"></p>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/icon.png" align="" width="144"></p>
3
3
  <h1>SENCHARD</h1>
4
4
  <p>Dart cross-platform library for Hisense U7QF TV automation, edit your picture profiles for SDR, HDR10, HDR+, and DOVI using a tailored MQTT client and a dummy certificate to bypass broker authentication.</p>
5
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/dart.svg" width="64">
6
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/androidstudio.svg" width="64">
7
- <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/flutter.svg" width="64">
5
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/dart.svg" width="52">
6
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/androidstudio.svg" width="52">
7
+ <img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/flutter.svg" width="52">
8
8
  </div>
9
9
 
10
10
  ## PREVIEWS
11
11
 
12
- <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="center" width="100%"></p>
12
+ <p><img src="https://raw.githubusercontent.com/olankens/senchard/HEAD/.assets/asset-01.png" align="" width="100%"></p>
13
13
 
14
- ## LEARNING
15
-
16
- ### ADD PACKAGE
14
+ ## ADD PACKAGE
17
15
 
18
16
  ```sh
19
17
  flutter pub add senchard --git-url https://github.com/olankens/senchard
20
18
  ```
21
19
 
22
- ### CREATE CLIENT
20
+ ## CREATE CLIENT
23
21
 
24
22
  ```dart
25
23
  var client = Client('television_ip_address_here', foolish: true);
26
24
  ```
27
25
 
28
- ### UPDATE PICTURE MODE
26
+ ## UPDATE PICTURE MODE
29
27
 
30
28
  ```dart
31
29
  await client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.140",
3
+ "version": "0.0.142",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [