Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust committed Mar 31, 2024
1 parent 4cdf3c6 commit b38c184
Show file tree
Hide file tree
Showing 4 changed files with 5,167 additions and 1,869 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 deletions packages/extractus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extractus/extractus",
"version": "0.2.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
Expand All @@ -19,9 +19,9 @@
"author": "SettingDust",
"license": "ISC",
"dependencies": {
"@types/object-inspect": "^1.8.4",
"@extractus/defaults": "link:..\\defaults",
"@extractus/utils": "link:..\\utils",
"@types/object-inspect": "^1.8.4",
"chalk": "^5.3.0",
"extra-utils": "^5.5.2",
"iterable-operator": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extractus/utils",
"version": "0.2.0",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit b38c184

Please sign in to comment.