mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Hexclave rename PR5: rename @stackframe/template -> @hexclave/template (Step 14/B)
Renamed the internal codegen-source package name (package.json + package-template.json template-platform macro). Added @hexclave/template to config-rendering CONFIG_IMPORT_PACKAGES while keeping @stackframe/template for back-compat detection. Reinstalled + rebuilt packages. typecheck + lint green.
This commit is contained in:
parent
2262894a4d
commit
88f1560639
@ -14,6 +14,7 @@ const CONFIG_IMPORT_PACKAGES = [
|
||||
"@hexclave/next",
|
||||
"@hexclave/react",
|
||||
"@hexclave/js",
|
||||
"@hexclave/template",
|
||||
"@stackframe/stack",
|
||||
"@stackframe/react",
|
||||
"@stackframe/js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"//": "IF_PLATFORM template",
|
||||
"name": "@stackframe/template",
|
||||
"name": "@hexclave/template",
|
||||
"//": "ELSE_IF_PLATFORM js",
|
||||
"name": "@hexclave/js",
|
||||
"//": "ELSE_IF_PLATFORM next",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY, INSTEAD EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
|
||||
"name": "@stackframe/template",
|
||||
"name": "@hexclave/template",
|
||||
"private": true,
|
||||
"version": "1.0.4",
|
||||
"repository": "https://github.com/hexclave/hexclave",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user