@nuclia/core
Advanced tools
Comparing version 1.19.0 to 1.19.1
@@ -0,1 +1,7 @@ | ||
# 1.19.1 (2024-08-14) | ||
### Bug fix | ||
- Remove wrong `exports` path in package.json | ||
# 1.19.0 (2024-08-14) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@nuclia/core", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "SDK allowing to integrate Nuclia services in your frontend application", | ||
@@ -12,8 +12,2 @@ "license": "MIT", | ||
"module": "esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./esm/index.js", | ||
"require": "./umd/index.js" | ||
} | ||
}, | ||
"types": "types/index.d.ts", | ||
@@ -20,0 +14,0 @@ "peerDependencies": { |
531776