Skip to content

Commit 7e2c899

Browse files
marcstraubeclaude
andcommitted
chore: rename repo to zappzarapp-node-browser-utils
Update all repository URLs to reflect the new naming convention zappzarapp-{lang}-{package}. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7504d12 commit 7e2c899

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body:
88
Thanks for reporting a bug! Please fill out the sections below.
99
1010
**Security vulnerabilities** should be reported privately via
11-
[GitHub Security Advisories](https://github.com/marcstraube/zappzarapp-browser-utils/security/advisories/new)
12-
or email (see [SECURITY.md](https://github.com/marcstraube/zappzarapp-browser-utils/blob/master/SECURITY.md)).
11+
[GitHub Security Advisories](https://github.com/marcstraube/zappzarapp-node-browser-utils/security/advisories/new)
12+
or email (see [SECURITY.md](https://github.com/marcstraube/zappzarapp-node-browser-utils/blob/master/SECURITY.md)).
1313
1414
- type: input
1515
id: module

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security Vulnerability
4-
url: https://github.com/marcstraube/zappzarapp-browser-utils/security/advisories/new
4+
url: https://github.com/marcstraube/zappzarapp-node-browser-utils/security/advisories/new
55
about: Please report security vulnerabilities privately via GitHub Security Advisories.

.github/workflows/mirror-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
chmod 600 ~/.ssh/id_ed25519
2828
ssh-keyscan gitlab.com >> ~/.ssh/known_hosts 2>/dev/null
2929
30-
git remote add gitlab git@gitlab.com:marcstraube/zappzarapp-browser-utils.git
30+
git remote add gitlab git@gitlab.com:marcstraube/zappzarapp-node-browser-utils.git
3131
git push gitlab --all --force
3232
git push gitlab --tags --force

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [1.0.2](https://github.com/marcstraube/zappzarapp-browser-utils/compare/v1.0.1...v1.0.2) (2026-02-13)
9+
## [1.0.2](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.1...v1.0.2) (2026-02-13)
1010

1111
### Bug Fixes
1212

1313
- **build:** resolve ERR_UNSUPPORTED_DIR_IMPORT in ESM output
14-
([#12](https://github.com/marcstraube/zappzarapp-browser-utils/issues/12))
15-
([fc614eb](https://github.com/marcstraube/zappzarapp-browser-utils/commit/fc614eb6a419f1073b543bd74920bd3e4247a099))
14+
([#12](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/12))
15+
([fc614eb](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/fc614eb6a419f1073b543bd74920bd3e4247a099))
1616
- **ci:** align CI job names with branch protection required checks
17-
([#14](https://github.com/marcstraube/zappzarapp-browser-utils/pull/14))
18-
([9a6d3f0](https://github.com/marcstraube/zappzarapp-browser-utils/commit/9a6d3f0b7228859fecce36b238885d2be949045a))
17+
([#14](https://github.com/marcstraube/zappzarapp-node-browser-utils/pull/14))
18+
([9a6d3f0](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/9a6d3f0b7228859fecce36b238885d2be949045a))
1919
- **hooks:** prevent post-merge hook failure on no dependency changes
20-
([#16](https://github.com/marcstraube/zappzarapp-browser-utils/issues/16))
21-
([f022780](https://github.com/marcstraube/zappzarapp-browser-utils/commit/f02278044086f86b8ec2d4b72d0b69cf1b238c62))
20+
([#16](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/16))
21+
([f022780](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/f02278044086f86b8ec2d4b72d0b69cf1b238c62))
2222

2323
## [1.0.1] - 2026-02-13
2424

@@ -173,6 +173,6 @@ utilities. ESM-only, tree-shakeable via subpath exports, zero dependencies.
173173
for generating and triggering file downloads
174174

175175
[1.0.1]:
176-
https://github.com/marcstraube/zappzarapp-browser-utils/compare/v1.0.0...v1.0.1
176+
https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.0...v1.0.1
177177
[1.0.0]:
178-
https://github.com/marcstraube/zappzarapp-browser-utils/releases/tag/v1.0.0
178+
https://github.com/marcstraube/zappzarapp-node-browser-utils/releases/tag/v1.0.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Thank you for your interest in contributing!
55
## Development Setup
66

77
```bash
8-
git clone git@github.com:marcstraube/zappzarapp-browser-utils.git
9-
cd zappzarapp-browser-utils
8+
git clone git@github.com:marcstraube/zappzarapp-node-browser-utils.git
9+
cd zappzarapp-node-browser-utils
1010
pnpm install
1111
```
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
44
[![Node.js Version](https://img.shields.io/node/v/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
55
[![License](https://img.shields.io/npm/l/@zappzarapp/browser-utils.svg)](https://www.npmjs.com/package/@zappzarapp/browser-utils)
6-
[![CI](https://github.com/marcstraube/zappzarapp-browser-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/marcstraube/zappzarapp-browser-utils/actions/workflows/ci.yml)
6+
[![CI](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/marcstraube/zappzarapp-node-browser-utils/actions/workflows/ci.yml)
77

88
Zero-dependency browser utilities with security-first design — type-safe,
99
tree-shakeable, and fully tested.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Instead, please report them via GitHub's private vulnerability reporting:
1414

1515
1. Go to the
16-
[Security Advisories page](https://github.com/marcstraube/zappzarapp-browser-utils/security/advisories/new)
16+
[Security Advisories page](https://github.com/marcstraube/zappzarapp-node-browser-utils/security/advisories/new)
1717
2. Click "Report a vulnerability"
1818
3. Fill in the details
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200
"license": "MIT",
201201
"repository": {
202202
"type": "git",
203-
"url": "git+https://github.com/marcstraube/zappzarapp-browser-utils.git"
203+
"url": "git+https://github.com/marcstraube/zappzarapp-node-browser-utils.git"
204204
},
205205
"bugs": {
206-
"url": "https://github.com/marcstraube/zappzarapp-browser-utils/issues"
206+
"url": "https://github.com/marcstraube/zappzarapp-node-browser-utils/issues"
207207
},
208-
"homepage": "https://github.com/marcstraube/zappzarapp-browser-utils#readme",
208+
"homepage": "https://github.com/marcstraube/zappzarapp-node-browser-utils#readme",
209209
"devDependencies": {
210210
"@commitlint/cli": "^20.4.1",
211211
"@commitlint/config-conventional": "^20.4.1",

0 commit comments

Comments
 (0)