create-template-project 1.5.14 → 1.5.15
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.
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"description": "Generate a changelog from git metadata."
|
|
50
50
|
},
|
|
51
51
|
"conventional-changelog-angular": {
|
|
52
|
-
"version": "9.
|
|
52
|
+
"version": "9.2.0",
|
|
53
53
|
"description": "Angular preset for conventional-changelog."
|
|
54
54
|
},
|
|
55
55
|
"husky": {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"description": "tRPC integration for React Query."
|
|
146
146
|
},
|
|
147
147
|
"@tanstack/react-query": {
|
|
148
|
-
"version": "5.101.
|
|
148
|
+
"version": "5.101.2",
|
|
149
149
|
"description": "Powerful asynchronous state management for TS/JS."
|
|
150
150
|
},
|
|
151
151
|
"zod": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-template-project",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An ultra-modular, type-safe Node.js CLI tool used to scaffold new project templates (CLI, Webpage, Webapp, Fullstack) with best-practice configurations pre-installed.",
|
|
6
6
|
"keywords": [
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/node": "26.0.1",
|
|
67
67
|
"@vitest/coverage-v8": "4.1.9",
|
|
68
68
|
"conventional-changelog": "8.0.0",
|
|
69
|
-
"conventional-changelog-angular": "9.
|
|
69
|
+
"conventional-changelog-angular": "9.2.0",
|
|
70
70
|
"eslint-plugin-regexp": "3.1.1",
|
|
71
71
|
"husky": "9.1.7",
|
|
72
72
|
"oxfmt": "0.56.0",
|