@m4l/nx-core 0.0.6-beta.2 → 0.0.6-beta.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1114,7 +1114,7 @@ const st = ur.div`
1114
1114
  color: pink;
1115
1115
  `;
1116
1116
  function lt() {
1117
- return /* @__PURE__ */ L(st, { children: /* @__PURE__ */ L("h1", { children: "Welcome to M4lCore!." }) });
1117
+ return /* @__PURE__ */ L(st, { children: /* @__PURE__ */ L("h1", { children: "Welcome to M4lCore!..." }) });
1118
1118
  }
1119
1119
  function ht(e) {
1120
1120
  return /* @__PURE__ */ De(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/nx-core",
3
- "version": "0.0.6-beta.2",
3
+ "version": "0.0.6-beta.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },