@gemeente-denhaag/utils
Advanced tools
Comparing version 0.2.3-alpha.356 to 0.2.3-alpha.357
@@ -0,0 +0,0 @@ export interface FormatDateLabels { |
export * from './formatDate'; |
@@ -1,2 +0,2 @@ | ||
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var dateFns=require('date-fns');function buildFormatLongFn(args) { | ||
'use strict';var dateFns=require('date-fns');function buildFormatLongFn(args) { | ||
return function () { | ||
@@ -3,0 +3,0 @@ var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
@@ -0,0 +0,0 @@ export interface FormatDateLabels { |
export * from './formatDate'; |
@@ -0,0 +0,0 @@ import {differenceInCalendarDays,format}from'date-fns';function buildFormatLongFn(args) { |
{ | ||
"name": "@gemeente-denhaag/utils", | ||
"version": "0.2.3-alpha.356", | ||
"version": "0.2.3-alpha.357", | ||
"description": "Utils", | ||
@@ -29,3 +29,4 @@ "bugs": "https://github.com/nl-design-system/denhaag/issues", | ||
"build": "rollup -c ../../rollup.config.mjs", | ||
"clean": "rimraf dist tsconfig.tsbuildinfo" | ||
"clean": "rimraf dist tsconfig.tsbuildinfo", | ||
"watch:components": "chokidar --silent --follow-symlinks \"src/**/*\" -c \"pnpm run build\"" | ||
}, | ||
@@ -36,5 +37,5 @@ "dependencies": { | ||
"peerDependencies": { | ||
"react": "^17.0.0 || ^18.0.0" | ||
"react": "^18.0.0" | ||
}, | ||
"gitHead": "b3b390c174202f681ff4070c671c7b5a85041270" | ||
"gitHead": "643bf10c93681ac6e00bdbcb22e2dd8cbc294cdc" | ||
} |
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
42979