nebula-token 1.0.1.pre.rc.3 → 1.0.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e174bf87f7b2cca663e761f710c4d7caf75795d1fe2077e4bfd781f68ec064a6
|
|
4
|
+
data.tar.gz: e1285aa87c3bb87eafd5216204be69cf852b01cd450df9c5329dd9639521fda5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e450ff9a8351b508db17d31d251eb560ff73fed504b44746e4c7315d9900d34d7e2073b8119d4d42dc17722fb0685e5374103055bd1d4ec743cc860d396c1712
|
|
7
|
+
data.tar.gz: fe19f48e27733096ce103921b5fa20e21faa0aeab3a9d38d4ba5648718ff3b8a1e69c38bb83c21e9c749fccce2943f1f3c4b6cd54226b3831032ffa65d0beb24
|
data/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
-
## [1.0.1
|
|
7
|
+
## [1.0.1] - 2026-07-30
|
|
8
8
|
|
|
9
9
|
Release automation only; no change to this package's behaviour, API or wire
|
|
10
10
|
format. Published because `1.0.0` reached only npm and PyPI before the release
|
|
@@ -24,5 +24,5 @@ workflow failed, and neither permits republishing a used version number.
|
|
|
24
24
|
window, family revocation, sender (device) binding, dual expiry clocks,
|
|
25
25
|
pepper rotation via `kid`.
|
|
26
26
|
|
|
27
|
-
[1.0.1
|
|
27
|
+
[1.0.1]: https://github.com/nebula-token/nebula-token/releases/tag/v1.0.1
|
|
28
28
|
[1.0.0]: https://github.com/nebula-token/nebula-token/releases/tag/v1.0.0
|