@canopycanopycanopy/b-ber-reader-react 3.0.8-next.100 → 3.0.8-next.101
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/dist/{index.js → index.mjs} +1 -1
- package/index.d.ts +2 -0
- package/package.json +12 -3
|
@@ -20537,4 +20537,4 @@ var Eb = () => /* @__PURE__ */ (0, X.jsx)("meta", {
|
|
|
20537
20537
|
children: [/* @__PURE__ */ (0, X.jsx)(Eb, {}), /* @__PURE__ */ (0, X.jsx)(lb, {})]
|
|
20538
20538
|
});
|
|
20539
20539
|
//#endregion
|
|
20540
|
-
export { Db as default };
|
|
20540
|
+
export { Db as Reader, Db as default };
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-reader-react",
|
|
3
|
-
"version": "3.0.8-next.
|
|
3
|
+
"version": "3.0.8-next.101+b6a7f323",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "dist/index.
|
|
5
|
+
"main": "dist/index.mjs",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs"
|
|
12
|
+
},
|
|
13
|
+
"./dist/styles.css": "./dist/styles.css"
|
|
14
|
+
},
|
|
6
15
|
"scripts": {
|
|
7
16
|
"version": "node ./scripts/version.js",
|
|
8
17
|
"clean": "rimraf dist",
|
|
@@ -89,5 +98,5 @@
|
|
|
89
98
|
"url": "https://maxwellsimmer.com"
|
|
90
99
|
}
|
|
91
100
|
],
|
|
92
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "b6a7f323cd34b837eb49ad96b1062bd6e0af207f"
|
|
93
102
|
}
|