isolate-package
Advanced tools
Comparing version 1.10.1 to 1.11.0
{ | ||
"name": "isolate-package", | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"description": "Isolate a monorepo package with its shared dependencies to form a self-contained directory, compatible with Firebase deploy", | ||
@@ -28,3 +28,6 @@ "author": "Thijs Koerselman", | ||
"exports": { | ||
".": "./dist/index.mjs" | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
@@ -31,0 +34,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
242987
2136