tutanus 0.12.8 → 0.12.9
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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tutanus",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "C.L.I modular para análise, diagnóstico e manutenção de projetos JavaScript/TypeScript e multi-stack leve",
|
|
6
6
|
"author": "Black Diaz",
|
|
@@ -138,7 +138,6 @@
|
|
|
138
138
|
"postcss-sass": "0.5.0",
|
|
139
139
|
"postcss-scss": "4.0.9",
|
|
140
140
|
"react": "19.2.7",
|
|
141
|
-
"tutanus": "^0.12.7",
|
|
142
141
|
"xxhashjs": "0.2.2",
|
|
143
142
|
"yaml": "2.9.0"
|
|
144
143
|
},
|