Skip to content

Commit

Permalink
updated js bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Roessler committed Jan 13, 2016
1 parent 860a798 commit 3f5125c
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 19 deletions.
86 changes: 83 additions & 3 deletions dist/machinetalk-protobuf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -5132,6 +5140,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -9363,7 +9379,7 @@ module.exports = require("protobufjs").newBuilder({})['import']({
{
"rule": "optional",
"type": "EmcAxisType",
"name": "axisType",
"name": "axis_type",
"id": 2
},
{
Expand Down Expand Up @@ -11969,6 +11985,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -17739,7 +17763,7 @@ module.exports = require("protobufjs").newBuilder({})['import']({
{
"rule": "optional",
"type": "EmcAxisType",
"name": "axisType",
"name": "axis_type",
"id": 2
},
{
Expand Down Expand Up @@ -20367,6 +20391,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -24272,6 +24304,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -27119,6 +27159,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -29379,7 +29427,7 @@ module.exports = require("protobufjs").newBuilder({})['import']({
{
"rule": "optional",
"type": "EmcAxisType",
"name": "axisType",
"name": "axis_type",
"id": 2
},
{
Expand Down Expand Up @@ -31281,6 +31329,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -34238,6 +34294,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -36666,6 +36730,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down Expand Up @@ -38986,6 +39058,14 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "MT_ERROR",
"id": 360
},
{
"name": "MT_FULL_UPDATE",
"id": 370
},
{
"name": "MT_INCREMENTAL_UPDATE",
"id": 371
},
{
"name": "MT_TASK_REPLY",
"id": 400
Expand Down
30 changes: 15 additions & 15 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.

0 comments on commit 3f5125c

Please sign in to comment.