-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Other: Updated package.json of micro modules to reference types, see #…
- Loading branch information
Showing
10 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/aspromise", | ||
"description": "Returns a promise from a node-style callback function.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/base64", | ||
"description": "A minimal base64 implementation for number arrays.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/codegen", | ||
"description": "A closure for generating functions programmatically.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/eventemitter", | ||
"description": "A minimal event emitter.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/extend", | ||
"description": "Provides minimal drop-in inheritance for classes.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@protobufjs/fetch", | ||
"description": "Fetches the contents of a file accross node and browsers.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -11,5 +11,7 @@ | |
"@protobufjs/aspromise": "^1.0.4", | ||
"@protobufjs/inquire": "^1.0.1" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/inquire", | ||
"description": "Requires a module only if available and hides the require call from bundlers.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/path", | ||
"description": "A minimal path module to resolve Unix, Windows and URL paths alike.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/pool", | ||
"description": "A general purpose buffer pool.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"name": "@protobufjs/utf8", | ||
"description": "A minimal UTF8 implementation for number arrays.", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dcodeIO/protobuf.js.git" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
} |