Skip to content

Commit

Permalink
Merge pull request machinekit#1417 from machinekoder/mt-merge-back
Browse files Browse the repository at this point in the history
Merge back Machinetalk with fixes
  • Loading branch information
ArcEye authored Nov 15, 2018
2 parents 9c3423c + fe28710 commit 3cdd782
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 src/machinetalk/proto/dist/machinetalk-protobuf.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file modified src/machinetalk/proto/dist/machinetalk-protobuf.min.js.gz
Binary file not shown.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/machinetalk/proto/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 src/machinetalk/proto/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/proto/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 3cdd782

Please sign in to comment.