@hostlink/nuxt-light 0.0.79 → 0.0.80

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,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "0.0.79"
4
+ "version": "0.0.80"
5
5
  }
@@ -15,8 +15,9 @@ import listObject from "./listObject";
15
15
  import loadObject from "./loadObject";
16
16
  import isGranted from "./isGranted";
17
17
  import GQLFieldBuilder from "./GQLFieldBuilder";
18
+ import getTypeColumns from "./getTypeColumns";
18
19
  declare const notify: (message: string, color?: string) => void;
19
20
  import getID from "./getID";
20
21
  declare const getApiBase: () => {};
21
22
  import defineType from './defineType';
22
- export { addObject, f, getApiUrl, getCurrentUser, getObject, list, listData, m, q, removeObject, t, updateObject, notify, getID, deleteObject, listObject, isGranted, getApiBase, loadObject, GQLFieldBuilder, defineType };
23
+ export { addObject, f, getApiUrl, getCurrentUser, getObject, list, listData, m, q, removeObject, t, updateObject, notify, getID, deleteObject, listObject, isGranted, getApiBase, loadObject, GQLFieldBuilder, defineType, getTypeColumns };
@@ -17,6 +17,7 @@ import listObject from "./listObject.mjs";
17
17
  import loadObject from "./loadObject.mjs";
18
18
  import isGranted from "./isGranted.mjs";
19
19
  import GQLFieldBuilder from "./GQLFieldBuilder.mjs";
20
+ import getTypeColumns from "./getTypeColumns.mjs";
20
21
  const notify = function(message, color = "green") {
21
22
  Notify.create({
22
23
  message,
@@ -51,5 +52,6 @@ export {
51
52
  getApiBase,
52
53
  loadObject,
53
54
  GQLFieldBuilder,
54
- defineType
55
+ defineType,
56
+ getTypeColumns
55
57
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",