Skip to content

Commit

Permalink
refactor: use the same version as @alwatr/nanolib
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 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.
  • Loading branch information
alimd committed Nov 2, 2024
1 parent 69166a6 commit 60eb860
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "0.0.0",
"version": "5.0.0-0",
"npmClient": "yarn",
"packages": ["packages/*"],
"loglevel": "verbose",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/async-queue",
"version": "1.3.8",
"version": "5.0.0-0",
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/dedupe",
"version": "1.1.8",
"version": "5.0.0-0",
"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).",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/deep-clone",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "Clone deeply nested objects and arrays in JavaScript.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/delay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/delay",
"version": "1.0.8",
"version": "5.0.0-0",
"description": "Comprehensive toolkit for managing asynchronous operations.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/env",
"version": "1.0.1",
"version": "5.0.0-0",
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/eslint-config",
"version": "1.2.11",
"version": "5.0.0-0",
"description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/exit-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/exit-hook",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "A utility for registering exit handlers in Node.js.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "4.2.1",
"version": "5.0.0-0",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/flat-string",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/flatomise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/flatomise",
"version": "1.2.8",
"version": "5.0.0-0",
"description": "A utility for creating promises that can be externally resolved or rejected.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/global-this/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/global-this",
"version": "1.0.3",
"version": "5.0.0-0",
"description": "Provides access to `globalThis`, ensuring cross-platform compatibility, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/http-primer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/http-primer",
"version": "1.0.1",
"version": "5.0.0-0",
"description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/is-number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/is-number",
"version": "1.1.8",
"version": "5.0.0-0",
"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.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/local-storage",
"version": "1.1.8",
"version": "5.0.0-0",
"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.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/logger",
"version": "4.0.8",
"version": "5.0.0-0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nano-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-build",
"version": "2.0.4",
"version": "5.0.0-0",
"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.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nanolib",
"version": "1.5.1",
"version": "5.0.0-0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/node-fs",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/package-tracer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/package-tracer",
"version": "1.0.8",
"version": "5.0.0-0",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-duration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/parse-duration",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "A simple utility to parse a duration string into milliseconds number.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/platform-info",
"version": "1.2.8",
"version": "5.0.0-0",
"description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.0",
"version": "5.0.0-0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"author": "S. Ali Mihandoost <[email protected]>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfill-has-own/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/polyfill-has-own",
"version": "1.1.8",
"version": "5.0.0-0",
"description": "A polyfill for `Object.hasOwn`.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/prettier-config",
"version": "1.0.6",
"version": "5.0.0-0",
"description": "Alwatr's shareable configurations for Prettier.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/redner-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/render-state",
"version": "1.0.8",
"version": "5.0.0-0",
"description": "Clone deeply nested objects and arrays in JavaScript.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/resolve-url",
"version": "1.0.2",
"version": "5.0.0-0",
"description": "A tiny TypeScript library to resolve URLs.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/tsconfig-base",
"version": "1.3.3",
"version": "5.0.0-0",
"description": "This is a base TypeScript configuration for Alwatr projects.",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/type-helper",
"version": "2.0.3",
"version": "5.0.0-0",
"description": "Collection of useful typescript type helpers.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/unicode-digits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/unicode-digits",
"version": "1.1.3",
"version": "5.0.0-0",
"description": "Convert the String of number of the source language to the destination language.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 60eb860

Please sign in to comment.