Skip to content

Commit 86f5be9

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent e8e27b8 commit 86f5be9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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.4",
3+
"version": "0.1.0-rc.5",
44
"private": false,
55
"license": "MIT",
66
"type": "module",
77
"scripts": {
88
"test": "bun test"
99
},
1010
"dependencies": {
11-
"t44": "^0.4.0-rc.20",
12-
"@stream44.studio/encapsulate": "^0.4.0-rc.21"
11+
"t44": "^0.4.0-rc.22",
12+
"@stream44.studio/encapsulate": "^0.4.0-rc.23"
1313
},
1414
"devDependencies": {
1515
"@types/bun": "^1.3.4",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"extends": "../../../tsconfig.paths.json",
32
"compilerOptions": {
43
"target": "es2021",
54
"module": "esnext",

0 commit comments

Comments
 (0)