@neovici/cosmoz-datetime-input
Advanced tools
Comparing version 4.0.1 to 4.1.0
154
package.json
{ | ||
"name": "@neovici/cosmoz-datetime-input", | ||
"version": "4.0.1", | ||
"description": "Mimics date input with broad browser support.", | ||
"keywords": [ | ||
"datepicker", | ||
"datetime local", | ||
"polymer", | ||
"web-components" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Neovici/cosmoz-datetime-input.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "", | ||
"main": "cosmoz-datetime-input.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"lib/", | ||
"cosmoz-*.js" | ||
], | ||
"scripts": { | ||
"lint": "eslint --cache .", | ||
"start": "wds", | ||
"test": "wtr --coverage", | ||
"test:watch": "wtr --watch", | ||
"prepare": "husky install", | ||
"storybook:build": "build-storybook", | ||
"storybook:deploy": "storybook-to-ghpages" | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/github", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
], | ||
"branch": "master", | ||
"preset": "conventionalcommits" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"dependencies": { | ||
"@neovici/cosmoz-input": "^5.0.0", | ||
"@neovici/cosmoz-utils": "^6.0.0", | ||
"@pionjs/pion": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.0.0", | ||
"@commitlint/config-conventional": "^18.0.0", | ||
"@neovici/cfg": "^1.13.1", | ||
"@open-wc/testing": "^4.0.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@storybook/storybook-deployer": "^2.8.5", | ||
"@types/mocha": "^10.0.3", | ||
"@web/dev-server-storybook": "^2.0.0", | ||
"husky": "^8.0.0", | ||
"semantic-release": "^22.0.0", | ||
"sinon": "^17.0.0" | ||
} | ||
"name": "@neovici/cosmoz-datetime-input", | ||
"version": "4.1.0", | ||
"description": "Mimics date input with broad browser support.", | ||
"keywords": [ | ||
"datepicker", | ||
"datetime local", | ||
"polymer", | ||
"web-components" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Neovici/cosmoz-datetime-input.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "", | ||
"main": "cosmoz-datetime-input.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"lib/", | ||
"cosmoz-*.js" | ||
], | ||
"scripts": { | ||
"lint": "eslint --cache .", | ||
"start": "npm run storybook:start", | ||
"test": "wtr --coverage", | ||
"test:watch": "wtr --watch", | ||
"prepare": "husky install", | ||
"storybook:start": "storybook dev -p 8000", | ||
"storybook:build": "storybook build", | ||
"storybook:deploy": "storybook-to-ghpages", | ||
"storybook:preview": "npm run storybook:build && http-server ./storybook-static/ --silent" | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/github", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
], | ||
"branch": "master", | ||
"preset": "conventionalcommits" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"dependencies": { | ||
"@neovici/cosmoz-input": "^5.0.1", | ||
"@neovici/cosmoz-utils": "^6.9.0", | ||
"@pionjs/pion": "^2.5.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@neovici/cfg": "^1.53.0", | ||
"@open-wc/testing": "^4.0.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@storybook/addon-essentials": "^7.6.19", | ||
"@storybook/addon-links": "^7.6.19", | ||
"@storybook/builder-vite": "7.6.17", | ||
"@storybook/storybook-deployer": "^2.8.16", | ||
"@storybook/web-components": "7.6.17", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.12", | ||
"@web/storybook-builder": "^0.1.16", | ||
"@web/storybook-framework-web-components": "^0.1.2", | ||
"esbuild": "^0.21.4", | ||
"http-server": "^14.1.1", | ||
"husky": "^9.0.11", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"semantic-release": "^23.1.1", | ||
"sinon": "^18.0.0", | ||
"storybook": "^7.6.19" | ||
} | ||
} |
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
16853
22
Updated@neovici/cosmoz-input@^5.0.1
Updated@neovici/cosmoz-utils@^6.9.0
Updated@pionjs/pion@^2.5.2