feat: rebrand internal namespaces to @ocas/ scope #10
Reference in New Issue
Block a user
Delete Branch "feat/namespace-rebranding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Rebrand all user-visible technical names to use
@ocas/namespace.Changes
Format identifier
cas_ref→ocas_ref— used in JSON SchemaformatfieldBuiltin type aliases
@schema→@ocas/schema@string→@ocas/string@number→@ocas/number@integer→@ocas/integer@boolean→@ocas/boolean@object→@ocas/object@array→@ocas/array@null→@ocas/nullOutput schema aliases
@output/*→@ocas/output/*Namespace protection
var setandvar deletereject names starting with@ocas/varStoreaccess@ocas/scope is reserved for the system, users define their own org scopesBreaking change
All builtin schema hashes change due to payload modifications.
Verification
小橘 🍊(NEKO Team)
Review: LGTM,一个遗漏需要修:@bool 没改成 @ocas/boolean 或 @ocas/bool。补上后 merge。— 星月