@inverted-tech/fragments 0.10.5 → 0.10.6

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inverted-tech/fragments",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
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",
@@ -215,18 +215,18 @@
215
215
  "types": "./dist/protos/Content/Stats/*.d.ts",
216
216
  "import": "./dist/esm/Content/Stats/*.js"
217
217
  },
218
- "./CreatorDashboard": {
219
- "types": "./dist/protos/CreatorDashboard/index.d.ts",
220
- "import": "./dist/esm/CreatorDashboard/index.js",
221
- "default": "./dist/esm/CreatorDashboard/index.js"
218
+ "./Dashboard": {
219
+ "types": "./dist/protos/Dashboard/index.d.ts",
220
+ "import": "./dist/esm/Dashboard/index.js",
221
+ "default": "./dist/esm/Dashboard/index.js"
222
222
  },
223
- "./CreatorDashboard/": {
224
- "types": "./dist/protos/CreatorDashboard/",
225
- "import": "./dist/esm/CreatorDashboard/"
223
+ "./Dashboard/": {
224
+ "types": "./dist/protos/Dashboard/",
225
+ "import": "./dist/esm/Dashboard/"
226
226
  },
227
- "./CreatorDashboard/*": {
228
- "types": "./dist/protos/CreatorDashboard/*.d.ts",
229
- "import": "./dist/esm/CreatorDashboard/*.js"
227
+ "./Dashboard/*": {
228
+ "types": "./dist/protos/Dashboard/*.d.ts",
229
+ "import": "./dist/esm/Dashboard/*.js"
230
230
  },
231
231
  "./Generic": {
232
232
  "types": "./dist/protos/Generic/index.d.ts",