calendar-utils
Advanced tools
Comparing version 0.10.4 to 0.11.0
@@ -49,12 +49,12 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* harmony export */ __webpack_require__.d(__webpack_exports__, { | ||
/* harmony export */ "DAYS_OF_WEEK": () => (/* binding */ DAYS_OF_WEEK), | ||
/* harmony export */ "EventValidationErrorMessage": () => (/* binding */ EventValidationErrorMessage), | ||
/* harmony export */ "SECONDS_IN_DAY": () => (/* binding */ SECONDS_IN_DAY), | ||
/* harmony export */ "getAllDayWeekEvents": () => (/* binding */ getAllDayWeekEvents), | ||
/* harmony export */ "getDifferenceInDaysWithExclusions": () => (/* binding */ getDifferenceInDaysWithExclusions), | ||
/* harmony export */ "getEventsInPeriod": () => (/* binding */ getEventsInPeriod), | ||
/* harmony export */ "getMonthView": () => (/* binding */ getMonthView), | ||
/* harmony export */ "getWeekView": () => (/* binding */ getWeekView), | ||
/* harmony export */ "getWeekViewHeader": () => (/* binding */ getWeekViewHeader), | ||
/* harmony export */ "validateEvents": () => (/* binding */ validateEvents) | ||
/* harmony export */ DAYS_OF_WEEK: () => (/* binding */ DAYS_OF_WEEK), | ||
/* harmony export */ EventValidationErrorMessage: () => (/* binding */ EventValidationErrorMessage), | ||
/* harmony export */ SECONDS_IN_DAY: () => (/* binding */ SECONDS_IN_DAY), | ||
/* harmony export */ getAllDayWeekEvents: () => (/* binding */ getAllDayWeekEvents), | ||
/* harmony export */ getDifferenceInDaysWithExclusions: () => (/* binding */ getDifferenceInDaysWithExclusions), | ||
/* harmony export */ getEventsInPeriod: () => (/* binding */ getEventsInPeriod), | ||
/* harmony export */ getMonthView: () => (/* binding */ getMonthView), | ||
/* harmony export */ getWeekView: () => (/* binding */ getWeekView), | ||
/* harmony export */ getWeekViewHeader: () => (/* binding */ getWeekViewHeader), | ||
/* harmony export */ validateEvents: () => (/* binding */ validateEvents) | ||
/* harmony export */ }); | ||
@@ -61,0 +61,0 @@ var __assign = (undefined && undefined.__assign) || function () { |
{ | ||
"name": "calendar-utils", | ||
"version": "0.10.4", | ||
"version": "0.11.0", | ||
"description": "Utility functions to generate views for calendars", | ||
@@ -8,19 +8,2 @@ "main": "bundles/calendar-utils.umd.js", | ||
"typings": "calendar-utils.d.ts", | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "npm t -- --watch", | ||
"test:ci": "npm t -- --runInBand --coverage && npm run lint && npm run build", | ||
"test:coverage": "npm t -- --coverage", | ||
"start": "npm run test:watch", | ||
"build:umd": "webpack", | ||
"build:esm": "tsc --module es2015", | ||
"build:date-adapters": "tsc -p tsconfig-date-adapters.json && tsc -p tsconfig-date-adapters.json --module es2015 --outDir dist/date-adapters/esm", | ||
"copyfiles": "copyfiles README.md LICENSE package.json dist && copyfiles -u 1 src/date-adapters/**/package.json dist", | ||
"build": "npm run clean && npm run build:umd && npm run build:esm && npm run build:date-adapters && npm run copyfiles", | ||
"clean": "rm -rf dist", | ||
"preversion": "npm test", | ||
"postversion": "npm run build && git push && npm publish dist && npm run clean", | ||
"lint": "eslint \"{src,test}/**/*.ts\"", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\"" | ||
}, | ||
"lint-staged": { | ||
@@ -63,2 +46,3 @@ "{src,test}/**/*.ts": [ | ||
"lint-staged": "^13.0.3", | ||
"luxon": "^3.5.0", | ||
"moment": "^2.29.4", | ||
@@ -98,3 +82,19 @@ "prettier": "^2.7.1", | ||
] | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "jest --runInBand --coverage && pnpm lint && pnpm build", | ||
"test:coverage": "jest --coverage", | ||
"start": "pnpm test:watch", | ||
"build:umd": "webpack", | ||
"build:esm": "tsc --module es2015", | ||
"build:date-adapters": "tsc -p tsconfig-date-adapters.json && tsc -p tsconfig-date-adapters.json --module es2015 --outDir dist/date-adapters/esm", | ||
"copyfiles": "copyfiles README.md LICENSE package.json dist && copyfiles -u 1 src/date-adapters/**/package.json dist", | ||
"build": "pnpm clean && pnpm build:umd && pnpm build:esm && pnpm build:date-adapters && pnpm copyfiles", | ||
"clean": "rm -rf dist", | ||
"preversion": "jest", | ||
"postversion": "pnpm build && git push && pnpm publish dist && pnpm clean", | ||
"lint": "eslint \"{src,test}/**/*.ts\"" | ||
} | ||
} | ||
} |
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
137404
35
2204
26