@dfinity/principal
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "@dfinity/principal", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
"license": "Apache-2.0", | ||
"description": "JavaScript and TypeScript library to work with Internet Computer principals", | ||
"homepage": "https://smartcontracts.org", | ||
"homepage": "https://internetcomputer.org", | ||
"repository": { | ||
@@ -39,3 +39,4 @@ "type": "git", | ||
"build": "tsc -b && tsc -p tsconfig-cjs.json", | ||
"bundle": "npm run build", | ||
"bundle": "esbuild --bundle src/index.ts --outfile=dist/index.js", | ||
"size-limit": "size-limit", | ||
"lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'", | ||
@@ -52,5 +53,7 @@ "lint:fix": "npm run lint -- --fix", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.15.16", | ||
"eslint": "^8.19.0", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"jest": "^28.1.2", | ||
"size-limit": "^8.1.0", | ||
"text-encoding": "^0.7.0", | ||
@@ -66,3 +69,10 @@ "ts-jest": "^28.0.5", | ||
"ts-node": "^10.8.2" | ||
} | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "./dist/index.js", | ||
"limit": "100 kB", | ||
"webpack": false | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
140130
14