@stream44.studio/t44-docker.com 0.1.0-rc.4 → 0.1.0-rc.6

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/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  <td><a href="https://Stream44.Studio"><img src=".o/stream44.studio/assets/Icon-v1.svg" width="42" height="42"></a></td>
4
4
  <td><strong><a href="https://Stream44.Studio">Stream44 Studio</a></strong><br/>Open Development Project</td>
5
5
  <td>Preview release for community feedback.<br/>Get in touch on <a href="https://discord.gg/9eBcQXEJAN">discord</a>.</td>
6
+ <td>Hand Designed<br/><b>AI Coded Alpha</a></td>
6
7
  </tr>
7
8
  </table>
8
9
 
@@ -13,6 +14,11 @@
13
14
 
14
15
  This project [encapsulates](https://github.com/Stream44/encapsulate) the `docker` command-line tool from [Docker](https://docker.com/) for use in [t44](https://github.com/Stream44/t44).
15
16
 
17
+ Roadmap
18
+ ---
19
+
20
+ - [ ] https://github.com/wagoodman/dive - A tool for exploring each layer in a docker image
21
+
16
22
 
17
23
  Capsules: High Level
18
24
  ---
@@ -52,7 +58,6 @@ Utility to wrap `docker` command-line tool.
52
58
 
53
59
  Utilities for working with containers in docker.
54
60
 
55
-
56
61
  Provenance
57
62
  ===
58
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream44.studio/t44-docker.com",
3
- "version": "0.1.0-rc.4",
3
+ "version": "0.1.0-rc.6",
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.19",
12
- "@stream44.studio/encapsulate": "^0.4.0-rc.21"
11
+ "t44": "^0.4.0-rc.23",
12
+ "@stream44.studio/encapsulate": "^0.4.0-rc.24"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/bun": "^1.3.4",
package/tsconfig.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "extends": "../../../tsconfig.paths.json",
3
2
  "compilerOptions": {
4
3
  "target": "es2021",
5
4
  "module": "esnext",