Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
feat: Feature/swagger options (#7)
Browse files Browse the repository at this point in the history
* feat: Feature/swagger options (#4)

* feat: Initial release

* feat: Initial

* fix: Added `semantic-release-telegram-bot`

* feat: Added CI pipeline for `@relab/rejs-swagger`

* fix: Path typo fix `rejs-swagger`

* fix: Added `prepack` script

* fix: Fixed pipeline names

* fix: Adjustments to NPM package content

* fix: Fixed pipeline names

* fix: Pipelines added to trigger condition

* docs: Added `README.md`

* feat: Swagger options added

* fix(deps): Dependencies fix

* fix(deps): Dependencies fix

* fix(deps): Dependencies fix (#5)

* feat: Swagger options added

* fix(deps): Dependencies fix

* fix(deps): Dependencies fix

* fix(deps): Dependencies fix

* fix(deps): Dependencies fix

* fix: Description added

* fix(deps): Remove peer dependency to @relab/rejs (#6)

* fix(deps): Remove peer dependency to @relab/rejs

* fix(devops): Trigger build on package-lock.json change
  • Loading branch information
sergeyzwezdin authored Apr 1, 2024
1 parent 995dec3 commit b76634f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- development
paths:
- packages/rejs/**
- package-lock.json
- .github/workflows/core.yml

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- development
paths:
- packages/rejs-swagger/**
- package-lock.json
- .github/workflows/swagger.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus
Expand Down Expand Up @@ -131,3 +130,4 @@ dist

.idea
lib

1 change: 0 additions & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions packages/rejs-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@relab/rejs-swagger",
"version": "1.0.0",
"description": "",
"description": "re.js is a framework built on top of Express that facilitates the development of API endpoints using the capabilities of Typescript and Zod.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -48,7 +48,6 @@
},
"peerDependencies": {
"@asteasolutions/zod-to-openapi": "^6.0.0",
"@relab/rejs": "1.0.0",
"@types/express": "^4.0.0",
"@types/swagger-ui-dist": "^3.0.0",
"express": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@relab/rejs",
"version": "1.0.0",
"description": "",
"description": "re.js is a framework built on top of Express that facilitates the development of API endpoints using the capabilities of Typescript and Zod.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit b76634f

Please sign in to comment.