Skip to content

Commit caba21d

Browse files
committed
Merge branch 'added-type-exports'
2 parents 45cb707 + bdcfe11 commit caba21d

File tree

4 files changed

+93
-65
lines changed

4 files changed

+93
-65
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
22
"name": "morphcloud",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A Typescript SDK for creating, managing, and interacting with Morph Cloud VMs.",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
7-
"types": "dist/index.d.ts",
87
"files": [
98
"dist",
109
"src"
1110
],
1211
"exports": {
1312
".": {
1413
"import": {
15-
"types": "./dist/index.d.mts",
14+
"types": "./dist/index.d.ts",
1615
"default": "./dist/index.mjs"
1716
},
1817
"require": {
19-
"types": "./dist/index.d.cts",
18+
"types": "./dist/index.d.ts",
2019
"default": "./dist/index.cjs"
2120
}
2221
}

0 commit comments

Comments
 (0)