@@ -10,32 +10,32 @@ export async function capsule({
1010 return encapsulate ( {
1111 '#@stream44.studio/encapsulate/spine-contracts/CapsuleSpineContract.v0' : {
1212 '#@stream44.studio/encapsulate/structs/Capsule' : { } ,
13- '#t44/structs/HomeRegistryConfig' : {
13+ '#@stream44.studio/ t44/structs/HomeRegistryConfig' : {
1414 as : '$HomeRegistryConfig'
1515 } ,
16- '#t44/structs/HomeRegistry' : {
16+ '#@stream44.studio/ t44/structs/HomeRegistry' : {
1717 as : '$HomeRegistry'
1818 } ,
19- '#t44/structs/Workspace' : {
19+ '#@stream44.studio/ t44/structs/Workspace' : {
2020 as : '$Workspace'
2121 } ,
22- '#t44/structs/WorkspaceKey' : {
22+ '#@stream44.studio/ t44/structs/WorkspaceKey' : {
2323 as : '$WorkspaceKey'
2424 } ,
25- '#t44/structs/ProjectRack' : {
25+ '#@stream44.studio/ t44/structs/ProjectRack' : {
2626 as : '$ProjectRack'
2727 } ,
28- '#t44/structs/WorkspaceCatalogs' : {
28+ '#@stream44.studio/ t44/structs/WorkspaceCatalogs' : {
2929 as : '$WorkspaceCatalogs'
3030 } ,
3131 '#' : {
3232 Home : {
3333 type : CapsulePropertyTypes . Mapping ,
34- value : 't44/caps/Home'
34+ value : '@stream44.studio/ t44/caps/Home'
3535 } ,
3636 WorkspacePrompt : {
3737 type : CapsulePropertyTypes . Mapping ,
38- value : 't44/caps/WorkspacePrompt'
38+ value : '@stream44.studio/ t44/caps/WorkspacePrompt'
3939 } ,
4040 rootDir : {
4141 type : CapsulePropertyTypes . GetterFunction ,
@@ -316,4 +316,4 @@ export async function capsule({
316316 capsuleName : capsule [ '#' ] ,
317317 } )
318318}
319- capsule [ '#' ] = 't44/caps/HomeRegistry'
319+ capsule [ '#' ] = '@stream44.studio/ t44/caps/HomeRegistry'
0 commit comments