@inverted-tech/fragments 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inverted-tech/fragments",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Types and JS runtime for Inverted protocol buffers (Fragments)",
|
|
5
5
|
"types": "dist/protos/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -272,6 +272,10 @@
|
|
|
272
272
|
"./*": {
|
|
273
273
|
"types": "./dist/*",
|
|
274
274
|
"import": "./dist/esm/*"
|
|
275
|
+
},
|
|
276
|
+
"./errors": {
|
|
277
|
+
"types": "./dist/protos/Errors_pb.d.ts",
|
|
278
|
+
"import": "./dist/esm/Errors_pb.js"
|
|
275
279
|
}
|
|
276
280
|
},
|
|
277
281
|
"scripts": {
|