@alwatr/polyfill-has-own
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -6,2 +6,22 @@ # Change Log | ||
## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.10...@alwatr/polyfill-has-own@1.1.0) (2024-09-29) | ||
### Features | ||
* use `package-tracer` ([cc3c5f9](https://github.com/Alwatr/nanolib/commit/cc3c5f9c1a3d03f0d81b46835665f16a0426fd0d)) by @mohammadhonarvar | ||
### Bug Fixes | ||
* all dependeny topology ([1c17f34](https://github.com/Alwatr/nanolib/commit/1c17f349adf3e98e2a80ab2da4f0f81028dc9c5f)) by @mohammadhonarvar | ||
* **polyfill-has-own:** use `prototype` to check exactly ([15dfb6e](https://github.com/Alwatr/nanolib/commit/15dfb6e4e5eaa40a7bebeab3b64f6670b2c77949)) by @mohammadhonarvar | ||
### Miscellaneous Chores | ||
* **polyfill-has-own:** change the license to AGPL-3.0 ([afcdf76](https://github.com/Alwatr/nanolib/commit/afcdf76841e70ce515e18581f6ab7d64d8720521)) by @ArmanAsadian | ||
* Update build and lint scripts ([392d0b7](https://github.com/Alwatr/nanolib/commit/392d0b71f446bce336b0256119a80f07aff794ba)) by @AliMD | ||
### Dependencies update | ||
* bump @types/node ([3d80fed](https://github.com/Alwatr/nanolib/commit/3d80fedaf720af792feb060c2f81c737ebb84e11)) by @dependabot[bot] | ||
## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@1.0.9...@alwatr/polyfill-has-own@1.0.10) (2024-09-21) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@alwatr/polyfill-has-own", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "A polyfill for `Object.hasOwn`.", | ||
@@ -37,3 +37,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
}, | ||
"license": "MIT", | ||
"license": "AGPL-3.0-only", | ||
"files": [ | ||
@@ -62,3 +62,3 @@ "**/*.{js,mjs,cjs,map,d.ts,html,md}", | ||
"d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings", | ||
"build": "yarn run build:ts & yarn run build:es", | ||
"build": "yarn run build:ts && yarn run build:es", | ||
"build:es": "nano-build --preset=module", | ||
@@ -71,10 +71,12 @@ "build:ts": "tsc --build", | ||
}, | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.10", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.2.0", | ||
"@types/node": "^22.5.5", | ||
"@alwatr/nano-build": "^1.4.0", | ||
"@alwatr/prettier-config": "^1.0.5", | ||
"@alwatr/tsconfig-base": "^1.3.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
"gitHead": "6d82461cfdee936b30cbc67473a5a5048773255a" | ||
"gitHead": "cc1ea8b688232dcc60e9ebc904ec5566bc25c1ac" | ||
} |
@@ -27,1 +27,15 @@ # Object.hasOwn Polyfill | ||
``` | ||
## Sponsors | ||
The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. | ||
[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) | ||
### Contributing | ||
Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request. | ||
### License | ||
This project is licensed under the [AGPL-3.0 License](LICENSE). |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
44387
4
41
1
3
70
+ Added@alwatr/package-tracer@1.0.8(transitive)