@lanzorg/commitlint-config-template 0.0.39 → 0.0.41

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 +23 -45
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,47 +1,25 @@
1
1
  # TEMPLATE
2
2
 
3
- <p><img src="https://placehold.co/1280x320/333/333" align="center" width="100%"></p>
4
-
5
- Dart library for Hisense U7QF TV to very fully automate picture profile setup process for SDR, HDR10, HDR+, and Dolby Vision content via a reverse engineered MQTT client with a reliable dummy certificate that can bypass broker authentication.
6
-
7
- ## Update Pub Package
8
-
9
- Suspendisse blandit justo vel sollicitudin.
10
-
11
- ```sh
12
- flutter pub add senchard --git-url https://github.com/olankens/senchard
13
- ```
14
-
15
- ## Instantiate the Client
16
-
17
- Suspendisse blandit justo vel sollicitudin.
18
-
19
- ```dart
20
- var client = Client('television_ip_address_here', foolish: true);
21
- ```
22
-
23
- ## Update Picture Mode
24
-
25
- Suspendisse blandit justo vel sollicitudin.
26
-
27
- ```dart
28
- await client
29
- ..attach()
30
- ..changePictureMode(PictureMode.cinemaNight)
31
- ..revertPictureMode()
32
- ..changeApplyPicture(ApplyPicture.all)
33
- ..changeLocalDimming(LocalDimming.off)
34
- ..changeBacklight(40)
35
- ..changeBrightness(50)
36
- ..changeContrast(70)
37
- ..changeColorSaturation(50)
38
- ..changeSharpness(5)
39
- ..changeAdaptiveContrast(AdaptiveContrast.off)
40
- ..changeUltraSmoothMotion(UltraSmoothMotion.off)
41
- ..changeNoiseReduction(NoiseReduction.off)
42
- ..changeColorTemperature(ColorTemperature.warm1)
43
- ..changeColorGamut(ColorGamut.native)
44
- ..changeGammaAdjustment(GammaAdjustment.gamma22)
45
- ..toggleViewingAngle()
46
- ..detach();
47
- ```
3
+ <p><img src="https://placehold.co/900x325/666/fff" align="center" width="100%"></p>
4
+
5
+ Preset collection for README files, targeting the vast majority of commonly used Markdown renderers and providing dedicated support for all those from GitHub, GitLab, PyPI, Pub, NPM, Crates, Docker, and many other known software registries.
6
+
7
+ ## 2️⃣ Elements
8
+
9
+ <p><img src="https://placehold.co/450x325/666/fff" align="center" width="50%"><img src="https://placehold.co/450x325/333/fff" align="center" width="50%"></p>
10
+
11
+ ## 3️⃣ Elements
12
+
13
+ <p><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/333/fff" align="center" width="33.333333%"><img src="https://placehold.co/300x325/666/fff" align="center" width="33.333333%"></p>
14
+
15
+ ## 4️⃣ Elements
16
+
17
+ <p><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"><img src="https://placehold.co/225x325/666/fff" align="center" width="25%"><img src="https://placehold.co/225x325/333/fff" align="center" width="25%"></p>
18
+
19
+ ## 5️⃣ Elements
20
+
21
+ <p><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"><img src="https://placehold.co/180x325/333/fff" align="center" width="20%"><img src="https://placehold.co/180x325/666/fff" align="center" width="20%"></p>
22
+
23
+ ## 6️⃣ Elements
24
+
25
+ <p><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [