@date-io/core
Advanced tools
Comparing version 2.13.2 to 2.14.0
@@ -17,3 +17,3 @@ const nodeResolve = require("rollup-plugin-node-resolve"); | ||
format: "esm", | ||
exports: "auto" | ||
exports: "auto", | ||
}, | ||
@@ -28,3 +28,3 @@ plugins: [nodeResolve({ extensions }), typescriptPlugin({ typescript })], | ||
format: "cjs", | ||
exports: "auto" | ||
exports: "auto", | ||
}, | ||
@@ -31,0 +31,0 @@ plugins: [nodeResolve({ extensions }), typescriptPlugin({ typescript })], |
@@ -112,2 +112,4 @@ export interface DateIOFormats<TLibFormatToken = string> { | ||
startOfYear(value: TDate): TDate; | ||
endOfYear(value: TDate): TDate; | ||
startOfMonth(value: TDate): TDate; | ||
@@ -114,0 +116,0 @@ endOfMonth(value: TDate): TDate; |
{ | ||
"name": "@date-io/core", | ||
"version": "2.13.2", | ||
"version": "2.14.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "c83bcc817b3589b4fe0d031e065f9ccd36a4d4c1" | ||
"gitHead": "77f89b4859d228ed8f34c740e3defc78d52bdba1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9124
166