@dfinity/candid
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "@dfinity/candid", | ||
"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 candid interfaces", | ||
"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", | ||
"ci": "npm run prettier && npm run lint && npm run test", | ||
@@ -54,2 +55,3 @@ "lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.15.16", | ||
"eslint": "^8.19.0", | ||
@@ -60,2 +62,3 @@ "eslint-plugin-jsdoc": "^39.3.3", | ||
"prettier": "^2.0.5", | ||
"size-limit": "^8.1.0", | ||
"text-encoding": "^0.7.0", | ||
@@ -70,3 +73,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
619617
16