@advanced-rest-client/arc-fit-mixin
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@advanced-rest-client/arc-fit-mixin", | ||
"description": "arc-fit-mixin is a port of iron-fit-behavior that works with web components", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "Apache-2.0", | ||
@@ -44,16 +44,16 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@advanced-rest-client/arc-demo-helper": "^2.2.6", | ||
"@open-wc/eslint-config": "^4.2.0", | ||
"@open-wc/testing": "^2.5.32", | ||
"@web/dev-server": "^0.1.8", | ||
"@web/test-runner": "^0.12.16", | ||
"@web/test-runner-playwright": "^0.8.4", | ||
"eslint": "^7.21.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"husky": "^4.3.8", | ||
"lint-staged": "^10.5.4", | ||
"lit-element": "^2.4.0", | ||
"lit-html": "^1.3.0", | ||
"sinon": "^9.2.4", | ||
"typescript": "^4.2.3", | ||
"@advanced-rest-client/arc-demo-helper": "^5.0.0", | ||
"@open-wc/eslint-config": "^5.0.0", | ||
"@open-wc/testing": "^3.0.1", | ||
"@web/dev-server": "^0.1.25", | ||
"@web/test-runner": "^0.13.20", | ||
"@web/test-runner-playwright": "^0.8.8", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^11.2.3", | ||
"lit-element": "^2.5.1", | ||
"lit-html": "^1.4.1", | ||
"sinon": "^11.1.2", | ||
"typescript": "^4.4.4", | ||
"typescript-lit-html-plugin": "^0.9.0" | ||
@@ -60,0 +60,0 @@ }, |
@@ -1,3 +0,7 @@ | ||
# ArcFitMixin | ||
# DEPRECATED | ||
Use the `@anypoint-web-components/awc` module instead. | ||
----- | ||
[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/arc-fit-mixin.svg)](https://www.npmjs.com/package/@advanced-rest-client/arc-fit-mixin) | ||
@@ -4,0 +8,0 @@ |
@@ -35,2 +35,5 @@ declare function ArcFitMixin<T extends new (...args: any[]) => {}>(base: T): T & ArcFitMixinConstructor; | ||
/** | ||
* @deprecated Use the `@anypoint-web-components/awc` module instead. | ||
*/ | ||
interface ArcFitMixin { | ||
@@ -37,0 +40,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
44122
972
110