@airstack/airstack-react
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "@airstack/airstack-react", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"type": "module", | ||
@@ -49,4 +49,4 @@ "scripts": { | ||
], | ||
"main": "./dist/airstack-web-sdk.umd.js", | ||
"module": "./dist/airstack-web-sdk.es.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -56,6 +56,11 @@ "exports": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/airstack-web-sdk.es.js", | ||
"require": "./dist/airstack-web-sdk.umd.js" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js" | ||
}, | ||
"./hooks": { | ||
"types": "./dist/hooks/index.d.ts", | ||
"import": "./dist/hooks/index.js", | ||
"require": "./dist/hooks/index.js" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
222231
12