@appartmint/tsm-mint 0.1.8 → 0.1.9

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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(t){const e=new Date(t);return e.setTime(e.getTime()-e.getTimezoneOffset()*60*1e3),e.toISOString().slice(0,-1)}exports.toDatetimeLocal=o;
@@ -0,0 +1 @@
1
+ export declare function toDatetimeLocal(utcDate: string): string;
@@ -0,0 +1,7 @@
1
+ function i(t) {
2
+ const e = new Date(t);
3
+ return e.setTime(e.getTime() - e.getTimezoneOffset() * 60 * 1e3), e.toISOString().slice(0, -1);
4
+ }
5
+ export {
6
+ i as toDatetimeLocal
7
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/tsm-mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "TypeScript Modules from App Art Mint LLC",