@salesforce/lds-graphql-parser
Advanced tools
Comparing version 1.115.0 to 1.116.0
{ | ||
"name": "@salesforce/lds-graphql-parser", | ||
"version": "1.115.0", | ||
"version": "1.116.0", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -32,3 +32,3 @@ "description": "LDS graphql parser for SFDC", | ||
"test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand", | ||
"test:size": "bundlesize", | ||
"test:size": "luvioBundlesize", | ||
"release:core": "yarn build && ../core-build/scripts/core.js --name=lds-graphql-parser" | ||
@@ -39,7 +39,10 @@ }, | ||
}, | ||
"bundlesize": [ | ||
"luvioBundlesize": [ | ||
{ | ||
"path": "./dist/ldsGraphqlParser.js", | ||
"maxSize": "70 kB", | ||
"compression": "brotli" | ||
"maxSize": { | ||
"none": "370 kB", | ||
"min": "158 kB", | ||
"compressed": "60 kB" | ||
} | ||
} | ||
@@ -46,0 +49,0 @@ ], |
Sorry, the diff of this file is too big to display
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
377609