Skip to content

Commit

Permalink
[Utils] 0.1.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 23, 2024
1 parent adcee9d commit 9f347ca
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-kiwis-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @putstack/utils

## 0.1.0

### Minor Changes

- 9eeef80: First release of @putstack/utils - initially bringing the generatePath method.
84 changes: 42 additions & 42 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@putstack/utils",
"version": "0.0.0",
"license": "MIT",
"author": "Putro",
"description": "Various utility functions I find myself recreating over and over again.",
"repository": "https://github.com/Pewtro/configs/tree/main/packages/utils",
"type": "module",
"engines": {
"node": ">=18 <19 || >=20"
},
"main": "./dist/index.js",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"putro",
"putstack",
"utility",
"utils"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"scripts": {
"build": "tsup",
"debv": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}
{
"name": "@putstack/utils",
"version": "0.1.0",
"license": "MIT",
"author": "Putro",
"description": "Various utility functions I find myself recreating over and over again.",
"repository": "https://github.com/Pewtro/configs/tree/main/packages/utils",
"type": "module",
"engines": {
"node": ">=18 <19 || >=20"
},
"main": "./dist/index.js",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"putro",
"putstack",
"utility",
"utils"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"scripts": {
"build": "tsup",
"debv": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}

0 comments on commit 9f347ca

Please sign in to comment.