Skip to content

Commit

Permalink
Github CI build: __run_2 v3.0.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 12, 2021
1 parent 8e49214 commit 19b6faf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "3.0.3",
"version": "3.0.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "3.0.3",
"version": "3.0.4",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"author": "Romain Lenzotti",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tsed/examples-typescript",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"dependencies": {
"@tsed/gphoto2-driver": "3.0.3"
"@tsed/gphoto2-driver": "3.0.4"
},
"devDependencies": {
"cli-table3": "0.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/gphoto2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/gphoto2-core",
"version": "3.0.3",
"version": "3.0.4",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -47,7 +47,6 @@
"ref-struct-napi": "1.1.1",
"tslib": "2.3.1"
},
"devDependencies": {},
"directories": {
"lib": "lib",
"src": "src",
Expand All @@ -56,5 +55,6 @@
"peerDependencies": {
"@types/ffi-napi": ">=4.0.4",
"@types/ref-napi": ">=3.0.4"
}
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions packages/gphoto2-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/gphoto2-driver",
"version": "3.0.3",
"version": "3.0.4",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@tsed/core": "6.94.0",
"@tsed/gphoto2-core": "3.0.3",
"@tsed/gphoto2-core": "3.0.4",
"@tsed/logger": "6.0.0",
"fs-extra": "10.0.0",
"source-map-support": "0.5.21",
Expand Down

0 comments on commit 19b6faf

Please sign in to comment.