@nhost/core
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "@nhost/core", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Nhost core client library", | ||
@@ -23,2 +23,15 @@ "license": "MIT", | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"axios": "^0.25.0", | ||
"broadcast-channel": "^4.10.0", | ||
"js-cookie": "^3.0.1", | ||
"xstate": "^4.30.5" | ||
}, | ||
"scripts": { | ||
@@ -36,24 +49,11 @@ "build": "run-s build:esbuild build:types", | ||
}, | ||
"main": "src/index.ts", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs.js" | ||
} | ||
"module": "dist/index.es.js", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"axios": "^0.25.0", | ||
"broadcast-channel": "^4.10.0", | ||
"js-cookie": "^3.0.1", | ||
"xstate": "^4.30.5" | ||
} | ||
} | ||
"readme": "# nhost/core\n" | ||
} |
670405
1707