Skip to content

Commit

Permalink
feat: change create artifact cmd (#465)
Browse files Browse the repository at this point in the history
* feat: create artifact

Signed-off-by: hxtree <[email protected]>

* chore: bump create artifact to latest

Signed-off-by: hxtree <[email protected]>

---------

Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Oct 27, 2023
1 parent 34b3cb9 commit 23153d6
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 10 deletions.
12 changes: 12 additions & 0 deletions platform/create-artifact/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cats-cradle/create-artifact",
"entries": [
{
"version": "2.0.0",
"tag": "@cats-cradle/create-artifact_v2.0.0",
"date": "Fri, 27 Oct 2023 01:39:39 GMT",
"comments": {
"major": [
{
"comment": "change name of bin executable"
}
]
}
},
{
"version": "1.1.2",
"tag": "@cats-cradle/create-artifact_v1.1.2",
Expand Down
9 changes: 8 additions & 1 deletion platform/create-artifact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cats-cradle/create-artifact

This log was last generated on Wed, 04 Oct 2023 03:44:49 GMT and should not be manually modified.
This log was last generated on Fri, 27 Oct 2023 01:39:39 GMT and should not be manually modified.

## 2.0.0
Fri, 27 Oct 2023 01:39:39 GMT

### Breaking changes

- change name of bin executable

## 1.1.2
Wed, 04 Oct 2023 03:44:49 GMT
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion platform/create-artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cats-cradle/create-artifact",
"version": "1.1.2",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/passport-jwt": "~3.0.10"
},
"devDependencies": {
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@cats-cradle/eslint-config": "1.0.6",
"@cats-cradle/faker-factory": "workspace:*",
"@microsoft/tsdoc": "~0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion services/billing-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/character-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mongoose": "6.9.1"
},
"devDependencies": {
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@cats-cradle/eslint-config": "1.0.6",
"@cats-cradle/faker-factory": "workspace:*",
"@microsoft/tsdoc": "~0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion services/email-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@cats-cradle/faker-factory": "workspace:*",
"@types/html-to-text": "~9.0.0",
"@types/lodash": "~4.14.191",
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@shelf/jest-mongodb": "~4.1.7",
"mongodb": "6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion services/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/html-to-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"axios": "^0.21.1"
}
}
2 changes: 1 addition & 1 deletion services/jukebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"@cats-cradle/faker-factory": "workspace:*",
"@fastify/static": "~6.9.0",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/luck-by-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}

0 comments on commit 23153d6

Please sign in to comment.