-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from agiletech-web-dev/release
- Loading branch information
Showing
223 changed files
with
466 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,211 +1,21 @@ | ||
{ | ||
"name": "js-utils-es", | ||
"type": "module", | ||
"version": "1.0.8", | ||
"packageManager": "[email protected]", | ||
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.", | ||
"license": "MIT", | ||
"homepage": "https://js-utils-es.vercel.app", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/agiletech-web-dev/js-utils-es.git" | ||
}, | ||
"bugs": "https://github.com/agiletech-web-dev/js-utils-es/issues", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./array": { | ||
"import": { | ||
"types": "./dist/array/index.d.mts", | ||
"default": "./dist/array/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/array/index.d.ts", | ||
"default": "./dist/array/index.js" | ||
} | ||
}, | ||
"./function": { | ||
"import": { | ||
"types": "./dist/function/index.d.mts", | ||
"default": "./dist/function/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/function/index.d.ts", | ||
"default": "./dist/function/index.js" | ||
} | ||
}, | ||
"./math": { | ||
"import": { | ||
"types": "./dist/math/index.d.mts", | ||
"default": "./dist/math/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/math/index.d.ts", | ||
"default": "./dist/math/index.js" | ||
} | ||
}, | ||
"./object": { | ||
"import": { | ||
"types": "./dist/object/index.d.mts", | ||
"default": "./dist/object/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/object/index.d.ts", | ||
"default": "./dist/object/index.js" | ||
} | ||
}, | ||
"./predicate": { | ||
"import": { | ||
"types": "./dist/predicate/index.d.mts", | ||
"default": "./dist/predicate/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/predicate/index.d.ts", | ||
"default": "./dist/predicate/index.js" | ||
} | ||
}, | ||
"./promise": { | ||
"import": { | ||
"types": "./dist/promise/index.d.mts", | ||
"default": "./dist/promise/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/promise/index.d.ts", | ||
"default": "./dist/promise/index.js" | ||
} | ||
}, | ||
"./string": { | ||
"import": { | ||
"types": "./dist/string/index.d.mts", | ||
"default": "./dist/string/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/string/index.d.ts", | ||
"default": "./dist/string/index.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"*.d.ts", | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./array": { | ||
"import": { | ||
"types": "./dist/array/index.d.mts", | ||
"default": "./dist/array/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/array/index.d.ts", | ||
"default": "./dist/array/index.js" | ||
} | ||
}, | ||
"./function": { | ||
"import": { | ||
"types": "./dist/function/index.d.mts", | ||
"default": "./dist/function/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/function/index.d.ts", | ||
"default": "./dist/function/index.js" | ||
} | ||
}, | ||
"./math": { | ||
"import": { | ||
"types": "./dist/math/index.d.mts", | ||
"default": "./dist/math/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/math/index.d.ts", | ||
"default": "./dist/math/index.js" | ||
} | ||
}, | ||
"./object": { | ||
"import": { | ||
"types": "./dist/object/index.d.mts", | ||
"default": "./dist/object/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/object/index.d.ts", | ||
"default": "./dist/object/index.js" | ||
} | ||
}, | ||
"./predicate": { | ||
"import": { | ||
"types": "./dist/predicate/index.d.mts", | ||
"default": "./dist/predicate/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/predicate/index.d.ts", | ||
"default": "./dist/predicate/index.js" | ||
} | ||
}, | ||
"./promise": { | ||
"import": { | ||
"types": "./dist/promise/index.d.mts", | ||
"default": "./dist/promise/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/promise/index.d.ts", | ||
"default": "./dist/promise/index.js" | ||
} | ||
}, | ||
"./string": { | ||
"import": { | ||
"types": "./dist/string/index.d.mts", | ||
"default": "./dist/string/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/string/index.d.ts", | ||
"default": "./dist/string/index.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "tsup && ./scripts/postbuild.sh", | ||
"test": "vitest run --typecheck", | ||
"bench": "vitest bench", | ||
"core:build": "pnpm --filter js-utils-es... build", | ||
"verify-commit": "verify-commit-msg", | ||
"lint": "eslint .", | ||
"lint-fix": "eslint . --fix", | ||
"format": "prettier --write .", | ||
"release": "bumpp package.json packages/*/package.json --all", | ||
"bench": "vitest bench", | ||
"test": "vitest", | ||
"prepare": "git-scm-hooks", | ||
"prepublishOnly": "npm run build", | ||
"release": "bumpp --commit --push --tag", | ||
"docs:dev": "pnpm run -C ./docs dev", | ||
"docs:preview": "pnpm run -C ./docs preview", | ||
"docs:build": "pnpm run -C ./docs build", | ||
"verify-commit": "verify-commit-msg", | ||
"gen-changelog": "esno ./scripts/genFuncUtils.ts && esno ./scripts/changelog.ts", | ||
"typecheck": "tsc --noEmit" | ||
"docs:dev": "pnpm --parallel --filter docs... dev", | ||
"docs:build": "pnpm --filter docs... build", | ||
"docs:preview": "pnpm -C docs preview", | ||
"typecheck": "pnpm -r --filter js-utils-es typecheck", | ||
"gen-changelog": "esno ./scripts/genFuncUtils.ts && esno ./scripts/changelog.ts" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.22.0", | ||
|
@@ -221,7 +31,8 @@ | |
"tsup": "^8.1.0", | ||
"typescript": "^5.4.5", | ||
"verify-commit-msg": "^0.0.10", | ||
"vitest": "^1.5.2" | ||
"vitest": "^1.5.2", | ||
"zx": "^8.1.4" | ||
}, | ||
"git-hooks": { | ||
"pre-commit": "npm run lint", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# js-utils-es | ||
|
||
A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations. | ||
|
||
Documentation is available at [https://js-utils-es.vercel.app](https://js-utils-es.vercel.app). | ||
|
||
## Installation | ||
|
||
```sh | ||
npm install js-utils-es | ||
``` | ||
|
||
## Development | ||
|
||
- Clone this repository | ||
- Install latest LTS version of [Node.js](https://nodejs.org/en/) | ||
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` | ||
- Install dependencies using `pnpm install` | ||
- Run interactive tests using `pnpm dev` |
Oops, something went wrong.