viewwername-harshita 1.0.0 → 1.1.0
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- /package/src/components/{name.jsx → name.tsx} +0 -0
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1761,7 +1761,7 @@ __export(index_exports, {
|
|
|
1761
1761
|
});
|
|
1762
1762
|
module.exports = __toCommonJS(index_exports);
|
|
1763
1763
|
|
|
1764
|
-
// src/components/name.
|
|
1764
|
+
// src/components/name.tsx
|
|
1765
1765
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
1766
1766
|
var Name = () => {
|
|
1767
1767
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: "name" });
|
package/dist/index.mjs
CHANGED
|
@@ -1748,7 +1748,7 @@ var require_jsx_runtime = __commonJS({
|
|
|
1748
1748
|
}
|
|
1749
1749
|
});
|
|
1750
1750
|
|
|
1751
|
-
// src/components/name.
|
|
1751
|
+
// src/components/name.tsx
|
|
1752
1752
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
1753
1753
|
var Name = () => {
|
|
1754
1754
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: "name" });
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "viewwername-harshita",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
|
-
|
|
6
|
+
"build": "tsup src/index.ts --format esm,cjs --dts"
|
|
7
7
|
},
|
|
8
8
|
"keywords": [],
|
|
9
9
|
"author": "",
|
|
File without changes
|