We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90806ff commit 493f4dfCopy full SHA for 493f4df
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "the-moby-effect",
3
- "version": "1.51.2",
+ "version": "1.51.3",
4
"description": "Moby/Docker API client built using effect-ts",
5
"keywords": [
6
"moby",
@@ -141,8 +141,8 @@
141
"access": "public",
142
"exports": {
143
"./package.json": "./package.json",
144
- ".": "./dist/index.ts",
145
- "./*": "./dist/*.ts",
+ ".": "./dist/index.js",
+ "./*": "./dist/*.js",
146
"./internal/*": null
147
}
148
},
0 commit comments