-
-
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.
- Loading branch information
1 parent
f86dcbc
commit 2404114
Showing
70 changed files
with
131 additions
and
2,172 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
branches: | ||
- main |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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,9 +1 @@ | ||
initScope: flarie | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs | ||
spec: '@yarnpkg/plugin-version' | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: '@yarnpkg/plugin-workspace-tools' | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.1.cjs |
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,35 +1,48 @@ | ||
{ | ||
"name": "flarie", | ||
"name": "@rain-cafe/logger", | ||
"version": "1.0.0", | ||
"packageManager": "yarn@3.6.1", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"source": "src/index.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.module.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"start": "yarn workspace @flarie/demo run start", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"lint": "eslint 'packages/**/*.ts'", | ||
"build": "yarn workspaces foreach run build", | ||
"v:patch": "yarn workspaces foreach -p --no-private version patch", | ||
"v:minor": "yarn workspaces foreach -p --no-private version minor", | ||
"v:major": "yarn workspaces foreach -p --no-private version major", | ||
"publish": "yarn zx-bulk-release --dry-run" | ||
"build": "microbundle" | ||
}, | ||
"dependencies": { | ||
"chalk": "^3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"chance": "^1.1.11", | ||
"eslint": "^8.45.0", | ||
"jest": "^29.6.1", | ||
"microbundle": "^0.15.1", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0" | ||
}, | ||
"dependencies": { | ||
"tsconfig-paths": "^4.2.0", | ||
"typescript": "^5.1.6" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rain-cafe/logger.git" | ||
}, | ||
"license": "MIT" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.