@bhoimayur/testnpm 1.0.23 → 1.0.26

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 (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -614,5 +614,6 @@ function gr({ text: w = "Hello from package", ...b }) {
614
614
  return /* @__PURE__ */ dr.jsx("button", { ...b, children: w });
615
615
  }
616
616
  export {
617
- gr as MyButton
617
+ gr as MyButton,
618
+ gr as default
618
619
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhoimayur/testnpm",
3
- "version": "1.0.23",
3
+ "version": "1.0.26",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",