@hostlink/nuxt-light 1.54.3 → 1.54.4

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.54.3",
4
+ "version": "1.54.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1,6 +1,4 @@
1
1
  import { getModel } from "@hostlink/light";
2
2
  export default (name, fields) => {
3
- console.log(name);
4
- const m = getModel(name);
5
- return m.list(fields);
3
+ return getModel(name).list(fields);
6
4
  };
@@ -2,7 +2,6 @@ import { getModel } from "@hostlink/light";
2
2
  import defu from "defu";
3
3
  export default (name) => {
4
4
  const m = getModel(name);
5
- console.log(m.getDataPath());
6
5
  return defu(m, {
7
6
  columns(fields) {
8
7
  let columns = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.54.3",
3
+ "version": "1.54.4",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,7 +54,7 @@
54
54
  "@nuxt/schema": "^4.2.1",
55
55
  "@nuxt/test-utils": "^3.17.2",
56
56
  "@types/node": "^24.10.1",
57
- "changelogen": "^0.5.4",
57
+ "changelogen": "^0.5.7",
58
58
  "eslint": "^9.39.1",
59
59
  "nuxt": "^4.2.1",
60
60
  "typescript": "^5.9.2",