purgetss 7.1.1 → 7.1.2
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 +3 -3
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ With **PurgeTSS**, creating visually appealing and dynamic mobile apps becomes m
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
## What's New in v7.1.
|
|
21
|
+
## What's New in v7.1.x
|
|
22
22
|
|
|
23
23
|
**Major Refactoring & ESM Migration**: PurgeTSS v7.1 has been completely refactored with improved code organization, better ESM compatibility, enhanced error handling, and a more intuitive CLI experience.
|
|
24
24
|
|
|
@@ -59,7 +59,7 @@ With **PurgeTSS**, creating visually appealing and dynamic mobile apps becomes m
|
|
|
59
59
|
|
|
60
60
|
For most users, upgrading is seamless:
|
|
61
61
|
```bash
|
|
62
|
-
npm install -g purgetss@
|
|
62
|
+
npm install -g purgetss@latest
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
**Key changes to note:**
|
|
@@ -94,7 +94,7 @@ Overall, *PurgeTSS* aims to simplify the mobile app development process, offerin
|
|
|
94
94
|
|
|
95
95
|
## Table of Content
|
|
96
96
|
|
|
97
|
-
- [What's New in v7.1](
|
|
97
|
+
- [What's New in v7.1](https://purgetss.com/#whats-new-in-v71x)
|
|
98
98
|
- [Installation](https://purgetss.com/docs/installation)
|
|
99
99
|
- [Commands](https://purgetss.com/docs/commands)
|
|
100
100
|
- Customization
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "purgetss",
|
|
4
|
-
"version": "7.1.
|
|
4
|
+
"version": "7.1.2",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"purgetss": "bin/purgetss"
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"homepage": "https://github.com/macCesar/purgeTSS#readme",
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
69
|
-
"caporal": "^1.4.0",
|
|
70
69
|
"chalk": "^5.4.1",
|
|
71
70
|
"chroma-js": "^3.1.2",
|
|
72
71
|
"command-exists": "^1.2.9",
|