@quenty/brio
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@quenty/brio", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Brios wrap an object and either are alive or dead", | ||
@@ -22,3 +22,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/maid": "~0.0.2" | ||
"@quenty/maid": "~0.0.2", | ||
"@quenty/rx": "~0.0.1" | ||
}, | ||
@@ -25,0 +26,0 @@ "bugs": { |
@@ -25,1 +25,28 @@ ## Brio | ||
## API Surface | ||
### `Brio.isBrio(value)` | ||
### `Brio.new(...) -- Wrap` | ||
### `Brio:GetDiedSignal()` | ||
### `Brio:IsDead()` | ||
### `Brio:ErrorIfDead()` | ||
### `Brio:ToMaid()` | ||
### `Brio:GetValue()` | ||
### `Brio:Destroy()` | ||
## Changelog | ||
### 0.0.1 | ||
- Added RxBrioUtils to brio | ||
- Updated documentation | ||
- Added changelog | ||
### 0.0.0 | ||
Initial commit |
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
15184
6
51
2
+ Added@quenty/rx@~0.0.1
+ Added@quenty/loader@0.0.2(transitive)
+ Added@quenty/rx@0.0.1(transitive)
+ Added@quenty/signal@0.0.0(transitive)
+ Added@quenty/symbol@0.0.0(transitive)
+ Added@quenty/table@0.0.0(transitive)
+ Added@quenty/throttle@0.0.1(transitive)