@wix/crm_contacts
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "@wix/crm_contacts", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "registry": "https://registry.npmjs.org/", | ||
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles", | ||
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'", | ||
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'", | ||
"test": ":" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"falconPackageHash": "7c218d3eda1b3610b4cb4736eeea757f4cc5ddee255b7c25d89f50f4" | ||
"falconPackageHash": "43757d6d3783a41dfb15f4b893d7422ad0bcd45d7e02e0f8fca8d3f5" | ||
} |
893844