angular-calendar
Advanced tools
Comparing version 0.30.0 to 0.30.1-alpha.0
{ | ||
"name": "angular-calendar", | ||
"version": "0.30.0", | ||
"version": "0.30.1-alpha.0", | ||
"description": "A calendar component for angular 14.0+ that can display events on a month, week or day view", | ||
@@ -62,13 +62,37 @@ "funding": { | ||
"./date-adapters/date-adapter": { | ||
"types": "./date-adapters/esm/date-adapter.d.ts", | ||
"default": "./date-adapters/esm/date-adapter.js" | ||
"main": "./date-adapters/index.js", | ||
"types": "./date-adapters/index.d.ts", | ||
"default": "./date-adapters/esm/date-adapter.js", | ||
"require": "./date-adapters/index.js", | ||
"import": "./date-adapters/esm/date-adapter.js", | ||
"es2020": "./date-adapters/esm/date-adapter.js", | ||
"esm2020": "./date-adapters/esm/date-adapter.js", | ||
"fesm2020": "./date-adapters/esm/date-adapter.js", | ||
"fesm2015": "./date-adapters/esm/date-adapter.js" | ||
}, | ||
"./date-adapters/date-fns": { | ||
"types": "./date-adapters/esm/date-fns/index.d.ts", | ||
"default": "./date-adapters/esm/date-fns/index.js" | ||
"main": "./date-adapters/date-fns/index.js", | ||
"types": "./date-adapters/date-fns/index.d.ts", | ||
"default": "./date-adapters/esm/date-fns/index.js", | ||
"require": "./date-adapters/date-fns/index.js", | ||
"import": "./date-adapters/esm/date-fns/index.js", | ||
"es2020": "./date-adapters/esm/date-fns/index.js", | ||
"esm2020": "./date-adapters/esm/date-fns/index.js", | ||
"fesm2020": "./date-adapters/esm/date-fns/index.js", | ||
"fesm2015": "./date-adapters/esm/date-fns/index.js" | ||
}, | ||
"./date-adapters/moment": { | ||
"types": "./date-adapters/esm/moment/index.d.ts", | ||
"default": "./date-adapters/esm/moment/index.js" | ||
"main": "./date-adapters/moment/index.js", | ||
"types": "./date-adapters/moment/index.d.ts", | ||
"default": "./date-adapters/esm/moment/index.js", | ||
"require": "./date-adapters/moment/index.js", | ||
"import": "./date-adapters/esm/moment/index.js", | ||
"es2020": "./date-adapters/esm/moment/index.js", | ||
"esm2020": "./date-adapters/esm/moment/index.js", | ||
"fesm2020": "./date-adapters/esm/moment/index.js", | ||
"fesm2015": "./date-adapters/esm/moment/index.js" | ||
}, | ||
"./scss/*": { | ||
"sass": "./scss/*" | ||
}, | ||
"./package.json": { | ||
@@ -75,0 +99,0 @@ "default": "./package.json" |
{ | ||
"name": "angular-calendar", | ||
"version": "0.30.0", | ||
"version": "0.30.1-alpha.0", | ||
"description": "A calendar component for angular 14.0+ that can display events on a month, week or day view", | ||
@@ -82,3 +82,3 @@ "funding": { | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^14.1.0", | ||
"@angular-devkit/build-angular": "^14.1.2", | ||
"@angular-eslint/builder": "14.0.2", | ||
@@ -89,15 +89,15 @@ "@angular-eslint/eslint-plugin": "14.0.2", | ||
"@angular-eslint/template-parser": "14.0.2", | ||
"@angular/animations": "^14.1.0", | ||
"@angular/cdk": "^14.1.0", | ||
"@angular/cli": "^14.1.0", | ||
"@angular/common": "^14.1.0", | ||
"@angular/compiler": "^14.1.0", | ||
"@angular/compiler-cli": "^14.1.0", | ||
"@angular/core": "^14.1.0", | ||
"@angular/forms": "^14.1.0", | ||
"@angular/language-service": "^14.1.0", | ||
"@angular/localize": "^14.1.0", | ||
"@angular/platform-browser": "^14.1.0", | ||
"@angular/platform-browser-dynamic": "^14.1.0", | ||
"@angular/router": "^14.1.0", | ||
"@angular/animations": "^14.1.2", | ||
"@angular/cdk": "^14.1.2", | ||
"@angular/cli": "^14.1.2", | ||
"@angular/common": "^14.1.2", | ||
"@angular/compiler": "^14.1.2", | ||
"@angular/compiler-cli": "^14.1.2", | ||
"@angular/core": "^14.1.2", | ||
"@angular/forms": "^14.1.2", | ||
"@angular/language-service": "^14.1.2", | ||
"@angular/localize": "^14.1.2", | ||
"@angular/platform-browser": "^14.1.2", | ||
"@angular/platform-browser-dynamic": "^14.1.2", | ||
"@angular/router": "^14.1.2", | ||
"@commitlint/cli": "^17.0.3", | ||
@@ -110,13 +110,13 @@ "@commitlint/config-conventional": "^17.0.3", | ||
"@perfectmemory/ngx-contextmenu": "^14.0.0", | ||
"@popperjs/core": "^2.11.5", | ||
"@schematics/angular": "^14.1.0", | ||
"@popperjs/core": "^2.11.6", | ||
"@schematics/angular": "^14.1.2", | ||
"@sinonjs/fake-timers": "^9.1.2", | ||
"@stackblitz/sdk": "^1.8.0", | ||
"@types/chai": "^4.3.1", | ||
"@types/chai": "^4.3.3", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.6.3", | ||
"@types/node": "^18.7.4", | ||
"@types/sinon": "^10.0.13", | ||
"@types/sinon-chai": "^3.2.8", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/parser": "^5.33.0", | ||
"angular-cli-ghpages": "^1.0.3", | ||
@@ -134,5 +134,5 @@ "angulartics2": "^12.1.0", | ||
"date-fns": "^2.29.1", | ||
"dayjs": "^1.11.4", | ||
"dayjs": "^1.11.5", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.18.0", | ||
"eslint": "^8.22.0", | ||
"flatpickr": "^4.6.13", | ||
@@ -153,3 +153,3 @@ "highlightjs-loader": "^0.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.14", | ||
"postcss": "^8.4.16", | ||
"postcss-cli": "^10.0.0", | ||
@@ -162,9 +162,9 @@ "prettier": "^2.7.1", | ||
"rxjs": "^7.5.6", | ||
"sass": "^1.54.1", | ||
"sass": "^1.54.4", | ||
"sinon": "^14.0.0", | ||
"sinon-chai": "^3.7.0", | ||
"standard-version": "^9.5.0", | ||
"stylelint": "^14.9.1", | ||
"stylelint": "^14.10.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-standard": "^26.0.0", | ||
"stylelint-config-standard": "^27.0.0", | ||
"stylelint-config-standard-scss": "^5.0.0", | ||
@@ -174,3 +174,3 @@ "ts-node": "^10.9.1", | ||
"util": "^0.12.4", | ||
"zone.js": "^0.11.7" | ||
"zone.js": "^0.11.8" | ||
}, | ||
@@ -194,14 +194,38 @@ "peerDependencies": { | ||
"./date-adapters/date-adapter": { | ||
"types": "./date-adapters/esm/date-adapter.d.ts", | ||
"default": "./date-adapters/esm/date-adapter.js" | ||
"main": "./date-adapters/index.js", | ||
"types": "./date-adapters/index.d.ts", | ||
"default": "./date-adapters/esm/date-adapter.js", | ||
"require": "./date-adapters/index.js", | ||
"import": "./date-adapters/esm/date-adapter.js", | ||
"es2020": "./date-adapters/esm/date-adapter.js", | ||
"esm2020": "./date-adapters/esm/date-adapter.js", | ||
"fesm2020": "./date-adapters/esm/date-adapter.js", | ||
"fesm2015": "./date-adapters/esm/date-adapter.js" | ||
}, | ||
"./date-adapters/date-fns": { | ||
"types": "./date-adapters/esm/date-fns/index.d.ts", | ||
"default": "./date-adapters/esm/date-fns/index.js" | ||
"main": "./date-adapters/date-fns/index.js", | ||
"types": "./date-adapters/date-fns/index.d.ts", | ||
"default": "./date-adapters/esm/date-fns/index.js", | ||
"require": "./date-adapters/date-fns/index.js", | ||
"import": "./date-adapters/esm/date-fns/index.js", | ||
"es2020": "./date-adapters/esm/date-fns/index.js", | ||
"esm2020": "./date-adapters/esm/date-fns/index.js", | ||
"fesm2020": "./date-adapters/esm/date-fns/index.js", | ||
"fesm2015": "./date-adapters/esm/date-fns/index.js" | ||
}, | ||
"./date-adapters/moment": { | ||
"types": "./date-adapters/esm/moment/index.d.ts", | ||
"default": "./date-adapters/esm/moment/index.js" | ||
"main": "./date-adapters/moment/index.js", | ||
"types": "./date-adapters/moment/index.d.ts", | ||
"default": "./date-adapters/esm/moment/index.js", | ||
"require": "./date-adapters/moment/index.js", | ||
"import": "./date-adapters/esm/moment/index.js", | ||
"es2020": "./date-adapters/esm/moment/index.js", | ||
"esm2020": "./date-adapters/esm/moment/index.js", | ||
"fesm2020": "./date-adapters/esm/moment/index.js", | ||
"fesm2015": "./date-adapters/esm/moment/index.js" | ||
}, | ||
"./scss/*": { | ||
"sass": "./scss/*" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1693815