@anypoint-web-components/anypoint-control-mixins
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"name": "@anypoint-web-components/anypoint-control-mixins", | ||
"description": "A set of mixins to be implemented in various controls reacting to user input", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"license": "Apache-2.0", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
], | ||
"authors": [ | ||
"Pawel Psztyc", | ||
"The Advanced REST client authors <arc@mulesoft.com>" | ||
], | ||
"author": { | ||
"name": "Pawel Psztyc", | ||
"email": "arc@mulesoft.cm" | ||
}, | ||
"contributors": [ | ||
@@ -32,18 +32,17 @@ "Your name can be here!" | ||
"@advanced-rest-client/arc-demo-helper": "^1.0.17", | ||
"@advanced-rest-client/testing-karma-sl": "^1.4.2", | ||
"@open-wc/eslint-config": "^3.0.0", | ||
"@open-wc/testing": "^2.5.29", | ||
"@open-wc/testing-karma": "^4.0.8", | ||
"@open-wc/eslint-config": "^4.3.0", | ||
"@open-wc/testing": "^2.5.33", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@polymer/paper-input": "^3.2.1", | ||
"deepmerge": "^4.2.2", | ||
"es-dev-server": "^1.57.7", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.0", | ||
"lit-element": "^2.4.0", | ||
"lit-html": "^1.3.0", | ||
"sinon": "^9.1.0", | ||
"typescript": "^4.0.3", | ||
"@web/dev-server": "^0.1.17", | ||
"@web/test-runner": "^0.13.4", | ||
"@web/test-runner-playwright": "^0.8.5", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^6.0.0", | ||
"lint-staged": "^11.0.0", | ||
"lit-element": "^2.5.1", | ||
"lit-html": "^1.4.1", | ||
"sinon": "^10.0.0", | ||
"typescript": "^4.2.4", | ||
"typescript-lit-html-plugin": "^0.9.0" | ||
@@ -55,11 +54,10 @@ }, | ||
"scripts": { | ||
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch", | ||
"start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .", | ||
"lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore", | ||
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore", | ||
"lint:types": "tsc", | ||
"lint": "npm run lint:eslint", | ||
"format": "npm run format:eslint", | ||
"test": "karma start --coverage", | ||
"test:watch": "karma start --auto-watch=true --single-run=false", | ||
"test:sl": "karma start karma.sl.config.js --compatibility auto --coverage", | ||
"gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json" | ||
"test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit", | ||
"test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium" | ||
}, | ||
@@ -71,2 +69,3 @@ "eslintConfig": { | ||
], | ||
"ignorePatterns": "*.d.ts", | ||
"overrides": [ | ||
@@ -73,0 +72,0 @@ { |
@@ -15,6 +15,6 @@ # Anypoint control state mixins for web components | ||
[![Build Status](https://travis-ci.com/anypoint-web-components/anypoint-control-mixins.svg)](https://travis-ci.com/anypoint-web-components/anypoint-control-mixins) | ||
[![Published on NPM](https://img.shields.io/npm/v/@anypoint-web-components/anypoint-control-mixins.svg)](https://www.npmjs.com/package/@anypoint-web-components/anypoint-control-mixins) | ||
[![tests](https://github.com/anypoint-web-components/anypoint-control-mixins/actions/workflows/tests.yml/badge.svg)](https://github.com/anypoint-web-components/anypoint-control-mixins/actions/workflows/tests.yml) | ||
## Usage | ||
@@ -21,0 +21,0 @@ |
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
31751
17