Skip to content

Commit

Permalink
Github CI build: run2 v3.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 20, 2021
1 parent a34e313 commit f2a1a71
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "2.4.2",
"version": "3.0.0",
"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": "2.4.2",
"version": "3.0.0",
"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",
"version": "2.4.2",
"version": "3.0.0",
"private": true,
"dependencies": {
"@tsed/gphoto2-driver": "2.4.2"
"@tsed/gphoto2-driver": "3.0.0"
},
"devDependencies": {},
"peerDependencies": {}
Expand Down
4 changes: 2 additions & 2 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": "2.4.2",
"version": "3.0.0",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@tsed/core": "6.43.4",
"@tsed/logger": "5.13.2",
"ref-napi": "^3.0.2",
"ref-array-napi": "1.2.2",
"ref-napi": "^3.0.2",
"ref-struct-napi": "1.1.1",
"tslib": "2.2.0"
},
Expand Down
6 changes: 3 additions & 3 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": "2.4.2",
"version": "3.0.0",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.js",
Expand Down Expand Up @@ -30,16 +30,16 @@
},
"dependencies": {
"@tsed/core": "6.43.4",
"@tsed/gphoto2-core": "3.0.0",
"@tsed/logger": "5.13.2",
"@tsed/gphoto2-core": "2.4.2",
"source-map-support": "0.5.19",
"tslib": "2.2.0"
},
"devDependencies": {},
"directories": {
"lib": "lib",
"src": "src",
"test": "test"
},
"devDependencies": {},
"peerDependencies": {}
}
6 changes: 3 additions & 3 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": "2.4.2",
"version": "3.0.0",
"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,13 +29,13 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/gphoto2-driver": "2.4.2"
"@tsed/gphoto2-driver": "3.0.0"
},
"devDependencies": {},
"directories": {
"lib": "lib",
"src": "src",
"test": "test"
},
"devDependencies": {},
"peerDependencies": {}
}

0 comments on commit f2a1a71

Please sign in to comment.