@plasius/react-state 1.0.7 → 1.0.8

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.
package/CHANGELOG.md CHANGED
@@ -24,7 +24,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
24
24
  ## [] - 2025-09-17
25
25
 
26
26
  - **Added**
27
- - (placeholder) Add new hooks, scoped store features, or context helpers here.
27
+ - Code coverage added.
28
28
 
29
29
  - **Changed**
30
30
  - (placeholder)
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@plasius/react-state.svg)](https://www.npmjs.com/package/@plasius/react-state)
4
4
  [![Build Status](https://img.shields.io/github/actions/workflow/status/Plasius-LTD/react-state/ci.yml?branch=main&label=build&style=flat)](https://github.com/plasius/react-state/actions/workflows/ci.yml)
5
+ [![coverage](https://img.shields.io/codecov/c/github/Plasius-LTD/react-state)](https://codecov.io/gh/Plasius-LTD/react-state)
5
6
  [![License](https://img.shields.io/github/license/Plasius-LTD/react-state)](./LICENSE)
6
7
  [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-yes-blue.svg)](./CODE_OF_CONDUCT.md)
7
8
  [![Security Policy](https://img.shields.io/badge/security%20policy-yes-orange.svg)](./SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/react-state",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Tiny, testable, typesafe React Scoped Store helper.",
5
5
  "keywords": [
6
6
  "react",
package/sbom.cdx.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
3
3
  "bomFormat": "CycloneDX",
4
4
  "specVersion": "1.5",
5
- "serialNumber": "urn:uuid:070834d4-7af4-4992-bf40-fcf52c4bf035",
5
+ "serialNumber": "urn:uuid:2cd3bc69-1f9e-4744-91a0-36213d80cdb4",
6
6
  "version": 1,
7
7
  "metadata": {
8
- "timestamp": "2025-09-17T15:31:48.552Z",
8
+ "timestamp": "2025-09-17T15:53:25.447Z",
9
9
  "lifecycles": [
10
10
  {
11
11
  "phase": "build"
@@ -19,14 +19,14 @@
19
19
  }
20
20
  ],
21
21
  "component": {
22
- "bom-ref": "@plasius/react-state@1.0.6",
22
+ "bom-ref": "@plasius/react-state@1.0.7",
23
23
  "type": "library",
24
24
  "name": "react-state",
25
- "version": "1.0.6",
25
+ "version": "1.0.7",
26
26
  "scope": "required",
27
27
  "author": "Plasius LTD",
28
28
  "description": "Tiny, testable, typesafe React Scoped Store helper.",
29
- "purl": "pkg:npm/%40plasius/react-state@1.0.6",
29
+ "purl": "pkg:npm/%40plasius/react-state@1.0.7",
30
30
  "properties": [
31
31
  {
32
32
  "name": "cdx:npm:package:path",
@@ -59,7 +59,7 @@
59
59
  "components": [],
60
60
  "dependencies": [
61
61
  {
62
- "ref": "@plasius/react-state@1.0.6",
62
+ "ref": "@plasius/react-state@1.0.7",
63
63
  "dependsOn": []
64
64
  }
65
65
  ]