@quenty/blend
Advanced tools
Comparing version 1.0.1-canary.234.cb1f814.0 to 1.1.0
@@ -6,3 +6,3 @@ # Change Log | ||
## 1.0.1-canary.234.cb1f814.0 (2021-12-14) | ||
# 1.1.0 (2021-12-14) | ||
@@ -12,2 +12,17 @@ | ||
* Add initial Blend package, a declarative UI package like Fusion ([88244cc](https://github.com/Quenty/NevermoreEngine/commit/88244ccb5f6452ad57ae6643c60267f0b09937cf)) | ||
* Add initial Blend package, a declarative UI package like Fusion ([764a13f](https://github.com/Quenty/NevermoreEngine/commit/764a13f107560a180462dbf67878530452005979)) | ||
# v1.1.0 (Tue Dec 14 2021) | ||
#### 🚀 Enhancement | ||
- style: Fix linting [#234](https://github.com/Quenty/NevermoreEngine/pull/234) ([@Quenty](https://github.com/Quenty)) | ||
- feat: Add initial Blend package, a declarative UI package like Fusion [#234](https://github.com/Quenty/NevermoreEngine/pull/234) ([@Quenty](https://github.com/Quenty)) | ||
#### Authors: 1 | ||
- James Onnen ([@Quenty](https://github.com/Quenty)) |
{ | ||
"name": "@quenty/blend", | ||
"version": "1.0.1-canary.234.cb1f814.0", | ||
"version": "1.1.0", | ||
"description": "Declarative UI system.", | ||
@@ -30,20 +30,20 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/brio": "3.3.1-canary.234.cb1f814.0", | ||
"@quenty/instanceutils": "3.3.1-canary.234.cb1f814.0", | ||
"@quenty/loader": "3.1.1", | ||
"@quenty/maid": "2.0.1", | ||
"@quenty/promise": "3.2.0", | ||
"@quenty/rx": "3.3.1-canary.234.cb1f814.0", | ||
"@quenty/spring": "2.1.0", | ||
"@quenty/steputils": "3.0.0", | ||
"@quenty/string": "2.2.0", | ||
"@quenty/symbol": "2.0.0", | ||
"@quenty/valuebaseutils": "3.3.1-canary.234.cb1f814.0", | ||
"@quenty/valueobject": "3.3.1-canary.234.cb1f814.0" | ||
"@quenty/brio": "^3.4.0", | ||
"@quenty/instanceutils": "^3.4.0", | ||
"@quenty/loader": "^3.1.1", | ||
"@quenty/maid": "^2.0.1", | ||
"@quenty/promise": "^3.2.0", | ||
"@quenty/rx": "^3.4.0", | ||
"@quenty/spring": "^2.1.0", | ||
"@quenty/steputils": "^3.0.0", | ||
"@quenty/string": "^2.2.0", | ||
"@quenty/symbol": "^2.0.0", | ||
"@quenty/valuebaseutils": "^3.4.0", | ||
"@quenty/valueobject": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/contentproviderutils": "3.2.0", | ||
"@quenty/playerthumbnailutils": "3.2.1-canary.234.cb1f814.0" | ||
"@quenty/contentproviderutils": "^3.2.0", | ||
"@quenty/playerthumbnailutils": "^3.3.0" | ||
}, | ||
"gitHead": "cb1f814280a0474a56b4fa298f080bfacdd097ef" | ||
"gitHead": "8a33939501e25cf227e96f7eb0d1a23b86f10f3c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27482
1
+ Added@quenty/baseobject@3.5.0(transitive)
+ Added@quenty/brio@3.8.0(transitive)
+ Added@quenty/instanceutils@3.8.0(transitive)
+ Added@quenty/loader@3.4.0(transitive)
+ Added@quenty/maid@2.6.0(transitive)
+ Added@quenty/promise@3.6.0(transitive)
+ Added@quenty/rx@3.8.0(transitive)
+ Added@quenty/signal@2.4.0(transitive)
+ Added@quenty/spring@2.2.0(transitive)
+ Added@quenty/statestack@3.5.0(transitive)
+ Added@quenty/steputils@3.5.2(transitive)
+ Added@quenty/string@2.3.0(transitive)
+ Added@quenty/symbol@2.2.0(transitive)
+ Added@quenty/table@2.2.0(transitive)
+ Added@quenty/throttle@3.5.0(transitive)
+ Added@quenty/valuebaseutils@3.8.0(transitive)
+ Added@quenty/valueobject@3.8.0(transitive)
- Removed@quenty/brio@3.3.1-canary.234.cb1f814.0(transitive)
- Removed@quenty/instanceutils@3.3.1-canary.234.cb1f814.0(transitive)
- Removed@quenty/loader@3.1.1(transitive)
- Removed@quenty/maid@2.0.1(transitive)
- Removed@quenty/promise@3.2.0(transitive)
- Removed@quenty/rx@3.3.1-canary.234.cb1f814.0(transitive)
- Removed@quenty/signal@2.0.0(transitive)
- Removed@quenty/spring@2.1.0(transitive)
- Removed@quenty/steputils@3.0.0(transitive)
- Removed@quenty/string@2.2.0(transitive)
- Removed@quenty/symbol@2.0.0(transitive)
- Removed@quenty/table@2.1.0(transitive)
- Removed@quenty/throttle@3.2.0(transitive)
- Removed@quenty/valuebaseutils@3.3.1-canary.234.cb1f814.0(transitive)
- Removed@quenty/valueobject@3.3.1-canary.234.cb1f814.0(transitive)
Updated@quenty/brio@^3.4.0
Updated@quenty/instanceutils@^3.4.0
Updated@quenty/loader@^3.1.1
Updated@quenty/maid@^2.0.1
Updated@quenty/promise@^3.2.0
Updated@quenty/rx@^3.4.0
Updated@quenty/spring@^2.1.0
Updated@quenty/steputils@^3.0.0
Updated@quenty/string@^2.2.0
Updated@quenty/symbol@^2.0.0
Updated@quenty/valueobject@^3.4.0