@lion/ajax
Advanced tools
Comparing version 0.5.13 to 0.5.14
# Change Log | ||
## 0.5.14 | ||
### Patch Changes | ||
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos. | ||
- Updated dependencies [98f1bb7e] | ||
- @lion/core@0.13.7 | ||
- singleton-manager@1.2.1 | ||
## 0.5.13 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@lion/ajax", | ||
"version": "0.5.13", | ||
"version": "0.5.14", | ||
"description": "Thin wrapper around axios to allow for custom interceptors", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"@bundled-es-modules/axios": "0.18.1", | ||
"@lion/core": "0.13.6", | ||
"singleton-manager": "1.2.0" | ||
"@lion/core": "0.13.7", | ||
"singleton-manager": "1.2.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ # Ajax | ||
```js script | ||
import { html } from 'lit-html'; | ||
import { html } from '@lion/core'; | ||
import { ajax } from './src/ajax.js'; | ||
@@ -10,0 +10,0 @@ import { AjaxClass } from './src/AjaxClass.js'; |
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
64843
+ Added@lion/core@0.13.7(transitive)
+ Addedsingleton-manager@1.2.1(transitive)
- Removed@lion/core@0.13.6(transitive)
- Removedsingleton-manager@1.2.0(transitive)
Updated@lion/core@0.13.7
Updatedsingleton-manager@1.2.1