@binner/binner-licensed 1.0.1 → 1.0.3

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.
@@ -88191,5 +88191,5 @@ IPe.propTypes = {
88191
88191
  partTypes: o.array
88192
88192
  };
88193
88193
  export {
88194
- IPe as default
88194
+ IPe as BulkEditPartsComponent
88195
88195
  };
package/package.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "email": "support@binner.io",
6
6
  "url": "https://binner.io",
7
7
  "private": false,
8
- "version": "1.0.1",
8
+ "version": "1.0.3",
9
9
  "type": "module",
10
- "main": "dist/main.js",
11
- "types": "dist/main.d.ts",
10
+ "main": "dist/binner-licensed.js",
11
+ "types": "dist/binner-licensed.d.ts",
12
12
  "files": [
13
13
  "dist"
14
14
  ],