@quenty/bindtocloseservice
Advanced tools
Comparing version 1.1.0-canary.4096cd9.0 to 2.0.0
@@ -6,7 +6,34 @@ # Change Log | ||
# 1.1.0-canary.4096cd9.0 (2022-09-08) | ||
# 2.0.0 (2022-09-27) | ||
### Bug Fixes | ||
* Hide server code by default from replication using cameras and init.meta.json. ([5636dd8](https://github.com/Quenty/NevermoreEngine/commit/5636dd8cafe68db4571ed214a82b84698f2f74c0)) | ||
### Features | ||
* Add BindToCloseService package and implement across places binding to close ([afdd829](https://github.com/Quenty/NevermoreEngine/commit/afdd829538c9d0ce2d6f51ad9fee9063f0f5bd24)) | ||
# v2.0.0 (Tue Sep 27 2022) | ||
#### 💥 Breaking Change | ||
- feat: Do a variety of updates [#288](https://github.com/Quenty/NevermoreEngine/pull/288) ([@Quenty](https://github.com/Quenty)) | ||
#### 🚀 Enhancement | ||
- feat: Add BindToCloseService package and implement across places binding to close ([@Quenty](https://github.com/Quenty)) | ||
#### 🐛 Bug Fix | ||
- fix: Hide server code by default from replication using cameras and init.meta.json. ([@Quenty](https://github.com/Quenty)) | ||
#### Authors: 1 | ||
- James Onnen ([@Quenty](https://github.com/Quenty)) |
{ | ||
"name": "@quenty/bindtocloseservice", | ||
"version": "1.1.0-canary.4096cd9.0", | ||
"version": "2.0.0", | ||
"description": "Bind to game close API in a centralized location.", | ||
@@ -30,11 +30,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "5.0.1", | ||
"@quenty/promise": "5.2.0-canary.4096cd9.0", | ||
"@quenty/symbol": "2.1.0" | ||
"@quenty/loader": "^6.0.0", | ||
"@quenty/promise": "^6.0.0", | ||
"@quenty/symbol": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/contentproviderutils": "5.2.0-canary.4096cd9.0", | ||
"@quenty/playerthumbnailutils": "5.3.0-canary.4096cd9.0" | ||
"@quenty/contentproviderutils": "^6.0.0", | ||
"@quenty/playerthumbnailutils": "^6.0.0" | ||
}, | ||
"gitHead": "4096cd94d2c38d382b7aafe8cb2fcb8bb340d051" | ||
"gitHead": "cbbe2a3e91f0d1e337bb33652b4e32bec685bb76" | ||
} |
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
5787
8
13
1
+ Added@quenty/deferred@2.2.0(transitive)
+ Added@quenty/loader@6.3.0(transitive)
+ Added@quenty/maid@2.6.0(transitive)
+ Added@quenty/promise@6.8.0(transitive)
+ Added@quenty/symbol@2.2.0(transitive)
- Removed@quenty/deferred@2.1.0(transitive)
- Removed@quenty/loader@5.0.1(transitive)
- Removed@quenty/maid@2.4.0(transitive)
- Removed@quenty/promise@5.2.0-canary.4096cd9.0(transitive)
- Removed@quenty/symbol@2.1.0(transitive)
Updated@quenty/loader@^6.0.0
Updated@quenty/promise@^6.0.0
Updated@quenty/symbol@^2.1.0