@reactioncommerce/api-utils
Advanced tools
Comparing version 1.7.3 to 1.8.0
@@ -6,4 +6,4 @@ import mockCollection from "./mockCollection.js"; | ||
appEvents: { | ||
emit() { }, | ||
on() { } | ||
emit: jest.fn().mockName("appEvents.emit"), | ||
on: jest.fn().mockName("appEvents.on") | ||
}, | ||
@@ -10,0 +10,0 @@ collections: {}, |
{ | ||
"name": "@reactioncommerce/api-utils", | ||
"description": "Utility functions for the Reaction API", | ||
"version": "1.7.3", | ||
"version": "1.8.0", | ||
"main": "index.js", | ||
"type": "module", | ||
"engines": { | ||
"node": ">=12.14.1" | ||
}, | ||
"homepage": "https://github.com/reactioncommerce/api-utils", | ||
@@ -30,29 +33,29 @@ "url": "https://github.com/reactioncommerce/api-utils", | ||
"dependencies": { | ||
"@reactioncommerce/logger": "^1.1.2", | ||
"@reactioncommerce/random": "^1.0.1", | ||
"@reactioncommerce/logger": "^1.1.3", | ||
"@reactioncommerce/random": "^1.0.2", | ||
"@reactioncommerce/reaction-error": "^1.0.1", | ||
"accounting-js": "^1.1.1", | ||
"callsite": "^1.0.0", | ||
"graphql": "^14.5.8", | ||
"graphql": "^14.6.0", | ||
"graphql-fields": "^2.0.3", | ||
"graphql-relay": "^0.6.0", | ||
"lodash": "^4.17.15", | ||
"ramda": "^0.26.1", | ||
"transliteration": "^2.1.7" | ||
"ramda": "^0.27.0", | ||
"transliteration": "^2.1.8" | ||
}, | ||
"devDependencies": { | ||
"@reactioncommerce/eslint-config": "^2.1.0", | ||
"babel-eslint": "^10.0.3", | ||
"@reactioncommerce/eslint-config": "^2.1.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-rewire-exports": "^2.0.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"eslint": "^6.4.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.17.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.14.3", | ||
"eslint-plugin-react-hooks": "^2.0.1", | ||
"jest": "^24.9.0", | ||
"semantic-release": "^15.13.24" | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^3.0.0", | ||
"jest": "^25.2.3", | ||
"semantic-release": "^17.0.4" | ||
}, | ||
@@ -74,2 +77,7 @@ "scripts": { | ||
"extends": "@reactioncommerce", | ||
"settings": { | ||
"react": { | ||
"version": "latest" | ||
} | ||
}, | ||
"parserOptions": { | ||
@@ -91,3 +99,3 @@ "ecmaVersion": 2020, | ||
"release": { | ||
"branch": "trunk" | ||
"branches": "trunk" | ||
}, | ||
@@ -94,0 +102,0 @@ "publishConfig": { |
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
148236
65
5094
+ Addedramda@0.27.2(transitive)
- Removedramda@0.26.1(transitive)
Updatedgraphql@^14.6.0
Updatedramda@^0.27.0
Updatedtransliteration@^2.1.8