Skip to content

Commit

Permalink
Merge pull request #86 from machinekoder/fix-security
Browse files Browse the repository at this point in the history
Update protobuf.js
  • Loading branch information
luminize authored Nov 14, 2018
2 parents 441735f + 2c4db3e commit 6ca7c99
Show file tree
Hide file tree
Showing 7 changed files with 11,936 additions and 9,517 deletions.
21,332 changes: 11,872 additions & 9,460 deletions dist/machinetalk-protobuf.js

Large diffs are not rendered by default.

107 changes: 56 additions & 51 deletions dist/machinetalk-protobuf.min.js

Large diffs are not rendered by default.

Binary file modified dist/machinetalk-protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/machinetalk-protobuf.min.map.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "machinetalk-protobuf",
"version": "1.0.1",
"version": "1.1.01",
"description": "Protobuf definitions to communicate with Machinetalk",
"main": "js/index.js",
"scripts": {
"prepublish": "js/scripts/install.js",
"bundle": "js/scripts/bundle.js"
"prepublish": "js/scripts/install.js",
"bundle": "js/scripts/bundle.js"
},
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/machinekit/machinetalk-protobuf#readme",
"dependencies": {
"mkdirp": "0.5.1",
"protobufjs": "5.0.0"
"protobufjs": "5.0.3"
},
"devDependencies": {
"browserify": "^13.0.0",
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],

# What does your project relate to?
Expand Down
2 changes: 1 addition & 1 deletion src/machinetalk/protobuf/jplan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ message JplanJoint {
message JplanCommand {
option (nanopb_msgopt).msgid = 354;

repeated JplanJoint joint = 2 [(nanopb).max_count = 10];;
repeated JplanJoint joint = 2 [(nanopb).max_count = 10];
};

0 comments on commit 6ca7c99

Please sign in to comment.