@persevie/statemanjs
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,1 +0,1 @@ | ||
{"name":"@persevie/statemanjs","version":"1.1.0","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.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)"} |
@@ -5,3 +5,2 @@ <p align="center"> | ||
```ts | ||
@@ -61,3 +60,3 @@ import { createState } from "@persevie/statemanjs"; | ||
- [**Usage**](#usage) | ||
- [**Installing and creating state**](#installing-and-creating-state) | ||
- [**Installation and initialization the state**](#installation-and-initialization-the-state) | ||
- [**Subscribe to changes**](#subscribe-to-changes) | ||
@@ -167,3 +166,3 @@ - [**State change**](#state-change) | ||
## **Installing and creating state** | ||
## **Installation and initialization the state** | ||
@@ -170,0 +169,0 @@ ```bash |
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
71109
430