@alwatr/nanolib
Advanced tools
Comparing version 1.5.1 to 5.0.0
@@ -6,2 +6,47 @@ # Change Log | ||
## 5.0.0 (2024-11-02) | ||
### ⚠ BREAKING CHANGES | ||
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. | ||
### Features | ||
* **nanolib:** add `global-this` ([97aa2d0](https://github.com/Alwatr/nanolib/commit/97aa2d043d7e81dddc4fb37628a9ac94b78110aa)) by @ | ||
* **nanolib:** add `nanolib` package to export the common packages ([1610b1e](https://github.com/Alwatr/nanolib/commit/1610b1eb5dd7e7f10505b35ae016889c7f4b6b24)) by @ | ||
* **nanolib:** add demo test file ([0e98a3e](https://github.com/Alwatr/nanolib/commit/0e98a3e899fb7ce172bdf879ca6c0e6a46068612)) by @ | ||
* **nanolib:** export `http-utils` ([ab816d2](https://github.com/Alwatr/nanolib/commit/ab816d20640e2999d75f03a07abf724f9818b5de)) by @ | ||
* **nanolib:** export `node` packages from their files ([e039a2f](https://github.com/Alwatr/nanolib/commit/e039a2f75e572943d5dfb1cedebe1d8fc4dfdcc6)) by @ | ||
* **nanolib:** export `resolve-url` from `nanolib` package ([ea40407](https://github.com/Alwatr/nanolib/commit/ea404076aabbc05fdf87c5da1c94f3424fb91742)) by @ | ||
* **nanolib:** separate export from `dedupe` package ([10c5ffc](https://github.com/Alwatr/nanolib/commit/10c5ffcb5fc208796410c9a99a6e41ad1992bc46)) by @ | ||
* **nanolib:** use `get-env-package` ([0e9e492](https://github.com/Alwatr/nanolib/commit/0e9e492210f2aad5d176ed0a3d268f12dd75a4bd)) by @ | ||
### Bug Fixes | ||
* **nanolib:** export `unicode-digits` & update its deps ([28a6a65](https://github.com/Alwatr/nanolib/commit/28a6a65b2cf213ebb2db53722e28421e9a8bf752)) by @ | ||
* **nanolib:** set `preset` option of `nano-build` to `module3` ([2d49433](https://github.com/Alwatr/nanolib/commit/2d494338c98ae9ef152ac1823c4288d6cc486cf7)) by @ | ||
* **nanolib:** update `exports` key for new files ([0e9f4aa](https://github.com/Alwatr/nanolib/commit/0e9f4aa896c730afda713ea1e65e2c4ff70c4054)) by @ | ||
* **nanolib:** Update package.json to use "@alwatr/env" instead of "@alwatr/get-env" ([fd03dc0](https://github.com/Alwatr/nanolib/commit/fd03dc0d168a97758ddede62e7eb5c41c7cc2567)) by @ | ||
### Code Refactoring | ||
* **env:** rename package and function ([6d72576](https://github.com/Alwatr/nanolib/commit/6d72576576964ba4bf3bdc5767e14d9293f941c9)) by @ | ||
* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @ | ||
* **nanolib:** export `global-this` & update `exports` key in `package.json` ([42c8081](https://github.com/Alwatr/nanolib/commit/42c8081784cc41b28a151de7ae2e0a65b9391498)) by @ | ||
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ | ||
### Miscellaneous Chores | ||
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @ | ||
* update devDependencies in package.json ([4d366af](https://github.com/Alwatr/nanolib/commit/4d366af59509004786ba5787c7bc322afb353e02)) by @ | ||
* version ([62983c0](https://github.com/Alwatr/nanolib/commit/62983c0009e8d77e9472bcbb8ccb49b0cff60947)) by @ | ||
### Dependencies update | ||
* bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @ | ||
* update ([43ccc7c](https://github.com/Alwatr/nanolib/commit/43ccc7cd4e50e87fbb333b5a836bb8f4bedd462d)) by @ | ||
* update ([c958a81](https://github.com/Alwatr/nanolib/commit/c958a818ad10ba590f141f05aea1ac135d3e0fd5)) by @ | ||
* update ([ef384e7](https://github.com/Alwatr/nanolib/commit/ef384e71ca5465a52fa9531eebde7325464a54b0)) by @ | ||
* update ([ec228ca](https://github.com/Alwatr/nanolib/commit/ec228ca8887a7210cd974b279318b61ec6b2c7f6)) by @ | ||
## [1.5.1](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.5.0...@alwatr/nanolib@1.5.1) (2024-11-02) | ||
@@ -8,0 +53,0 @@ |
{ | ||
"name": "@alwatr/nanolib", | ||
"version": "1.5.1", | ||
"version": "5.0.0", | ||
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", | ||
@@ -91,31 +91,31 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/async-queue": "^1.3.8", | ||
"@alwatr/dedupe": "^1.1.8", | ||
"@alwatr/deep-clone": "^1.1.8", | ||
"@alwatr/delay": "^1.0.8", | ||
"@alwatr/env": "^1.0.1", | ||
"@alwatr/exit-hook": "^1.1.8", | ||
"@alwatr/fetch": "^4.2.1", | ||
"@alwatr/flat-string": "^1.1.8", | ||
"@alwatr/flatomise": "^1.2.8", | ||
"@alwatr/global-this": "^1.0.3", | ||
"@alwatr/http-primer": "^1.0.1", | ||
"@alwatr/is-number": "^1.1.8", | ||
"@alwatr/local-storage": "^1.1.8", | ||
"@alwatr/logger": "^4.0.8", | ||
"@alwatr/node-fs": "^1.1.8", | ||
"@alwatr/package-tracer": "^1.0.8", | ||
"@alwatr/parse-duration": "^1.1.8", | ||
"@alwatr/platform-info": "^1.2.8", | ||
"@alwatr/render-state": "^1.0.8", | ||
"@alwatr/resolve-url": "^1.0.2", | ||
"@alwatr/unicode-digits": "^1.1.3" | ||
"@alwatr/async-queue": "^5.0.0", | ||
"@alwatr/dedupe": "^5.0.0", | ||
"@alwatr/deep-clone": "^5.0.0", | ||
"@alwatr/delay": "^5.0.0", | ||
"@alwatr/env": "^5.0.0", | ||
"@alwatr/exit-hook": "^5.0.0", | ||
"@alwatr/fetch": "^5.0.0", | ||
"@alwatr/flat-string": "^5.0.0", | ||
"@alwatr/flatomise": "^5.0.0", | ||
"@alwatr/global-this": "^5.0.0", | ||
"@alwatr/http-primer": "^5.0.0", | ||
"@alwatr/is-number": "^5.0.0", | ||
"@alwatr/local-storage": "^5.0.0", | ||
"@alwatr/logger": "^5.0.0", | ||
"@alwatr/node-fs": "^5.0.0", | ||
"@alwatr/package-tracer": "^5.0.0", | ||
"@alwatr/parse-duration": "^5.0.0", | ||
"@alwatr/platform-info": "^5.0.0", | ||
"@alwatr/render-state": "^5.0.0", | ||
"@alwatr/resolve-url": "^5.0.0", | ||
"@alwatr/unicode-digits": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.4", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2" | ||
"gitHead": "7d12943fafa8ef50636346e66ff56c50e2fd0c72" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60719
+ Added@alwatr/async-queue@5.0.0(transitive)
+ Added@alwatr/dedupe@5.0.0(transitive)
+ Added@alwatr/deep-clone@5.0.0(transitive)
+ Added@alwatr/delay@5.0.0(transitive)
+ Added@alwatr/env@5.0.0(transitive)
+ Added@alwatr/exit-hook@5.0.0(transitive)
+ Added@alwatr/fetch@5.2.1(transitive)
+ Added@alwatr/flat-string@5.0.0(transitive)
+ Added@alwatr/flatomise@5.0.0(transitive)
+ Added@alwatr/global-this@5.0.0(transitive)
+ Added@alwatr/http-primer@5.0.0(transitive)
+ Added@alwatr/is-number@5.0.0(transitive)
+ Added@alwatr/local-storage@5.0.0(transitive)
+ Added@alwatr/logger@5.0.0(transitive)
+ Added@alwatr/node-fs@5.1.0(transitive)
+ Added@alwatr/package-tracer@5.0.0(transitive)
+ Added@alwatr/parse-duration@5.0.0(transitive)
+ Added@alwatr/platform-info@5.0.0(transitive)
+ Added@alwatr/polyfill-has-own@5.0.0(transitive)
+ Added@alwatr/render-state@5.0.0(transitive)
+ Added@alwatr/resolve-url@5.0.0(transitive)
+ Added@alwatr/unicode-digits@5.0.0(transitive)
- Removed@alwatr/async-queue@1.3.8(transitive)
- Removed@alwatr/dedupe@1.1.8(transitive)
- Removed@alwatr/deep-clone@1.1.8(transitive)
- Removed@alwatr/delay@1.0.8(transitive)
- Removed@alwatr/env@1.0.1(transitive)
- Removed@alwatr/exit-hook@1.1.8(transitive)
- Removed@alwatr/fetch@4.2.1(transitive)
- Removed@alwatr/flat-string@1.1.8(transitive)
- Removed@alwatr/flatomise@1.2.8(transitive)
- Removed@alwatr/global-this@1.0.3(transitive)
- Removed@alwatr/http-primer@1.0.1(transitive)
- Removed@alwatr/is-number@1.1.8(transitive)
- Removed@alwatr/local-storage@1.1.8(transitive)
- Removed@alwatr/logger@4.0.8(transitive)
- Removed@alwatr/node-fs@1.1.8(transitive)
- Removed@alwatr/package-tracer@1.0.8(transitive)
- Removed@alwatr/parse-duration@1.1.8(transitive)
- Removed@alwatr/platform-info@1.2.8(transitive)
- Removed@alwatr/polyfill-has-own@1.1.8(transitive)
- Removed@alwatr/render-state@1.0.8(transitive)
- Removed@alwatr/resolve-url@1.0.2(transitive)
- Removed@alwatr/unicode-digits@1.1.3(transitive)
Updated@alwatr/async-queue@^5.0.0
Updated@alwatr/dedupe@^5.0.0
Updated@alwatr/deep-clone@^5.0.0
Updated@alwatr/delay@^5.0.0
Updated@alwatr/env@^5.0.0
Updated@alwatr/exit-hook@^5.0.0
Updated@alwatr/fetch@^5.0.0
Updated@alwatr/flat-string@^5.0.0
Updated@alwatr/flatomise@^5.0.0
Updated@alwatr/global-this@^5.0.0
Updated@alwatr/http-primer@^5.0.0
Updated@alwatr/is-number@^5.0.0
Updated@alwatr/local-storage@^5.0.0
Updated@alwatr/logger@^5.0.0
Updated@alwatr/node-fs@^5.0.0
Updated@alwatr/platform-info@^5.0.0
Updated@alwatr/render-state@^5.0.0
Updated@alwatr/resolve-url@^5.0.0