@stream44.studio/t44-docker.com 0.1.0-rc.6 → 0.1.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/caps/Cli.test.ts +2 -2
- package/caps/Container.test.ts +2 -2
- package/caps/ContainerContext.test.ts +2 -2
- package/caps/Containers.test.ts +2 -2
- package/caps/Hub.test.ts +2 -2
- package/caps/Image.test.ts +2 -2
- package/caps/ImageContext.test.ts +2 -2
- package/caps/Project.test.ts +2 -2
- package/caps/Project.ts +1 -1
- package/package.json +3 -3
- package/structs/Hub/WorkspaceConnectionConfig.ts +2 -2
package/caps/Cli.test.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
|
|
6
6
|
const {
|
|
7
7
|
test: { describe, it, expect },
|
|
@@ -13,7 +13,7 @@ const {
|
|
|
13
13
|
'#': {
|
|
14
14
|
test: {
|
|
15
15
|
type: CapsulePropertyTypes.Mapping,
|
|
16
|
-
value: 't44/caps/ProjectTest',
|
|
16
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
17
17
|
options: {
|
|
18
18
|
'#': {
|
|
19
19
|
bunTest,
|
package/caps/Container.test.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test --timeout 120000
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
import { join } from 'path'
|
|
6
6
|
import { mkdir, writeFile } from 'fs/promises'
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ const {
|
|
|
16
16
|
'#': {
|
|
17
17
|
test: {
|
|
18
18
|
type: CapsulePropertyTypes.Mapping,
|
|
19
|
-
value: 't44/caps/ProjectTest',
|
|
19
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
20
20
|
options: {
|
|
21
21
|
'#': {
|
|
22
22
|
bunTest,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test --timeout 30000
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
|
|
6
6
|
const {
|
|
7
7
|
test: { describe, it, expect },
|
|
@@ -13,7 +13,7 @@ const {
|
|
|
13
13
|
'#': {
|
|
14
14
|
test: {
|
|
15
15
|
type: CapsulePropertyTypes.Mapping,
|
|
16
|
-
value: 't44/caps/ProjectTest',
|
|
16
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
17
17
|
options: { '#': { bunTest, env: {} } }
|
|
18
18
|
},
|
|
19
19
|
context: {
|
package/caps/Containers.test.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test --timeout 30000
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
|
|
6
6
|
const {
|
|
7
7
|
test: { describe, it, expect },
|
|
@@ -13,7 +13,7 @@ const {
|
|
|
13
13
|
'#': {
|
|
14
14
|
test: {
|
|
15
15
|
type: CapsulePropertyTypes.Mapping,
|
|
16
|
-
value: 't44/caps/ProjectTest',
|
|
16
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
17
17
|
options: { '#': { bunTest, env: {} } }
|
|
18
18
|
},
|
|
19
19
|
containers: {
|
package/caps/Hub.test.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test --timeout 60000
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/workspace-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/workspace-rt'
|
|
5
5
|
|
|
6
6
|
const {
|
|
7
7
|
test: { describe, it, expect },
|
|
@@ -13,7 +13,7 @@ const {
|
|
|
13
13
|
'#': {
|
|
14
14
|
test: {
|
|
15
15
|
type: CapsulePropertyTypes.Mapping,
|
|
16
|
-
value: 't44/caps/ProjectTest',
|
|
16
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
17
17
|
options: {
|
|
18
18
|
'#': {
|
|
19
19
|
bunTest,
|
package/caps/Image.test.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test --timeout 120000
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
import { join } from 'path'
|
|
6
6
|
import { mkdir, writeFile } from 'fs/promises'
|
|
7
7
|
import { existsSync } from 'fs'
|
|
@@ -16,7 +16,7 @@ const {
|
|
|
16
16
|
'#': {
|
|
17
17
|
test: {
|
|
18
18
|
type: CapsulePropertyTypes.Mapping,
|
|
19
|
-
value: 't44/caps/ProjectTest',
|
|
19
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
20
20
|
options: {
|
|
21
21
|
'#': {
|
|
22
22
|
bunTest,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun test
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
|
-
import { run } from 't44/standalone-rt'
|
|
4
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
5
5
|
import { join } from 'path'
|
|
6
6
|
|
|
7
7
|
const {
|
|
@@ -14,7 +14,7 @@ const {
|
|
|
14
14
|
'#': {
|
|
15
15
|
test: {
|
|
16
16
|
type: CapsulePropertyTypes.Mapping,
|
|
17
|
-
value: 't44/caps/ProjectTest',
|
|
17
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
18
18
|
options: {
|
|
19
19
|
'#': {
|
|
20
20
|
bunTest,
|
package/caps/Project.test.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import * as bunTest from 'bun:test'
|
|
4
4
|
import { describe, it, expect } from 'bun:test'
|
|
5
|
-
import { run } from 't44/standalone-rt'
|
|
5
|
+
import { run } from '@stream44.studio/t44/standalone-rt'
|
|
6
6
|
import { join, basename } from 'path'
|
|
7
7
|
import { mkdir, writeFile } from 'fs/promises'
|
|
8
8
|
|
|
@@ -13,7 +13,7 @@ const { test: { workbenchDir } } = await run(async ({ encapsulate, CapsuleProper
|
|
|
13
13
|
'#': {
|
|
14
14
|
test: {
|
|
15
15
|
type: CapsulePropertyTypes.Mapping,
|
|
16
|
-
value: 't44/caps/ProjectTest',
|
|
16
|
+
value: '@stream44.studio/t44/caps/ProjectTest',
|
|
17
17
|
options: { '#': { bunTest, env: {} } }
|
|
18
18
|
},
|
|
19
19
|
}
|
package/caps/Project.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream44.studio/t44-docker.com",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"test": "bun test"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"t44": "^0.4.0-rc.
|
|
12
|
-
"@stream44.studio/encapsulate": "^0.4.0-rc.
|
|
11
|
+
"@stream44.studio/t44": "^0.4.0-rc.24",
|
|
12
|
+
"@stream44.studio/encapsulate": "^0.4.0-rc.25"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/bun": "^1.3.4",
|
|
@@ -6,7 +6,7 @@ export async function capsule({
|
|
|
6
6
|
}: any) {
|
|
7
7
|
return encapsulate({
|
|
8
8
|
'#@stream44.studio/encapsulate/spine-contracts/CapsuleSpineContract.v0': {
|
|
9
|
-
'
|
|
9
|
+
'#@stream44.studio/t44/caps/ConfigSchemaStruct': {
|
|
10
10
|
as: 'schema',
|
|
11
11
|
options: {
|
|
12
12
|
'#': {
|
|
@@ -44,7 +44,7 @@ export async function capsule({
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}, {
|
|
47
|
-
extendsCapsule: 't44/caps/WorkspaceConnection',
|
|
47
|
+
extendsCapsule: '@stream44.studio/t44/caps/WorkspaceConnection',
|
|
48
48
|
importMeta: import.meta,
|
|
49
49
|
importStack: makeImportStack(),
|
|
50
50
|
capsuleName: capsule['#'],
|