@global-torque/invest-core 0.3.1 → 0.4.0
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 +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.0 candidate
|
|
4
|
+
|
|
5
|
+
- Reissued the framework cohort for the breaking redemption domain contract;
|
|
6
|
+
analytics and policy exports remain unchanged.
|
|
7
|
+
|
|
3
8
|
## 0.3.1 candidate
|
|
4
9
|
|
|
5
10
|
- 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.0",
|
|
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.0",
|
|
71
71
|
"ajv": "^8.20.0",
|
|
72
72
|
"ajv-errors": "^3.0.0",
|
|
73
73
|
"ajv-formats": "^3.0.1",
|