Skip to content

Commit

Permalink
Merge pull request #16 from roboflow/upgrade-annotationjs-version
Browse files Browse the repository at this point in the history
Upgrade Annotations.js
  • Loading branch information
hansent authored May 31, 2023
2 parents 20b3ca2 + 0a3e8b2 commit 8cff29c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const config = new Conf({
});

const DEFAULTS = {
//Tip: export NODE_TLS_REJECT_UNAUTHORIZED=0 to bypass certificate validation when using local environment
RF_APP_URL: "https://app.roboflow.com",
RF_API_URL: "https://api.roboflow.com",
RF_OBJECT_DETECTION_URL: "https://detect.roboflow.com",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"roboflow": "./cli/index.js"
},
"dependencies": {
"@roboflow/annotation": "^1.0.141",
"@roboflow/annotation": "^1.0.150",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"commander": "^9.4.0",
Expand Down

0 comments on commit 8cff29c

Please sign in to comment.