BREAKING CHANGE(@push.rocks/smartwatch): Rename package and update branding/docs: switch from @push.rocks/smartchok to @push.rocks/smartwatch, update repository/homepage/bugs URLs and author, and refresh README examples and install instructions.

This commit is contained in:
2025-11-30 18:01:01 +00:00
parent a5b4fedf9f
commit 31ab561859
4 changed files with 27 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@push.rocks/smartchok",
"name": "@push.rocks/smartwatch",
"version": "4.0.1",
"private": false,
"description": "A cross-runtime file watcher with glob pattern support for Node.js, Deno, and Bun.",
@@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartchok.git"
"url": "https://code.foss.global/push.rocks/smartwatch.git"
},
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/push.rocks/smartchok/issues"
"url": "https://gitlab.com/push.rocks/smartwatch/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartchok",
"homepage": "https://code.foss.global/push.rocks/smartwatch",
"engines": {
"node": ">=20.0.0"
},