@rimbu/actor
Advanced tools
Comparing version 0.11.6 to 0.11.7
{ | ||
"name": "@rimbu/actor", | ||
"version": "0.11.6", | ||
"version": "0.11.7", | ||
"description": "State management tools to create stateful logic that can be easily integrated in any framework", | ||
@@ -92,7 +92,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rimbu/deep": "^0.14.4", | ||
"@rimbu/stream": "^0.13.5", | ||
"@rimbu/deep": "^0.14.5", | ||
"@rimbu/stream": "^0.13.6", | ||
"immer": "^9.0.16" | ||
}, | ||
"gitHead": "8e4ec725c03e43d64d0e3f36c380a295816d66e5" | ||
"gitHead": "5400f8471bdfc7a227f7defc4a3942bdf3ff1423" | ||
} |
@@ -5,2 +5,6 @@ <p align="center"> | ||
[![npm version](https://badge.fury.io/js/@rimbu%2Factor.svg)](https://www.npmjs.com/package/@rimbu/actor) [![Deno](https://shield.deno.dev/x/rimbu)](http://deno.land/x/rimbu) | ||
![Licence](https://img.shields.io/github/license/rimbu-org/rimbu) | ||
# @rimbu/actor | ||
@@ -16,10 +20,23 @@ | ||
### Yarn/NPM | ||
### Compabitity | ||
- [`Node >= 16` ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?logo=node.js&logoColor=white)](https://nodejs.org) | ||
- [`Deno` ![Deno JS](https://img.shields.io/badge/deno%20js-000000?logo=deno&logoColor=white)](https://deno.com/runtime) | ||
- [`Bun >= 0.6.0` ![Bun](https://img.shields.io/badge/Bun-%23000000.svg?logoColor=white)](https://bun.sh/) | ||
- `Web` ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?logoColor=white) | ||
### Yarn / NPM / Bun | ||
For `yarn`: | ||
> `yarn add @rimbu/actor` | ||
or | ||
For `npm`: | ||
> `npm i @rimbu/actor` | ||
For `bun`: | ||
> `bun add @rimbu/actor` | ||
### Deno | ||
@@ -26,0 +43,0 @@ |
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
98258
117