@quenty/baseobject
Advanced tools
Comparing version 1.0.2 to 1.0.3-canary.199.b271c6e.0
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/baseobject", | ||
"version": "1.0.2", | ||
"version": "1.0.3-canary.199.b271c6e.0", | ||
"description": "BaseObject implementation with Maid attached for Roblox", | ||
@@ -13,2 +13,6 @@ "keywords": [ | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
@@ -21,3 +25,3 @@ "repository": { | ||
"dependencies": { | ||
"@quenty/maid": "^1.0.2" | ||
"@quenty/maid": "1.0.3-canary.199.b271c6e.0" | ||
}, | ||
@@ -33,3 +37,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c78150de4045cf8bbf78cc7d571d8b4d70e30f30" | ||
"gitHead": "b271c6ebee1b26a146938694967bcb381a74d808" | ||
} |
@@ -10,7 +10,8 @@ ## BaseObject | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" /> | ||
</a> | ||
</div> | ||
BaseObject implementation with Maid attached. | ||
BaseObject implementation with Maid attached. A BaseObject basically just adds the :Destroy() interface, and a private member `_maid`, along with an optional object it references. | ||
## Installation | ||
@@ -21,12 +22,1 @@ ``` | ||
A BaseObject basically just adds the :Destroy() interface, and a private member `_maid`, along with an optional object it references. | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4326
6
2
21
+ Added@quenty/maid@1.0.3-canary.199.b271c6e.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)