Skip to content

Commit

Permalink
Other: Updated dist files; Other: Added package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jun 9, 2017
1 parent 66d149e commit 9726be0
Show file tree
Hide file tree
Showing 19 changed files with 18,947 additions and 15,129 deletions.
11,773 changes: 5,893 additions & 5,880 deletions dist/light/protobuf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/light/protobuf.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/light/protobuf.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3,760 changes: 1,885 additions & 1,875 deletions dist/minimal/protobuf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/protobuf.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/minimal/protobuf.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

14,709 changes: 7,361 additions & 7,348 deletions dist/protobuf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/protobuf.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/protobuf.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3,782 changes: 3,782 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"release": "npm run make && npm run changelog"
},
"dependencies": {
"long": "^3.2.0",
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2",
"@protobufjs/codegen": "^2.0.3",
Expand All @@ -56,30 +55,31 @@
"@protobufjs/pool": "^1.1.0",
"@protobufjs/utf8": "^1.1.0",
"@types/long": "^3.0.31",
"@types/node": "7.0.12"
"@types/node": "^7.0.29",
"long": "^3.2.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^14.3.0",
"browserify": "^14.4.0",
"browserify-wrap": "^1.0.2",
"bundle-collapser": "^1.2.1",
"chalk": "^1.1.3",
"escodegen": "^1.8.1",
"eslint": "^3.19.0",
"espree": "^3.4.1",
"espree": "^3.4.3",
"estraverse": "^4.2.0",
"gh-pages": "^0.12.0",
"git-raw-commits": "^1.2.0",
"git-semver-tags": "^1.2.0",
"glob": "^7.1.1",
"google-protobuf": "^3.2.0",
"glob": "^7.1.2",
"google-protobuf": "^3.3.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-sourcemaps": "^2.5.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"istanbul": "^0.4.5",
"jaguarjs-jsdoc": "dcodeIO/jaguarjs-jsdoc",
"jaguarjs-jsdoc": "github:dcodeIO/jaguarjs-jsdoc",
"jsdoc": "^3.4.2",
"minimist": "^1.2.0",
"node-zopfli": "^2.0.2",
Expand All @@ -88,9 +88,9 @@
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tmp": "0.0.31",
"tslint": "^5.0.0",
"typescript": "^2.2.2",
"uglify-js": "^2.8.21",
"tslint": "^5.4.3",
"typescript": "^2.3.4",
"uglify-js": "^2.8.28",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4",
"vinyl-source-stream": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function genValuePartial_fromObject(gen, field, fieldIndex, prop) {
("default:");
gen
("case%j:", keys[i])
("case %j:", values[keys[i]])
("case %i:", values[keys[i]])
("m%s=%j", prop, values[keys[i]])
("break");
} gen
Expand Down
4 changes: 2 additions & 2 deletions tests/api_converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tape.test("converters", function(test) {
});

test.test(test.name + " - Message.fromObject", function(test) {

var obj = {
uint64Val: 1,
uint64Repeated: [1, "2"],
Expand Down Expand Up @@ -176,7 +176,7 @@ tape.test("converters", function(test) {
};
msg.toJSON();
});

test.end();
});

Expand Down

0 comments on commit 9726be0

Please sign in to comment.