@zeitgeistpm/indexer
Advanced tools
Comparing version 2.0.25 to 2.0.26
# @zeitgeistpm/indexer | ||
## 2.0.26 | ||
### Patch Changes | ||
- Rollup | ||
## 2.0.25 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@zeitgeistpm/indexer", | ||
"version": "2.0.25", | ||
"version": "2.0.26", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"scripts": { | ||
"build": "graphql-codegen && yarn compile", | ||
"compile": "rimraf ./dist && tsc" | ||
"compile": "rimraf ./dist && rollup -c" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
{ | ||
"extends": "tsconfig/base.json", | ||
"include": ["./src"], | ||
"exclude": ["dist", "build", "node_modules"], | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"noUnusedLocals": false, | ||
"noUnusedParameters": false, | ||
"paths": { | ||
"@zeitgeistpm/augment-api/*": ["src/*"], | ||
}, | ||
"outDir": "dist" | ||
}, | ||
"exclude": [ | ||
"dist", | ||
"scripts" | ||
] | ||
"moduleResolution": "node", | ||
} | ||
} |
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
643184
58
8894
1