create-template-project 1.5.21 → 1.5.24
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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"description": "Playwright provider for Vitest browser mode."
|
|
18
18
|
},
|
|
19
19
|
"playwright": {
|
|
20
|
-
"version": "1.
|
|
20
|
+
"version": "1.62.0",
|
|
21
21
|
"description": "Framework for Web-browser automation."
|
|
22
22
|
},
|
|
23
23
|
"debug": {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"description": "TypeScript definitions for React DOM."
|
|
130
130
|
},
|
|
131
131
|
"@playwright/test": {
|
|
132
|
-
"version": "1.
|
|
132
|
+
"version": "1.62.0",
|
|
133
133
|
"description": "End-to-end testing framework."
|
|
134
134
|
},
|
|
135
135
|
"@trpc/server": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"description": "Declarative routing for React web applications."
|
|
158
158
|
},
|
|
159
159
|
"release-it": {
|
|
160
|
-
"version": "
|
|
160
|
+
"version": "21.0.0",
|
|
161
161
|
"description": "Interactive release-tool for Git repositories."
|
|
162
162
|
},
|
|
163
163
|
"cors": {
|
package/dist/index.js
CHANGED
|
@@ -61,7 +61,7 @@ var genericProcessor = (content, { opts }) => {
|
|
|
61
61
|
//#endregion
|
|
62
62
|
//#region src/utils/templating/github-workflow.ts
|
|
63
63
|
var WORKFLOW_PNPM_SETUP = ` - name: Setup pnpm
|
|
64
|
-
uses: pnpm/action-setup@
|
|
64
|
+
uses: pnpm/action-setup@v6.0.9
|
|
65
65
|
with:
|
|
66
66
|
version: 9
|
|
67
67
|
run_install: false`;
|
|
@@ -1026,7 +1026,7 @@ Restrictions & Behavior:
|
|
|
1026
1026
|
//#region src/generators/project.ts
|
|
1027
1027
|
var debug$1 = debugLib("create-template-project:generator");
|
|
1028
1028
|
var moduleDir = import.meta.dirname;
|
|
1029
|
-
var PNPM_PACKAGE_MANAGER_VERSION = "pnpm@11.
|
|
1029
|
+
var PNPM_PACKAGE_MANAGER_VERSION = "pnpm@11.16.0";
|
|
1030
1030
|
var PNPM_NPMRC_CONTENT = "resolution-mode=highest\nnode-linker=hoisted\n";
|
|
1031
1031
|
var pathExists = async (filePath) => {
|
|
1032
1032
|
try {
|
|
@@ -16,12 +16,12 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
18
|
- name: Checkout
|
|
19
|
-
uses: actions/checkout@
|
|
19
|
+
uses: actions/checkout@v7
|
|
20
20
|
|
|
21
21
|
# [PM_SETUP]
|
|
22
22
|
|
|
23
23
|
- name: Setup Node.js
|
|
24
|
-
uses: actions/setup-node@
|
|
24
|
+
uses: actions/setup-node@v7
|
|
25
25
|
with:
|
|
26
26
|
node-version: ${{ matrix.node-version }}
|
|
27
27
|
cache: "{{packageManager}}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-template-project",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.24",
|
|
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": [
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"oxfmt": "0.60.0",
|
|
73
73
|
"oxlint": "1.75.0",
|
|
74
74
|
"oxlint-tsgolint": "7.0.2001",
|
|
75
|
-
"release-it": "
|
|
75
|
+
"release-it": "21.0.0",
|
|
76
76
|
"rimraf": "6.1.3",
|
|
77
77
|
"typescript": "7.0.2",
|
|
78
78
|
"vite": "8.1.5",
|