@firestitch/api
Advanced tools
Comparing version 12.4.0 to 13.1.0
{ | ||
"name": "@firestitch/api", | ||
"version": "12.4.0", | ||
"version": "13.1.0", | ||
"repository": { | ||
@@ -23,8 +23,21 @@ "type": "git", | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-api.umd.js", | ||
"module": "fesm2015/firestitch-api.js", | ||
"es2015": "fesm2015/firestitch-api.js", | ||
"esm2015": "esm2015/firestitch-api.js", | ||
"fesm2015": "fesm2015/firestitch-api.js", | ||
"typings": "firestitch-api.d.ts" | ||
"module": "fesm2015/firestitch-api.mjs", | ||
"es2020": "fesm2020/firestitch-api.mjs", | ||
"esm2020": "esm2020/firestitch-api.mjs", | ||
"fesm2020": "fesm2020/firestitch-api.mjs", | ||
"fesm2015": "fesm2015/firestitch-api.mjs", | ||
"typings": "firestitch-api.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-api.d.ts", | ||
"esm2020": "./esm2020/firestitch-api.mjs", | ||
"es2020": "./fesm2020/firestitch-api.mjs", | ||
"es2015": "./fesm2015/firestitch-api.mjs", | ||
"node": "./fesm2015/firestitch-api.mjs", | ||
"default": "./fesm2020/firestitch-api.mjs" | ||
} | ||
} | ||
} |
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
273300
2495
1