Skip to content

Commit f625eb8

Browse files
committed
Other: Updated package.json of micro modules to reference types, see #599
1 parent cec253f commit f625eb8

File tree

10 files changed

+40
-20
lines changed

10 files changed

+40
-20
lines changed

src/util/aspromise/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/base64/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/codegen/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/eventemitter/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/extend/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/fetch/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -11,5 +11,7 @@
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
}

src/util/inquire/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/path/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/pool/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

src/util/utf8/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
}

0 commit comments

Comments
 (0)