@prestyj/boss 4.10.2 → 4.12.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/README.md +4 -4
- package/dist/{chunk-OIHP3D3X.js → chunk-HYXLQEZL.js} +4049 -862
- package/dist/{chunk-OIHP3D3X.js.map → chunk-HYXLQEZL.js.map} +1 -1
- package/dist/cli.js +261 -4532
- package/dist/cli.js.map +1 -1
- package/dist/{chunk-ZQMUKA6O.js → devtools-ORTEPMCM.js} +68 -4
- package/dist/devtools-ORTEPMCM.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-ZQMUKA6O.js.map +0 -1
- package/dist/devtools-4WIKZSVM.js +0 -74
- package/dist/devtools-4WIKZSVM.js.map +0 -1
- package/dist/devtools-TQEAGQ4I.js +0 -74
- package/dist/devtools-TQEAGQ4I.js.map +0 -1
package/README.md
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@prestyj/boss"><img src="https://img.shields.io/npm/v/@prestyj/boss?style=for-the-badge" alt="npm version"></a>
|
|
9
9
|
<a href="../../LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a>
|
|
10
|
-
<a href="https://
|
|
11
|
-
<a href="https://
|
|
10
|
+
<a href="https://prestyj.com"><img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube"></a>
|
|
11
|
+
<a href="https://prestyj.com"><img src="https://img.shields.io/badge/Skool-Community-7C3AED?style=for-the-badge" alt="Skool"></a>
|
|
12
12
|
<a href="https://github.com/KenKaiii"><img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
@@ -147,8 +147,8 @@ On every launch the boss installs any pending update from the prior run (effecti
|
|
|
147
147
|
|
|
148
148
|
## 👥 Community
|
|
149
149
|
|
|
150
|
-
- [YouTube @kenkaidoesai](https://
|
|
151
|
-
- [Skool community](https://
|
|
150
|
+
- [YouTube @kenkaidoesai](https://prestyj.com) — tutorials and demos
|
|
151
|
+
- [Skool community](https://prestyj.com) — come hang out
|
|
152
152
|
- [GitHub @KenKaiii](https://github.com/KenKaiii)
|
|
153
153
|
|
|
154
154
|
---
|