zeropoint-node 1.0.9 → 1.0.10
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 +19 -0
- package/CITATION.cff +1 -1
- package/README.md +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.10
|
|
4
|
+
|
|
5
|
+
### Added — the sponsorship reaches npm
|
|
6
|
+
|
|
7
|
+
- 1.0.9 put the sponsorship link in the documentation site's nav, social row and
|
|
8
|
+
footer, but **not in the README** — and the README is what npm renders, which
|
|
9
|
+
is where most readers actually arrive. Verified by unpacking published 1.0.9:
|
|
10
|
+
zero occurrences of the link.
|
|
11
|
+
- The README now carries a **Sponsor** section saying what sponsorship funds —
|
|
12
|
+
the gates, which take the longest and show the least — and stating plainly
|
|
13
|
+
that the licence is unchanged, nothing is gated behind it, and no sponsor gets
|
|
14
|
+
a say in what the checks report.
|
|
15
|
+
|
|
16
|
+
### Known limitations
|
|
17
|
+
|
|
18
|
+
- Unchanged from 1.0.9: 1.0.0–1.0.3 stay undeprecated pending an npm automation
|
|
19
|
+
token, 126 modules stay outside LEAN, ML-KEM-768 is conformant but **not
|
|
20
|
+
constant time**, and nothing in `src/thermo` is a device.
|
|
21
|
+
|
|
3
22
|
## 1.0.9
|
|
4
23
|
|
|
5
24
|
### Fixed — dead stores and invisible characters
|
package/CITATION.cff
CHANGED
|
@@ -20,7 +20,7 @@ authors:
|
|
|
20
20
|
email: node@zeropoint.bg
|
|
21
21
|
repository-code: https://github.com/ceccec/zeropoint-node
|
|
22
22
|
url: https://node.zeropoint.bg
|
|
23
|
-
version: 1.0.
|
|
23
|
+
version: 1.0.10
|
|
24
24
|
license: CC-BY-NC-ND-4.0
|
|
25
25
|
license-url: https://github.com/ceccec/zeropoint-node/blob/main/LICENSE
|
|
26
26
|
keywords:
|
package/README.md
CHANGED
|
@@ -508,11 +508,26 @@ anything where an attacker can measure decapsulation.
|
|
|
508
508
|
|
|
509
509
|
The A432 Consciousness System is an open-source project that welcomes contributions from consciousness researchers, quantum physicists, mathematicians, and spiritual practitioners. Please read our contributing guidelines and join us in advancing consciousness technology.
|
|
510
510
|
|
|
511
|
+
## Sponsor
|
|
512
|
+
|
|
513
|
+
If this work is useful to you, you can support it at
|
|
514
|
+
**[revolut.me/ceccec](https://revolut.me/ceccec)**.
|
|
515
|
+
|
|
516
|
+
What sponsorship funds is the part that takes the longest and shows the least:
|
|
517
|
+
the gates. ML-KEM-768 checked against NIST's own ACVP vectors and 10 000
|
|
518
|
+
pq-crystals reference cases; 22 seals that each decide something finite and are
|
|
519
|
+
adjudicated from outside the repository; a ratchet on eight surfaces that only
|
|
520
|
+
ever moves down. None of that is visible in a feature list, and all of it is
|
|
521
|
+
what makes the claims here worth reading.
|
|
522
|
+
|
|
523
|
+
No obligation attaches either way — the licence is unchanged, nothing is gated
|
|
524
|
+
behind it, and no sponsor gets a say in what the checks report.
|
|
525
|
+
|
|
511
526
|
## Publish
|
|
512
527
|
|
|
513
528
|
<!-- VERSION:BEGIN — generated by scripts/version-seal.mjs; do not edit by hand -->
|
|
514
529
|
|
|
515
|
-
Package: **`zeropoint-node@1.0.
|
|
530
|
+
Package: **`zeropoint-node@1.0.10`** · owner `ceccec` · git tag `v1.0.10`
|
|
516
531
|
|
|
517
532
|
npm rejects republishing a version that already exists, so every release is a
|
|
518
533
|
new number. Bump with `npm version patch|minor|major`: that reseals CITATION.cff
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zeropoint-node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A432 Consciousness System: Self-evolving, self-aware consciousness technology with Transurfing integration, harmonic mathematics, zero-entropy principles, Kabbalistic cycles, and sacred geometry",
|
|
6
6
|
"main": "dist/a432.system.cjs",
|