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

Commit

Permalink
Merge pull request #35 from ZupIT/fix/release-packages
Browse files Browse the repository at this point in the history
Fix: packages
  • Loading branch information
Tiagoperes authored Apr 24, 2024
2 parents a287e47 + c7b767a commit 2b1516a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zup-it/beagle-backend-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "CLI for Beagle Backend using TypeScript",
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --exec npm run server",
Expand Down
6 changes: 3 additions & 3 deletions cli/src/templates/boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"build": "tsc"
},
"dependencies": {
"@zup-it/beagle-backend-components": "^1.0.1",
"@zup-it/beagle-backend-core": "^1.0.0",
"@zup-it/beagle-backend-express": "^1.0.0",
"@zup-it/beagle-backend-components": "^1.2.1",
"@zup-it/beagle-backend-core": "^1.2.0",
"@zup-it/beagle-backend-express": "^1.2.1",
"cors": "^2.8.5",
"express": "^4.17.3"
},
Expand Down
6 changes: 3 additions & 3 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zup-it/beagle-backend-components",
"version": "1.1.0",
"version": "1.2.1",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"test": "jest"
},
"peerDependencies": {
"@zup-it/beagle-backend-core": "1.1.0"
"@zup-it/beagle-backend-core": "1.2.0"
},
"devDependencies": {
"@zup-it/beagle-backend-core": "1.1.0"
"@zup-it/beagle-backend-core": "1.2.0"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zup-it/beagle-backend-core",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"exports": {
".": "./src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions express-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zup-it/beagle-backend-express",
"version": "1.1.1",
"version": "1.2.1",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "jest"
},
"peerDependencies": {
"@zup-it/beagle-backend-core": "1.1.0",
"@zup-it/beagle-backend-core": "1.2.0",
"express": ">=4.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@zup-it/beagle-backend-components": "1.0.1",
"@zup-it/beagle-backend-core": "1.0.0",
"@zup-it/beagle-backend-express": "1.0.0",
"@zup-it/beagle-backend-components": "1.2.1",
"@zup-it/beagle-backend-core": "1.2.0",
"@zup-it/beagle-backend-express": "1.2.1",
"cors": "^2.8.5",
"express": "4.17.2"
},
Expand Down

0 comments on commit 2b1516a

Please sign in to comment.