@neovici/cosmoz-datetime-input
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -157,3 +157,3 @@ import '@webcomponents/shadycss/entrypoints/apply-shim'; | ||
if (!date && time) { | ||
this.value = `T${time}`; | ||
this.value = `T${ time }`; | ||
return; | ||
@@ -166,3 +166,3 @@ } | ||
} | ||
this.value = `${date}T${time}`; | ||
this.value = `${ date }T${ time }`; | ||
} | ||
@@ -194,3 +194,6 @@ | ||
} | ||
this.dispatchEvent(new CustomEvent('cosmoz-datetime-input-value-changed', { bubbles: true, composed: true })); | ||
this.dispatchEvent(new CustomEvent('cosmoz-datetime-input-value-changed', { | ||
bubbles: true, | ||
composed: true | ||
})); | ||
} | ||
@@ -197,0 +200,0 @@ |
{ | ||
"name": "@neovici/cosmoz-datetime-input", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "Mimics date input with broad browser support.", | ||
@@ -21,7 +21,14 @@ "keywords": [ | ||
}, | ||
"files": [ | ||
"lib/", | ||
"cosmoz-*.js" | ||
], | ||
"scripts": { | ||
"analyze": "polymer analyze --input cosmoz-*.js > analysis.json", | ||
"lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.js", | ||
"start": "polymer serve -o", | ||
"test": "polymer test" | ||
"lint": "eslint --cache --ext .js .", | ||
"start": "es-dev-server", | ||
"test": "karma start --coverage", | ||
"test:watch": "karma start --auto-watch=true --single-run=false", | ||
"test:update-snapshots": "karma start --update-snapshots", | ||
"test:prune-snapshots": "karma start --prune-snapshots", | ||
"test:compatibility": "karma start --compatibility all --auto-watch=true --single-run=false" | ||
}, | ||
@@ -37,3 +44,4 @@ "release": { | ||
], | ||
"branch": "master" | ||
"branch": "master", | ||
"preset": "conventionalcommits" | ||
}, | ||
@@ -59,26 +67,26 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@neovici/eslint-config": "^1.1.7", | ||
"@neovici/github-actions-eslint-annotator": "^0.2.0", | ||
"@commitlint/cli": "^18", | ||
"@commitlint/config-conventional": "^18", | ||
"@neovici/eslint-config": "^1.2.2", | ||
"@open-wc/testing": "^2.5.16", | ||
"@open-wc/testing-karma": "^3.3.28", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-demo-helpers": "^3.0.0", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@polymer/test-fixture": "^4.0.2", | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/git": "^7.0.16", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"babel-eslint": "^10.0.2", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.4.3", | ||
"babel-eslint": "^10.1.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.0.0", | ||
"eslint-plugin-html": "^5.0.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-mocha": "^5.0.0", | ||
"husky": "^3.0.8", | ||
"mocha": "^5.0.0", | ||
"polymer-cli": "^1.8.0", | ||
"semantic-release": "^16.0.0-beta.25", | ||
"wct-istanbul": "^0.14.3", | ||
"wct-mocha": "^1.0.1" | ||
"deepmerge": "^4.2.2", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-html": "^6.0.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-mocha": "^6.3.0", | ||
"husky": "^8.0.3", | ||
"karma": "^5.0.9", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-sauce-launcher": "^4.0.0", | ||
"semantic-release": "^22", | ||
"sinon": "^17" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
18955
4
221
1