From a7ece0b22ea1b8b5666b11dc63a3f1188a80a63a Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Thu, 2 Apr 2026 21:10:25 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BF=D0=BE=D0=B4=D0=B3=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BA=20=D0=BF=D1=83=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - publisher изменён на gromlab - name изменён на vscode-templateforge - displayName изменён на Template File Generator (gromlab) - repository URL исправлен на HTTPS - удалён Gitea Actions CI - версия 1.0.1 --- .gitea/workflows/publish.yml | 26 -------------------------- .github/README.md | 2 +- README.md | 2 +- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 10 +++++----- 5 files changed, 25 insertions(+), 51 deletions(-) delete mode 100644 .gitea/workflows/publish.yml diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml deleted file mode 100644 index e746606..0000000 --- a/.gitea/workflows/publish.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Publish Extension - -on: - push: - tags: - - 'v*' - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-node@v4 - with: - node-version: 20 - - - run: npm ci - - - run: npm run build - - - name: Publish to VS Code Marketplace - run: npx vsce publish -p ${{ secrets.VSCE_TOKEN }} - - - name: Publish to Open VSX - run: npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} diff --git a/.github/README.md b/.github/README.md index b428a4c..ad2ce42 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,4 +1,4 @@ -# Template Forge +# Template File Generator Расширение для VS Code. Генерирует файлы и папки из ваших шаблонов с подстановкой переменных. diff --git a/README.md b/README.md index b428a4c..ad2ce42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Template Forge +# Template File Generator Расширение для VS Code. Генерирует файлы и папки из ваших шаблонов с подстановкой переменных. diff --git a/package-lock.json b/package-lock.json index e1d8ed8..b2c6f6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "templateforge", - "version": "1.0.0", + "name": "vscode-templateforge", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "templateforge", - "version": "1.0.0", + "name": "vscode-templateforge", + "version": "1.0.1", "dependencies": { "@gromlab/create": "^0.2.0" }, @@ -484,7 +484,7 @@ } }, "node_modules/@gromlab/create/node_modules/is-interactive": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", "license": "MIT", @@ -826,7 +826,7 @@ } }, "node_modules/@secretlint/config-loader/node_modules/json-schema-traverse": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, @@ -2119,7 +2119,7 @@ } }, "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, @@ -2234,7 +2234,7 @@ } }, "node_modules/archy": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", "license": "MIT" @@ -2365,7 +2365,7 @@ } }, "node_modules/boolbase": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true, @@ -3332,7 +3332,7 @@ } }, "node_modules/delayed-stream": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, @@ -4150,7 +4150,7 @@ } }, "node_modules/fs-constants": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", "dev": true, @@ -4173,7 +4173,7 @@ } }, "node_modules/fs.realpath": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true, @@ -4755,7 +4755,7 @@ } }, "node_modules/is-inside-container": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", "dev": true, @@ -4848,7 +4848,7 @@ } }, "node_modules/isarray": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true, @@ -6740,7 +6740,7 @@ } }, "node_modules/schema-utils/node_modules/json-schema-traverse": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, @@ -6855,7 +6855,7 @@ } }, "node_modules/side-channel-list": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", "dev": true, @@ -7276,7 +7276,7 @@ } }, "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, @@ -7379,7 +7379,7 @@ "license": "MIT" }, "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true, diff --git a/package.json b/package.json index 2f5612a..d137fd5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "templateforge", - "displayName": "Template Forge", + "name": "vscode-templateforge", + "displayName": "Template File Generator (gromlab)", "description": "Generate files and folders from templates with variable substitution and case modifiers. Syntax highlighting and autocomplete for template variables.", - "version": "1.0.0", - "publisher": "TemplateForge", + "version": "1.0.1", + "publisher": "gromlab", "author": "Sergey Gromov", "scripts": { "build-app": "npm run build && npm run package-vsce", @@ -36,7 +36,7 @@ "homepage": "https://gromlab.ru/gromov/templateforge", "repository": { "type": "git", - "url": "git@gromlab.ru:gromov/templateforge.git" + "url": "https://gromlab.ru/gromov/templateforge.git" }, "bugs": { "url": "https://gromlab.ru/gromov/templateforge/issues"