@lion/ajax
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.2...@lion/ajax@0.4.3) (2020-06-18) | ||
**Note:** Version bump only for package @lion/ajax | ||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.1...@lion/ajax@0.4.2) (2020-06-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@lion/ajax", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Thin wrapper around axios to allow for custom interceptors", | ||
"license": "MIT", | ||
"author": "ing-bank", | ||
"homepage": "https://github.com/ing-bank/lion/", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -16,29 +13,32 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"start": "cd ../../ && yarn dev-server --open packages/ajax/README.md", | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/ajax/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/ajax/test/**/*.test.js\"" | ||
}, | ||
"keywords": [ | ||
"lion", | ||
"web-components", | ||
"ajax" | ||
], | ||
"main": "index.js", | ||
"module": "index.js", | ||
"files": [ | ||
"*.js", | ||
"docs", | ||
"src", | ||
"test", | ||
"translations", | ||
"*.js" | ||
"translations" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"start": "cd ../../ && yarn dev-server --open packages/ajax/README.md", | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/ajax/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/ajax/test/**/*.test.js\"" | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@bundled-es-modules/axios": "0.18.1", | ||
"@lion/core": "0.7.1", | ||
"singleton-manager": "1.0.0" | ||
"@lion/core": "0.7.2", | ||
"singleton-manager": "1.1.0" | ||
}, | ||
"gitHead": "8d9225c040ffba5d697a91dfc01035f640e9004f" | ||
"keywords": [ | ||
"ajax", | ||
"lion", | ||
"web-components" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524" | ||
} |
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
48952
+ Added@lion/core@0.7.2(transitive)
+ Addedsingleton-manager@1.1.0(transitive)
- Removed@lion/core@0.7.1(transitive)
- Removedsingleton-manager@1.0.0(transitive)
Updated@lion/core@0.7.2
Updatedsingleton-manager@1.1.0