@persevie/statemanjs
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,1 +0,1 @@ | ||
{"name":"@persevie/statemanjs","version":"1.1.1","description":"Proper state manager for JavaScript","main":"statemanjs.js","module":"statemanjs.mjs","typings":"statemanjs.d.ts","license":"MIT","repository":"https://github.com/persevie/statemanjs","bugs":"https://github.com/persevie/statemanjs/issues","publishConfig":{"access":"public"},"files":["README.md","LICENSE","statemanjs.js","statemanjs.mjs","statemanjs.d.ts","statemanjs.js.map","statemanjs.mjs.map"],"keywords":["javascript","state management","state manager","state","store"],"author":"Dmitry Shatokhin <dmtrshatokhin@gmail.com> (https://github.com/dmtrshat)"} | ||
{"name":"@persevie/statemanjs","version":"1.1.2","description":"Proper state manager for JavaScript","main":"statemanjs.js","module":"statemanjs.mjs","typings":"statemanjs.d.ts","license":"MIT","repository":"https://github.com/persevie/statemanjs","bugs":"https://github.com/persevie/statemanjs/issues","publishConfig":{"access":"public"},"files":["README.md","LICENSE","statemanjs.js","statemanjs.mjs","statemanjs.d.ts","statemanjs.js.map","statemanjs.mjs.map"],"keywords":["javascript","state management","state manager","state","store"],"author":"Dmitry Shatokhin <dmtrshatokhin@gmail.com> (https://github.com/dmtrshat)"} |
@@ -424,3 +424,3 @@ <p align="center"> | ||
Statemanjs is framework agnostic and can be used without additional packages. But for convenience, there are packages for the most popular frameworks - [react](https://github.com/persevie/statemanjs-react/README.md), [vue](https://github.com/persevie/statemanjs-vue/README.md), [solid](https://github.com/persevie/statemanjs-solid/README.md). Statemanjs supports svelte out of the box and doesn't need any additional packages. | ||
Statemanjs is framework agnostic and can be used without additional packages. But for convenience, there are packages for the most popular frameworks - [react](https://github.com/persevie/statemanjs-react), [vue](https://github.com/persevie/statemanjs-vue), [solid](https://github.com/persevie/statemanjs-solid). Statemanjs supports svelte out of the box and doesn't need any additional packages. | ||
To work with additional packages, the main statemanjs package is required. | ||
@@ -427,0 +427,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
71079