Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Dec 25, 2023
1 parent fe27a64 commit 2182967
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 36 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": ["packages/*", "plugins/*"]
"version": "0.0.1",
"packages": [
"packages/*",
"plugins/*"
]
}
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/cli",
"version": "0.0.0",
"version": "0.0.1",
"description": "command line tools which bundle opas",
"author": "kagawagao <[email protected]>",
"homepage": "",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@opas/core": "^0.0.0",
"@opas/plugin-app": "^0.0.0",
"@opas/core": "^0.0.1",
"@opas/plugin-app": "^0.0.1",
"chalk": "4.1.2",
"commander": "^11.1.0",
"cosmiconfig": "^8.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/core",
"version": "0.0.0",
"version": "0.0.1",
"description": "core of OpenAPIToolkit",
"main": "lib/index.js",
"types": "lib",
Expand Down Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@dtsgenerator/replace-namespace": "^1.6.0",
"@opas/helper": "^0.0.0",
"@opas/helper": "^0.0.1",
"dtsgenerator": "^3.19.1",
"lodash": "^4.17.21"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/helper",
"version": "0.0.0",
"version": "0.0.1",
"description": "helpers for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions plugins/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-app",
"version": "0.0.0",
"version": "0.0.1",
"description": "app plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.0",
"@opas/helper": "^0.0.0",
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"fs-extra": "^11.2.0"
}
}
6 changes: 3 additions & 3 deletions plugins/definition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-definition",
"version": "0.0.0",
"version": "0.0.1",
"description": "definition plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.0",
"@opas/helper": "^0.0.0",
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"fs-extra": "^11.2.0"
}
}
4 changes: 2 additions & 2 deletions plugins/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-doc",
"version": "0.0.0",
"version": "0.0.1",
"description": "document plugin for OpenAPI Toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/kagawagao/opas#readme",
"dependencies": {
"@opas/core": "^0.0.0",
"@opas/core": "^0.0.1",
"fs-extra": "^11.2.0",
"json2md": "^2.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions plugins/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opas/plugin-sdk",
"version": "0.0.0",
"version": "0.0.1",
"description": "sdk plugin for OpenAPI toolkit",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/generator": "^7.23.6",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.6",
"@opas/core": "^0.0.0",
"@opas/helper": "^0.0.0",
"@opas/core": "^0.0.1",
"@opas/helper": "^0.0.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21"
}
Expand Down

0 comments on commit 2182967

Please sign in to comment.