@chain-registry/types
Advanced tools
Comparing version 0.21.1 to 0.22.0
{ | ||
"name": "@chain-registry/types", | ||
"version": "0.21.1", | ||
"version": "0.22.0", | ||
"description": "Chain Registry types", | ||
@@ -8,28 +8,8 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"main": "main/index.js", | ||
"typings": "types/index.d.ts", | ||
"directories": { | ||
"lib": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"types", | ||
"main" | ||
], | ||
"scripts": { | ||
"build": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"", | ||
"build:ts": "tsc", | ||
"buidl": "npm run build && npm run build:ts", | ||
"prepare": "npm run build", | ||
"dev": "cross-env NODE_ENV=development babel-node src/telescope --extensions \".tsx,.ts,.js\"", | ||
"watch": "cross-env NODE_ENV=development babel-watch src/telescope --extensions \".tsx,.ts,.js\"", | ||
"file": "cross-env NODE_ENV=development babel-watch src/file --extensions \".tsx,.ts,.js\"", | ||
"lint": "eslint --ext .ts,.tsx,.js .", | ||
"format": "eslint --fix . --ext .ts,.tsx,.js", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:debug": "node --inspect node_modules/.bin/jest --runInBand" | ||
}, | ||
"main": "index.js", | ||
"module": "esm/index.js", | ||
"types": "index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"directory": "dist" | ||
}, | ||
@@ -40,39 +20,20 @@ "repository": { | ||
}, | ||
"keywords": [], | ||
"bugs": { | ||
"url": "https://github.com/cosmology-tech/chain-registry/issues" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.21.0", | ||
"@babel/core": "7.21.4", | ||
"@babel/eslint-parser": "^7.21.3", | ||
"@babel/node": "^7.20.7", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "7.18.10", | ||
"@babel/plugin-proposal-object-rest-spread": "7.20.7", | ||
"@babel/plugin-transform-runtime": "7.21.4", | ||
"@babel/preset-env": "7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@types/jest": "^29.5.1", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "29.5.0", | ||
"babel-watch": "^7.7.2", | ||
"cross-env": "^7.0.2", | ||
"eslint": "8.38.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "8.0.0", | ||
"eslint-plugin-unused-imports": "2.0.0", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.7", | ||
"regenerator-runtime": "^0.13.11", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^5.0.4" | ||
"scripts": { | ||
"copy": "copyfiles -f ../../LICENSE README.md package.json dist", | ||
"clean": "del dist/**", | ||
"prepare": "npm run build", | ||
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.0" | ||
}, | ||
"gitHead": "bfed96d5fbfd612daf7633f6081818003ee96b09" | ||
"keywords": [ | ||
"chain-registry", | ||
"web3", | ||
"cosmos", | ||
"interchain" | ||
], | ||
"gitHead": "6ab76eb78930252277ff9ed0bfd035fd9d91a3d6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
0
28
16415
453
1
- Removed@babel/runtime@^7.21.0
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)