the-moby-effect 1.48.2 → 1.48.4
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/Callbacks/package.json +2 -2
- package/DindEngine/package.json +2 -2
- package/DockerComposeEngine/package.json +2 -2
- package/DockerEngine/package.json +2 -2
- package/MobyConnection/package.json +2 -2
- package/MobyConvey/package.json +2 -2
- package/MobyDemux/package.json +2 -2
- package/MobyEndpoints/package.json +2 -2
- package/MobyPlatforms/package.json +2 -2
- package/MobySchemas/package.json +2 -2
- package/PodmanEngine/package.json +2 -2
- package/Promises/package.json +2 -2
- package/index/package.json +6 -0
- package/package.json +19 -11
package/Callbacks/package.json
CHANGED
package/DindEngine/package.json
CHANGED
package/MobyConvey/package.json
CHANGED
package/MobyDemux/package.json
CHANGED
package/MobySchemas/package.json
CHANGED
package/Promises/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "the-moby-effect",
|
|
3
|
-
"version": "1.48.
|
|
3
|
+
"version": "1.48.4",
|
|
4
4
|
"description": "Moby/Docker API client built using effect-ts",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
"author": "Leo Conforti <leo@leoconforti.us> (https://leoconforti.us)",
|
|
12
12
|
"homepage": "https://github.com/leonitousconforti/the-moby-effect",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"eftar": "0.0.
|
|
14
|
+
"eftar": "0.0.58"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@effect/cluster": "0.
|
|
18
|
-
"@effect/experimental": "0.44.
|
|
19
|
-
"@effect/platform": "0.80.
|
|
20
|
-
"@effect/platform-browser": "0.60.
|
|
21
|
-
"@effect/platform-bun": "0.
|
|
22
|
-
"@effect/platform-node": "0.
|
|
23
|
-
"@effect/rpc": "0.
|
|
24
|
-
"@effect/sql": "0.33.
|
|
25
|
-
"effect": "3.14.
|
|
17
|
+
"@effect/cluster": "0.30.3",
|
|
18
|
+
"@effect/experimental": "0.44.15",
|
|
19
|
+
"@effect/platform": "0.80.15",
|
|
20
|
+
"@effect/platform-browser": "0.60.6",
|
|
21
|
+
"@effect/platform-bun": "0.61.3",
|
|
22
|
+
"@effect/platform-node": "0.77.3",
|
|
23
|
+
"@effect/rpc": "0.56.3",
|
|
24
|
+
"@effect/sql": "0.33.15",
|
|
25
|
+
"effect": "3.14.15"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
28
28
|
"@effect/platform-browser": {
|
|
@@ -122,6 +122,11 @@
|
|
|
122
122
|
"types": "./dist/dts/Promises.d.ts",
|
|
123
123
|
"import": "./dist/esm/Promises.js",
|
|
124
124
|
"default": "./dist/cjs/Promises.js"
|
|
125
|
+
},
|
|
126
|
+
"./index": {
|
|
127
|
+
"types": "./dist/dts/index.d.ts",
|
|
128
|
+
"import": "./dist/esm/index.js",
|
|
129
|
+
"default": "./dist/cjs/index.js"
|
|
125
130
|
}
|
|
126
131
|
},
|
|
127
132
|
"typesVersions": {
|
|
@@ -161,6 +166,9 @@
|
|
|
161
166
|
],
|
|
162
167
|
"Promises": [
|
|
163
168
|
"./dist/dts/Promises.d.ts"
|
|
169
|
+
],
|
|
170
|
+
"index": [
|
|
171
|
+
"./dist/dts/index.d.ts"
|
|
164
172
|
]
|
|
165
173
|
}
|
|
166
174
|
}
|