Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "axaj", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A tiny and trivial AJAX library which uses the Fetch API.", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
], | ||
"author": "Anton Bagdatyev (Tonix-Tuft)", | ||
"author": "Anton Bagdatyev (Tonix)", | ||
"license": "MIT", | ||
@@ -23,3 +23,9 @@ "main": "./dist/axaj.js", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch", | ||
"build": "WEBPACK_ENV=build webpack" | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors", | ||
"build": "WEBPACK_ENV=build webpack", | ||
"publish-git": "npm publish && git push && git push --tags", | ||
"build-all": "npm run build && npm run dev-build", | ||
"publish-patch": "npm run build-all && npm version patch && npm run publish-git", | ||
"publish-minor": "npm run build-all && npm version minor && npm run publish-git", | ||
"publish-major": "npm run build-all && npm version major && npm run publish-git" | ||
}, | ||
@@ -43,4 +49,4 @@ "devDependencies": { | ||
"interval-jitter": "^1.1.1", | ||
"js-utl": "^1.6.0" | ||
"js-utl": "^3.0.0" | ||
} | ||
} |
/* | ||
* Copyright (c) 2020 Anton Bagdatyev (Tonix-Tuft) | ||
* Copyright (c) 2020 Anton Bagdatyev (Tonix) | ||
* | ||
@@ -4,0 +4,0 @@ * Permission is hereby granted, free of charge, to any person |
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
16887
+ Addedcss-in-js-utils@2.0.13.1.0(transitive)
+ Addedgsap@3.12.5(transitive)
+ Addedhyphenate-style-name@1.1.0(transitive)
+ Addedinline-style-prefixer@5.1.2(transitive)
+ Addedisobject@3.0.1(transitive)
+ Addedjs-utl@3.14.0(transitive)
- Removedjs-utl@1.6.0(transitive)
Updatedjs-utl@^3.0.0