@near-js/types
Advanced tools
Comparing version 0.3.0-next.0 to 0.3.0-next.1
{ | ||
"name": "@near-js/types", | ||
"version": "0.3.0-next.0", | ||
"version": "0.3.0-next.1", | ||
"description": "TypeScript types for working with the Near JS API", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
@@ -20,5 +20,9 @@ "keywords": [], | ||
], | ||
"exports": { | ||
"require": "./lib/commonjs/index.js", | ||
"import": "./lib/esm/index.js" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts", | ||
@@ -25,0 +29,0 @@ "lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts --fix" |
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
57619
57
1038
1