Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kiploks/engine-monorepo",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"description": "Kiploks Open Core engine - npm packages: contracts, core, adapters, CLI, test vectors. This folder is the git root of the published engine repository.",
"keywords": [
"algorithmic-trading",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiploks/engine-adapters",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@kiploks/engine-contracts": "0.4.0"
"@kiploks/engine-contracts": "0.4.1"
},
"devDependencies": {
"typescript": "^5.9.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiploks/engine-cli",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,9 +55,9 @@
},
"dependencies": {
"@dedalik/use-react": "^1.1.1",
"@kiploks/engine-adapters": "0.4.0",
"@kiploks/engine-contracts": "0.4.0",
"@kiploks/engine-core": "0.4.0",
"@kiploks/engine-adapters": "0.4.1",
"@kiploks/engine-contracts": "0.4.1",
"@kiploks/engine-core": "0.4.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiploks/engine-contracts",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Keep these exports stable across minor releases.
*/

export const ENGINE_VERSION = "0.4.0";
export const ENGINE_VERSION = "0.4.1";
export const ANALYSIS_ENGINE_VERSION = "3.0";
export const FORMULA_VERSION = "2.2.0";
export const RISK_ANALYSIS_VERSION = 1;
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiploks/engine-core",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"postpack": "node ../../scripts/engine-core-prepack.mjs restore"
},
"dependencies": {
"@kiploks/engine-contracts": "0.4.0"
"@kiploks/engine-contracts": "0.4.1"
},
"devDependencies": {
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-vectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiploks/engine-test-vectors",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand Down
Loading