@zeitgeistpm/indexer
Advanced tools
Comparing version 2.0.26 to 2.0.27
# @zeitgeistpm/indexer | ||
## 2.0.27 | ||
### Patch Changes | ||
- default export last | ||
## 2.0.26 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.0.26", | ||
"version": "2.0.27", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
@@ -25,3 +26,11 @@ "module": "./dist/esm/index.js", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
643451
0
Yes