@velony/utils 1.0.1 → 1.0.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.
@@ -0,0 +1 @@
1
+ export { convertTime, isTimeString, InvalidTimeStringError } from './time';
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidTimeStringError = exports.isTimeString = exports.convertTime = void 0;
4
+ var time_1 = require("./time");
5
+ Object.defineProperty(exports, "convertTime", { enumerable: true, get: function () { return time_1.convertTime; } });
6
+ Object.defineProperty(exports, "isTimeString", { enumerable: true, get: function () { return time_1.isTimeString; } });
7
+ Object.defineProperty(exports, "InvalidTimeStringError", { enumerable: true, get: function () { return time_1.InvalidTimeStringError; } });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,+BAA2E;AAAlE,mGAAA,WAAW,OAAA;AAAE,oGAAA,YAAY,OAAA;AAAE,8GAAA,sBAAsB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velony/utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "TypeScript utility library providing common helper functions for time conversion and formatting",
5
5
  "keywords": [
6
6
  "utils",