We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e27b8 commit 86f5be9Copy full SHA for 86f5be9
2 files changed
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@stream44.studio/t44-docker.com",
3
- "version": "0.1.0-rc.4",
+ "version": "0.1.0-rc.5",
4
"private": false,
5
"license": "MIT",
6
"type": "module",
7
"scripts": {
8
"test": "bun test"
9
},
10
"dependencies": {
11
- "t44": "^0.4.0-rc.20",
12
- "@stream44.studio/encapsulate": "^0.4.0-rc.21"
+ "t44": "^0.4.0-rc.22",
+ "@stream44.studio/encapsulate": "^0.4.0-rc.23"
13
14
"devDependencies": {
15
"@types/bun": "^1.3.4",
tsconfig.json
@@ -1,5 +1,4 @@
- "extends": "../../../tsconfig.paths.json",
"compilerOptions": {
"target": "es2021",
"module": "esnext",
0 commit comments