@yandex-cloud/axios-wrapper
Advanced tools
Comparing version 1.0.2 to 1.1.0
# Changelog | ||
## [1.1.0](https://www.github.com/yandex-cloud/axios-wrapper/compare/v1.0.2...v1.1.0) (2022-02-25) | ||
### Features | ||
* add commonjs build to package.json ([2747900](https://www.github.com/yandex-cloud/axios-wrapper/commit/27479003b85432022c68e9582732354f52fd798b)) | ||
### [1.0.2](https://www.github.com/yandex-cloud/axios-wrapper/compare/v1.0.1...v1.0.2) (2021-12-23) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@yandex-cloud/axios-wrapper", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Generic helper class for wrapping axios calls", | ||
"main": "build/esm/index.js", | ||
"module": "build/esm/index.js", | ||
"main": "build/cjs/index.js", | ||
"typings": "build/esm/index.d.ts", | ||
@@ -13,5 +14,6 @@ "files": [ | ||
"test:unit": "exit 0", | ||
"build": "npm run build:clean && npm run build:compile", | ||
"build:clean": "rm -rf lib", | ||
"build:compile": "tsc", | ||
"build": "npm run build:clean && npm run build:esm && npm run build:cjs", | ||
"build:clean": "rm -rf build", | ||
"build:esm": "tsc --module esnext --outDir build/esm", | ||
"build:cjs": "tsc --module commonjs --outDir build/cjs", | ||
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx", | ||
@@ -18,0 +20,0 @@ "lint:prettier": "prettier --check --loglevel=error '**/*.{js,jsx,ts,tsx}'", |
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
28087
12
573