@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 +1 -1
- package/README.md +1 -0
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
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
|
-
-
|
|
27
|
+
- Code coverage added.
|
|
28
28
|
|
|
29
29
|
- **Changed**
|
|
30
30
|
- (placeholder)
|
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@plasius/react-state)
|
|
4
4
|
[](https://github.com/plasius/react-state/actions/workflows/ci.yml)
|
|
5
|
+
[](https://codecov.io/gh/Plasius-LTD/react-state)
|
|
5
6
|
[](./LICENSE)
|
|
6
7
|
[](./CODE_OF_CONDUCT.md)
|
|
7
8
|
[](./SECURITY.md)
|
package/package.json
CHANGED
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:
|
|
5
|
+
"serialNumber": "urn:uuid:2cd3bc69-1f9e-4744-91a0-36213d80cdb4",
|
|
6
6
|
"version": 1,
|
|
7
7
|
"metadata": {
|
|
8
|
-
"timestamp": "2025-09-17T15:
|
|
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.
|
|
22
|
+
"bom-ref": "@plasius/react-state@1.0.7",
|
|
23
23
|
"type": "library",
|
|
24
24
|
"name": "react-state",
|
|
25
|
-
"version": "1.0.
|
|
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.
|
|
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.
|
|
62
|
+
"ref": "@plasius/react-state@1.0.7",
|
|
63
63
|
"dependsOn": []
|
|
64
64
|
}
|
|
65
65
|
]
|