Skip to content

Commit

Permalink
Merge pull request #37 from ty-ras/issue/35-update-to-2-0
Browse files Browse the repository at this point in the history
Issue/35 update to 2 0
  • Loading branch information
stazz committed Jul 23, 2023
2 parents d3fa094 + d9a6642 commit 7171047
Show file tree
Hide file tree
Showing 10 changed files with 2,212 additions and 642 deletions.
15 changes: 11 additions & 4 deletions metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/metadata-openapi",
"version": "1.0.1",
"version": "2.0.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "346799+stazz@users.noreply.github.com",
Expand Down Expand Up @@ -31,8 +31,9 @@
}
},
"dependencies": {
"@ty-ras/metadata": "^1.0.1",
"@ty-ras/metadata-jsonschema": "^1.0.1"
"@ty-ras/endpoint": "^2.0.0",
"@ty-ras/metadata": "^2.0.0",
"@ty-ras/metadata-jsonschema": "^2.0.0"
},
"peerDependencies": {
"openapi-types": "^12.0.2"
Expand All @@ -52,6 +53,7 @@
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.19.0",
"madge": "6.1.0",
"openapi-types": "12.0.2",
"prettier": "2.8.8",
"ts-node": "10.9.1",
Expand All @@ -66,11 +68,16 @@
"format-output-files-ts": "eslint --no-eslintrc --config '.eslintrc.out-ts.cjs' --fix --fix-type layout './dist-ts/**/*.ts'",
"format-output-files-js": "eslint --no-eslintrc --config '.eslintrc.out.cjs' --fix 'dist-cjs/**/*js' 'dist-esm/**/*js'",
"generate-stub-package-json-for-cjs": "../scripts/generate-stub-package-json.cjs",
"lint": "eslint ./src --ext .ts,.tsx",
"lint": "yarn run lint:eslint && yarn run lint:circular",
"lint:circular": "madge --circular --no-color --no-spinner --extensions ts --warning ./src",
"lint:eslint": "eslint ./src --ext .ts,.tsx",
"remove-empty-js-files": "../scripts/remove-empty-js-files.cjs",
"tsc": "tsc --project tsconfig.build.json",
"tsc:plain": "tsc",
"test:coverage": "c8 --temp-directory /tmp ava",
"test:run": "c8 --temp-directory /tmp --reporter text ava"
},
"resolutions": {
"dependency-tree": "10.0.9"
}
}

0 comments on commit 7171047

Please sign in to comment.