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:
Bilal Godil 2026-06-03 11:18:37 -07:00
parent 2262894a4d
commit 88f1560639
3 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ const CONFIG_IMPORT_PACKAGES = [
"@hexclave/next",
"@hexclave/react",
"@hexclave/js",
"@hexclave/template",
"@stackframe/stack",
"@stackframe/react",
"@stackframe/js",

View File

@ -1,6 +1,6 @@
{
"//": "IF_PLATFORM template",
"name": "@stackframe/template",
"name": "@hexclave/template",
"//": "ELSE_IF_PLATFORM js",
"name": "@hexclave/js",
"//": "ELSE_IF_PLATFORM next",

View File

@ -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",