Skip to content

Commit deb8907

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 0ff8587 commit deb8907

11 files changed

Lines changed: 22 additions & 22 deletions

caps/Cli.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55

66
const {
77
test: { describe, it, expect },
@@ -13,7 +13,7 @@ const {
1313
'#': {
1414
test: {
1515
type: CapsulePropertyTypes.Mapping,
16-
value: 't44/caps/ProjectTest',
16+
value: '@stream44.studio/t44/caps/ProjectTest',
1717
options: {
1818
'#': {
1919
bunTest,

caps/Container.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test --timeout 120000
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55
import { join } from 'path'
66
import { mkdir, writeFile } from 'fs/promises'
77

@@ -16,7 +16,7 @@ const {
1616
'#': {
1717
test: {
1818
type: CapsulePropertyTypes.Mapping,
19-
value: 't44/caps/ProjectTest',
19+
value: '@stream44.studio/t44/caps/ProjectTest',
2020
options: {
2121
'#': {
2222
bunTest,

caps/ContainerContext.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test --timeout 30000
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55

66
const {
77
test: { describe, it, expect },
@@ -13,7 +13,7 @@ const {
1313
'#': {
1414
test: {
1515
type: CapsulePropertyTypes.Mapping,
16-
value: 't44/caps/ProjectTest',
16+
value: '@stream44.studio/t44/caps/ProjectTest',
1717
options: { '#': { bunTest, env: {} } }
1818
},
1919
context: {

caps/Containers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test --timeout 30000
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55

66
const {
77
test: { describe, it, expect },
@@ -13,7 +13,7 @@ const {
1313
'#': {
1414
test: {
1515
type: CapsulePropertyTypes.Mapping,
16-
value: 't44/caps/ProjectTest',
16+
value: '@stream44.studio/t44/caps/ProjectTest',
1717
options: { '#': { bunTest, env: {} } }
1818
},
1919
containers: {

caps/Hub.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test --timeout 60000
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/workspace-rt'
4+
import { run } from '@stream44.studio/t44/workspace-rt'
55

66
const {
77
test: { describe, it, expect },
@@ -13,7 +13,7 @@ const {
1313
'#': {
1414
test: {
1515
type: CapsulePropertyTypes.Mapping,
16-
value: 't44/caps/ProjectTest',
16+
value: '@stream44.studio/t44/caps/ProjectTest',
1717
options: {
1818
'#': {
1919
bunTest,

caps/Image.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test --timeout 120000
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55
import { join } from 'path'
66
import { mkdir, writeFile } from 'fs/promises'
77
import { existsSync } from 'fs'
@@ -16,7 +16,7 @@ const {
1616
'#': {
1717
test: {
1818
type: CapsulePropertyTypes.Mapping,
19-
value: 't44/caps/ProjectTest',
19+
value: '@stream44.studio/t44/caps/ProjectTest',
2020
options: {
2121
'#': {
2222
bunTest,

caps/ImageContext.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bun test
22

33
import * as bunTest from 'bun:test'
4-
import { run } from 't44/standalone-rt'
4+
import { run } from '@stream44.studio/t44/standalone-rt'
55
import { join } from 'path'
66

77
const {
@@ -14,7 +14,7 @@ const {
1414
'#': {
1515
test: {
1616
type: CapsulePropertyTypes.Mapping,
17-
value: 't44/caps/ProjectTest',
17+
value: '@stream44.studio/t44/caps/ProjectTest',
1818
options: {
1919
'#': {
2020
bunTest,

caps/Project.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import * as bunTest from 'bun:test'
44
import { describe, it, expect } from 'bun:test'
5-
import { run } from 't44/standalone-rt'
5+
import { run } from '@stream44.studio/t44/standalone-rt'
66
import { join, basename } from 'path'
77
import { mkdir, writeFile } from 'fs/promises'
88

@@ -13,7 +13,7 @@ const { test: { workbenchDir } } = await run(async ({ encapsulate, CapsuleProper
1313
'#': {
1414
test: {
1515
type: CapsulePropertyTypes.Mapping,
16-
value: 't44/caps/ProjectTest',
16+
value: '@stream44.studio/t44/caps/ProjectTest',
1717
options: { '#': { bunTest, env: {} } }
1818
},
1919
}

caps/Project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function capsule({
1414
'#': {
1515
test: {
1616
type: CapsulePropertyTypes.Mapping,
17-
value: 't44/caps/ProjectTest',
17+
value: '@stream44.studio/t44/caps/ProjectTest',
1818
},
1919

2020
cli: {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@stream44.studio/t44-docker.com",
3-
"version": "0.1.0-rc.6",
3+
"version": "0.1.0-rc.7",
44
"private": false,
55
"license": "MIT",
66
"type": "module",
77
"scripts": {
88
"test": "bun test"
99
},
1010
"dependencies": {
11-
"t44": "^0.4.0-rc.23",
12-
"@stream44.studio/encapsulate": "^0.4.0-rc.24"
11+
"@stream44.studio/t44": "^0.4.0-rc.24",
12+
"@stream44.studio/encapsulate": "^0.4.0-rc.25"
1313
},
1414
"devDependencies": {
1515
"@types/bun": "^1.3.4",

0 commit comments

Comments
 (0)