Skip to content

Commit

Permalink
Github CI build: run2 v3.0.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 22, 2021
1 parent d302f02 commit 3707759
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"author": "Romain Lenzotti",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@tsed/examples-typescript",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"dependencies": {
"@tsed/gphoto2-driver": "3.0.2"
"@tsed/gphoto2-driver": "3.0.3"
},
"devDependencies": {
"cli-table3": "0.6.0"
},
"peerDependencies": {},
"scripts": {
"start:abilities": "ts-node -r tsconfig-paths/register src/abilities-list.ts",
"start:camera": "ts-node -r tsconfig-paths/register src/camera.ts",
Expand All @@ -22,5 +21,6 @@
"start:camera:scenario:async": "ts-node -r tsconfig-paths/register src/camera-scenario-async.ts",
"start:port:list": "ts-node -r tsconfig-paths/register src/port-list.ts",
"start:widgets": "ts-node -r tsconfig-paths/register src/widgets.ts"
}
},
"peerDependencies": {}
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "3.0.3",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand Down
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.2",
"version": "3.0.3",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@tsed/core": "6.49.3",
"@tsed/gphoto2-core": "3.0.2",
"@tsed/gphoto2-core": "3.0.3",
"@tsed/logger": "5.14.0",
"fs-extra": "10.0.0",
"source-map-support": "0.5.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-gphoto2-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typedproject/gphoto2-driver",
"version": "3.0.2",
"version": "3.0.3",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/gphoto2-driver": "3.0.2"
"@tsed/gphoto2-driver": "3.0.3"
},
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 3707759

Please sign in to comment.