@uxland/fetch-client
Advanced tools
Comparing version 1.0.1-alpha.8 to 1.0.1-alpha.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1-alpha.9](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.1-alpha.8...@uxland/fetch-client@1.0.1-alpha.9) (2021-03-11) | ||
**Note:** Version bump only for package @uxland/fetch-client | ||
## [1.0.1-alpha.8](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.1-alpha.7...@uxland/fetch-client@1.0.1-alpha.8) (2021-03-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@uxland/fetch-client", | ||
"version": "1.0.1-alpha.8", | ||
"version": "1.0.1-alpha.9", | ||
"description": "Fetch Client", | ||
@@ -10,6 +10,7 @@ "author": "UXLand <dev@uxland.es>", | ||
"module": "index.js", | ||
"types": "lib/index.d.ts", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"!*.config.js", | ||
"!coverage", | ||
"!coverage/*", | ||
"**/*.d.ts", | ||
"**/*.js", | ||
@@ -49,6 +50,6 @@ "lib", | ||
"postjsdoc": "yarn jsdoc:styles && yarn jsdoc:mv", | ||
"esbuild:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir lib", | ||
"esbuild:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir .", | ||
"esbuild:cjs": "esbuild src/index.ts --bundle --minify --target=es2018 --outfile=lib/index.js", | ||
"esbuild:es": "esbuild src/*.ts src/**/*.ts --minify --format=esm --outdir=.", | ||
"esbuild": "npm-run-all --parallel esbuild:es esbuild:cjs" | ||
"esbuild": "npm-run-all --parallel esbuild:es esbuild:dts" | ||
}, | ||
@@ -82,6 +83,6 @@ "bugs": { | ||
"dependencies": { | ||
"@uxland/event-aggregator": "^1.0.1-alpha.8", | ||
"@uxland/event-aggregator": "^1.0.1-alpha.9", | ||
"ramda": "^0.27.1" | ||
}, | ||
"gitHead": "ebaa38deb7f7f27b860f68ba2e01d118478a0c09" | ||
"gitHead": "e4838bb85f706981479f325c2fdf83ffce7cd663" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28
488
1
52311