chore: rename package from @hykocx/zen to @zen/core

Update all references across source files, documentation, and
configuration to reflect the new package scope and name. This includes
updating `.npmrc` registry config, install instructions, module
examples, and all import path comments throughout the codebase.
This commit is contained in:
2026-04-12 15:09:26 -04:00
parent 30067a699d
commit 81172bda94
52 changed files with 153 additions and 153 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{
"name": "@hykocx/zen",
"version": "1.3.2",
"name": "@zen/core",
"version": "1.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@hykocx/zen",
"version": "1.3.2",
"name": "@zen/core",
"version": "1.3.3",
"license": "GPL-3.0-only",
"dependencies": {
"@headlessui/react": "^2.0.0",