File tree Expand file tree Collapse file tree 10 files changed +40
-20
lines changed
Expand file tree Collapse file tree 10 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/aspromise" ,
33 "description" : " Returns a promise from a node-style callback function." ,
4- "version" : " 1.0.4 " ,
4+ "version" : " 1.0.5 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/base64" ,
33 "description" : " A minimal base64 implementation for number arrays." ,
4- "version" : " 1.0.4 " ,
4+ "version" : " 1.0.5 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/codegen" ,
33 "description" : " A closure for generating functions programmatically." ,
4- "version" : " 1.0.3 " ,
4+ "version" : " 1.0.4 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/eventemitter" ,
33 "description" : " A minimal event emitter." ,
4- "version" : " 1.0.4 " ,
4+ "version" : " 1.0.5 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/extend" ,
33 "description" : " Provides minimal drop-in inheritance for classes." ,
4- "version" : " 1.0.1 " ,
4+ "version" : " 1.0.2 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/fetch" ,
33 "description" : " Fetches the contents of a file accross node and browsers." ,
4- "version" : " 1.0.3 " ,
4+ "version" : " 1.0.4 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
1111 "@protobufjs/aspromise" : " ^1.0.4" ,
1212 "@protobufjs/inquire" : " ^1.0.1"
1313 },
14- "license" : " BSD-3-Clause"
14+ "license" : " BSD-3-Clause" ,
15+ "main" : " index.js" ,
16+ "types" : " index.d.ts"
1517}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/inquire" ,
33 "description" : " Requires a module only if available and hides the require call from bundlers." ,
4- "version" : " 1.0.1 " ,
4+ "version" : " 1.0.2 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/path" ,
33 "description" : " A minimal path module to resolve Unix, Windows and URL paths alike." ,
4- "version" : " 1.0.1 " ,
4+ "version" : " 1.0.2 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/pool" ,
33 "description" : " A general purpose buffer pool." ,
4- "version" : " 1.0.4 " ,
4+ "version" : " 1.0.5 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
Original file line number Diff line number Diff line change 11{
22 "name" : " @protobufjs/utf8" ,
33 "description" : " A minimal UTF8 implementation for number arrays." ,
4- "version" : " 1.0.5 " ,
4+ "version" : " 1.0.6 " ,
55 "author" : " Daniel Wirtz <dcode+protobufjs@dcode.io>" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/dcodeIO/protobuf.js.git"
99 },
10- "license" : " BSD-3-Clause"
10+ "license" : " BSD-3-Clause" ,
11+ "main" : " index.js" ,
12+ "types" : " index.d.ts"
1113}
You can’t perform that action at this time.
0 commit comments