@nhtio/common-vue 0.1.0-master-04e481ac → 1.20251216.1

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 (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const svg_icon = require("./base-CBzpjV6b.js");
4
- const version = "0.1.0-master-04e481ac";
4
+ const version = "1.20251216.1";
5
5
  exports.BaseField = svg_icon.BaseField;
6
6
  exports.baseEmits = svg_icon.baseEmits;
7
7
  exports.baseFieldBaseRawEmits = svg_icon.baseFieldBaseRawEmits;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { B, g, f, e, l, b, i, m, o, n, p, s, a, j, h, k, d, c, u } from "./base-HkpRBcX5.mjs";
2
- const version = "0.1.0-master-04e481ac";
2
+ const version = "1.20251216.1";
3
3
  export {
4
4
  B as BaseField,
5
5
  g as baseEmits,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nhtio/common-vue",
3
- "version": "0.1.0-master-04e481ac",
3
+ "version": "1.20251216.1",
4
4
  "description": "Common Vue Components for general usage and consumption",
5
5
  "keywords": [],
6
6
  "author": "Jak Giveon <jak@nht.io>",