@ship.zone/szci 7.1.0 → 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/changelog.md +15 -0
- package/package.json +1 -1
- package/readme.md +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026-02-08 - 7.1.2 - fix(readme)
|
|
4
|
+
Correct license link and fix markdown line break for company name in README
|
|
5
|
+
|
|
6
|
+
- Updated README link to the license file from ./license to ./LICENSE
|
|
7
|
+
- Added trailing spaces after 'Task Venture Capital GmbH' to preserve a Markdown line break
|
|
8
|
+
- Documentation-only change; no code modified
|
|
9
|
+
|
|
10
|
+
## 2026-02-07 - 7.1.1 - fix(workflows)
|
|
11
|
+
normalize default branch to 'main' across CI/release workflows and docs; update package metadata; clean .gitignore and fix readme license link
|
|
12
|
+
|
|
13
|
+
- Updated workflow triggers and documentation from 'master' to 'main' (.gitea/workflows/ci.yml, .gitea/workflows/release.yml, .gitea/workflows/README.md) including install script URLs referenced in release instructions.
|
|
14
|
+
- Updated npmextra.json @git.zone/cli metadata: changed projectType from 'npm' to 'deno' and githost from 'gitlab.com' to 'code.foss.global'.
|
|
15
|
+
- Cleaned .gitignore by removing outdated entries (coverage/, public/, pages/, .yarn/, .rpt2_cache) and minor whitespace fixes.
|
|
16
|
+
- Normalized license filename link in readme.md from 'LICENSE' to lowercase 'license'.
|
|
17
|
+
|
|
3
18
|
## 2026-02-07 - 7.1.0 - feat(installer)
|
|
4
19
|
switch installer/docs to use main branch; add automated installer instructions and update CI examples to use the installer; add release registries and access level in npmextra.json
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ship.zone/szci",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Serve Zone CI - A tool to streamline Node.js and Docker workflows within CI environments, particularly GitLab CI, providing various CI/CD utilities. Powered by Deno with standalone executables.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Node.js",
|
package/readme.md
CHANGED
|
@@ -383,7 +383,7 @@ Use of these trademarks must comply with Task Venture Capital GmbH's Trademark G
|
|
|
383
383
|
|
|
384
384
|
### Company Information
|
|
385
385
|
|
|
386
|
-
Task Venture Capital GmbH
|
|
386
|
+
Task Venture Capital GmbH
|
|
387
387
|
Registered at District Court Bremen HRB 35230 HB, Germany
|
|
388
388
|
|
|
389
389
|
For any legal inquiries or further information, please contact us via email at hello@task.vc.
|