@near-js/types
Advanced tools
Comparing version 1.0.0-next.7 to 1.0.0-next.8
{ | ||
"name": "@near-js/types", | ||
"version": "1.0.0-next.7", | ||
"version": "1.0.0-next.8", | ||
"description": "TypeScript types for working with the Near JS API", | ||
@@ -23,7 +23,7 @@ "main": "./lib/commonjs/index.cjs", | ||
"require": "./lib/commonjs/index.cjs", | ||
"import": "./lib/esm/index.js" | ||
"import": "./lib/esm/index.mjs" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile:esm && pnpm compile:cjs", | ||
"compile:esm": "tsc -p tsconfig.json", | ||
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm", | ||
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs", | ||
@@ -30,0 +30,0 @@ "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts", |
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
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
57795