@vonage/vvd-style-coupling
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,5 @@ | ||
## [2.2.3](https://github.com/vonage/vivid/compare/v2.2.2...v2.2.3) (2021-03-30) | ||
## [2.2.2](https://github.com/vonage/vivid/compare/v2.2.1...v2.2.2) (2021-03-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vvd-style-coupling", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "> TODO: description", | ||
@@ -28,9 +28,9 @@ "author": "yinonov <yinon@hotmail.com>", | ||
"devDependencies": { | ||
"@vonage/vvd-design-tokens": "^2.2.2", | ||
"@vonage/vvd-foundation": "^2.2.2", | ||
"@vonage/vvd-umbrella": "^2.2.2", | ||
"@vonage/vvd-design-tokens": "^2.2.3", | ||
"@vonage/vvd-foundation": "^2.2.3", | ||
"@vonage/vvd-umbrella": "^2.2.3", | ||
"lit-element": "^2.4.0", | ||
"typescript": "^4.1.3" | ||
}, | ||
"gitHead": "033c17ffd4dd830f077ab17bfbb0226716cf6b74" | ||
"gitHead": "118a7f0660db1fb037bd2080bdd31065b376494e" | ||
} |
{ | ||
"extends": "@vonage/vvd-umbrella/configs/tsconfig.json", | ||
"compilerOptions": { | ||
"module": "ESNext", | ||
"composite": true, | ||
"rootDir": "src", | ||
"outDir": ".", | ||
"tsBuildInfoFile": ".tsbuildinfo" | ||
}, | ||
"include": ["src/*.ts"], | ||
"exclude": ["src/test/*.ts"], | ||
"references": [ | ||
{ | ||
"path": "../scheme" | ||
} | ||
] | ||
} | ||
"extends": "@vonage/vvd-umbrella/configs/tsconfig.json", | ||
"compilerOptions": { | ||
"module": "ESNext", | ||
"composite": true, | ||
"rootDir": "src", | ||
"outDir": ".", | ||
"tsBuildInfoFile": ".tsbuildinfo" | ||
}, | ||
"include": [ | ||
"src/*.ts" | ||
], | ||
"exclude": [ | ||
"src/test/*.ts" | ||
] | ||
} |
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
46872
25