@global-torque/invest-core 0.3.1 → 0.4.12
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 +88 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.12 candidate
|
|
4
|
+
|
|
5
|
+
- Reissued the cohort with a side-effect-free shared CSS contract root resolver;
|
|
6
|
+
release contract tests do not launch a browser.
|
|
7
|
+
|
|
8
|
+
## 0.4.11 abandoned candidate
|
|
9
|
+
|
|
10
|
+
- CI run `35574140527` and candidate run `35574298182` launched the browser
|
|
11
|
+
contract before Playwright/dependency installation; no hosted candidate
|
|
12
|
+
artifact, GitHub release, or npm package exists. The immutable tagged source
|
|
13
|
+
ledger paired dashboard.webdevelop.biz with torque-packages sourceRevision
|
|
14
|
+
`82fe93868d28682211ea21867badcdeb85879970`; no artifact or receipt escaped.
|
|
15
|
+
|
|
16
|
+
## 0.4.10 abandoned candidate
|
|
17
|
+
|
|
18
|
+
- Immutable candidate passed the absent-token npm path, but the corresponding
|
|
19
|
+
pnpm strict-layout path failed with `ENOENT` for an undeclared sibling
|
|
20
|
+
package; the 0.2.1 and 0.3.0 paths did not run; no registry package exists.
|
|
21
|
+
|
|
22
|
+
## 0.4.9 abandoned candidate
|
|
23
|
+
|
|
24
|
+
- Immutable candidate was superseded because the immutable release ledger
|
|
25
|
+
misstated public evidence as authenticated and conflated the observed
|
|
26
|
+
offer-card difference with the inferred `VHeaderBar` sibling; no registry
|
|
27
|
+
package exists.
|
|
28
|
+
|
|
29
|
+
## 0.4.8 abandoned candidate
|
|
30
|
+
|
|
31
|
+
- Immutable candidate was superseded before publication after the required
|
|
32
|
+
public Investor mobile offer parity gate on
|
|
33
|
+
`/tahoe-e2e-fund-766pk7` found 2 differing pixels / 4 channel-level deltas
|
|
34
|
+
in the offer-card shadow; source review found the same fallback defect in
|
|
35
|
+
`VHeaderBar`; no registry package exists.
|
|
36
|
+
|
|
37
|
+
## 0.4.8 candidate
|
|
38
|
+
|
|
39
|
+
- Reissued the seven-package cohort with the PWA login and footer compatibility
|
|
40
|
+
corrections.
|
|
41
|
+
|
|
42
|
+
## 0.4.7 abandoned candidate
|
|
43
|
+
|
|
44
|
+
- Superseded before publication after authenticated Platform desktop parity
|
|
45
|
+
exposed invisible footer disclosure and copyright text; no registry package
|
|
46
|
+
exists.
|
|
47
|
+
|
|
48
|
+
## 0.4.6 candidate
|
|
49
|
+
|
|
50
|
+
- Reissued the seven-package cohort with the Invest Shell geometry recovery and
|
|
51
|
+
complete token compatibility characterization.
|
|
52
|
+
|
|
53
|
+
## 0.4.5 abandoned candidate
|
|
54
|
+
|
|
55
|
+
- Superseded before publication by the 0.4.6 geometry recovery.
|
|
56
|
+
|
|
57
|
+
## 0.4.5 candidate
|
|
58
|
+
|
|
59
|
+
- Reissued the seven-package cohort with the inverse-footer compatibility fix;
|
|
60
|
+
core contracts and the final `price_update` removal are unchanged.
|
|
61
|
+
|
|
62
|
+
## 0.4.4 abandoned candidate
|
|
63
|
+
|
|
64
|
+
- Immutable candidate was superseded before publication; no registry package
|
|
65
|
+
exists.
|
|
66
|
+
|
|
67
|
+
## 0.4.4 candidate
|
|
68
|
+
|
|
69
|
+
- Reissued the seven-package cohort after the accepted Invest Shell CSS
|
|
70
|
+
contract recovery; core contracts are unchanged.
|
|
71
|
+
|
|
72
|
+
## 0.4.3 abandoned candidate
|
|
73
|
+
|
|
74
|
+
- Immutable candidate tag was retained after a successful candidate run but
|
|
75
|
+
was superseded before publication by the footer-role recovery.
|
|
76
|
+
|
|
77
|
+
## 0.4.2 abandoned candidate
|
|
78
|
+
|
|
79
|
+
- Reissued the cohort with the final `price_update` removal retained.
|
|
80
|
+
|
|
81
|
+
## 0.4.1 abandoned candidate
|
|
82
|
+
|
|
83
|
+
- Immutable candidate tag was retained but not published after its browser CI
|
|
84
|
+
gate lacked a Chromium installation step.
|
|
85
|
+
|
|
86
|
+
## 0.4.0 candidate
|
|
87
|
+
|
|
88
|
+
- Reissued the framework cohort for the breaking redemption domain contract;
|
|
89
|
+
analytics and policy exports remain unchanged.
|
|
90
|
+
|
|
3
91
|
## 0.3.1 candidate
|
|
4
92
|
|
|
5
93
|
- Retain user, business, numeric, URL, and diagnostic analytics values while
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@global-torque/invest-core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.12",
|
|
5
5
|
"description": "Pure investment policy, calculations, formatters, and schema helpers.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"engines": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@types/lodash": "^4.17.24",
|
|
70
|
-
"@global-torque/domain-types": "0.
|
|
70
|
+
"@global-torque/domain-types": "0.4.12",
|
|
71
71
|
"ajv": "^8.20.0",
|
|
72
72
|
"ajv-errors": "^3.0.0",
|
|
73
73
|
"ajv-formats": "^3.0.1",
|