@dvashim/store 1.5.5 → 1.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,18 +4,15 @@
4
4
  [![npm version][npm-badge]][npm-url]
5
5
  [![npm downloads][downloads-badge]][npm-url]
6
6
  [![License: MIT][license-badge]][license-url]
7
- [![TypeScript][ts-badge]][ts-url]
8
7
  [![Checked with Biome][biome-badge]][biome-url]
9
8
 
10
- [ci-badge]: https://img.shields.io/github/actions/workflow/status/dvashim/store/ci.yml?branch=main&style=flat-square&logo=github&label=CI
9
+ [ci-badge]: https://img.shields.io/github/actions/workflow/status/dvashim/store/ci.yml?style=flat-square&logo=github&label=CI
11
10
  [ci-url]: https://github.com/dvashim/store/actions/workflows/ci.yml
12
11
  [npm-badge]: https://img.shields.io/npm/v/@dvashim/store.svg?logo=npm&style=flat-square&color=07c&label=@dvashim/store
13
12
  [npm-url]: https://www.npmjs.com/package/@dvashim/store
14
13
  [downloads-badge]: https://img.shields.io/npm/dm/@dvashim/store?logo=npm&style=flat-square&color=07c
15
14
  [license-badge]: https://img.shields.io/npm/l/@dvashim/store?style=flat-square&color=07c
16
15
  [license-url]: https://github.com/dvashim/store/blob/main/LICENSE
17
- [ts-badge]: https://img.shields.io/badge/TypeScript-07c?style=flat-square&logo=typescript&logoColor=fff
18
- [ts-url]: https://www.typescriptlang.org/
19
16
  [biome-badge]: https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat-square&logo=biome&color=07c&logoColor=fff
20
17
  [biome-url]: https://biomejs.dev
21
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvashim/store",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Yet another state management in React",
5
5
  "keywords": [
6
6
  "lightweight",