Skip to content

Commit fdf8e6d

Browse files
committed
1 parent 9e2e8ca commit fdf8e6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+308
-26
lines changed

packages/async-queue/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/async-queue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/async-queue",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/dedupe/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
**Note:** Version bump only for package @alwatr/dedupe

packages/dedupe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/dedupe",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/deep-clone/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/deep-clone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/deep-clone",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Clone deeply nested objects and arrays in JavaScript.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/delay/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/delay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/delay",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Comprehensive toolkit for managing asynchronous operations.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/env/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/env",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/eslint-config/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/eslint-config",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/exit-hook/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/exit-hook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/exit-hook",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A utility for registering exit handlers in Node.js.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/fetch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/fetch",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/flat-string/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/flat-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/flat-string",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/flatomise/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Features

packages/flatomise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/flatomise",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A utility for creating promises that can be externally resolved or rejected.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/global-this/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/global-this/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/global-this",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Provides access to `globalThis`, ensuring cross-platform compatibility, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/http-primer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/http-primer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/http-primer",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/is-number/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/is-number/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/is-number",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/local-storage/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
## 5.3.0 (2025-02-03)

packages/local-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/local-storage",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "`localJsonStorage` is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/logger/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/logger",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

packages/nano-build/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-03-06)
7+
8+
### Miscellaneous Chores
9+
10+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11+
12+
### Dependencies update
13+
14+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15+
616
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2025-02-18)
717

818
### Dependencies update

packages/nano-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alwatr/nano-build",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)