Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
timzolleis committed Dec 10, 2024
2 parents fa3081c + 2b09973 commit 00607c4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/dashboard-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @triargos/dashboard-node [2.0.1](https://github.com/triargos/sdks/compare/@triargos/dashboard-node@2.0.0...@triargos/dashboard-node@2.0.1) (2024-11-18)


### Bug Fixes

* **dashboard:** change export ([d2af0af](https://github.com/triargos/sdks/commit/d2af0af8e7af2ea021ecec5ee09430c30067bd41))

# @triargos/dashboard-node [2.0.0](https://github.com/triargos/sdks/compare/@triargos/dashboard-node@1.2.0...@triargos/dashboard-node@2.0.0) (2024-11-15)


Expand Down
3 changes: 2 additions & 1 deletion packages/dashboard-node/dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { Dashboard } from './dashboard';
import { Dashboard } from "./dashboard";
export { Dashboard };
2 changes: 1 addition & 1 deletion packages/dashboard-node/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Dashboard = void 0;
var dashboard_1 = require("./dashboard");
const dashboard_1 = require("./dashboard");
Object.defineProperty(exports, "Dashboard", { enumerable: true, get: function () { return dashboard_1.Dashboard; } });
7 changes: 7 additions & 0 deletions packages/procurat-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @triargos/procurat-node [2.2.1](https://github.com/triargos/sdks/compare/@triargos/procurat-node@2.2.0...@triargos/procurat-node@2.2.1) (2024-11-18)


### Bug Fixes

* **dashboard:** change export ([d2af0af](https://github.com/triargos/sdks/commit/d2af0af8e7af2ea021ecec5ee09430c30067bd41))

# @triargos/procurat-node [2.2.0](https://github.com/triargos/sdks/compare/@triargos/procurat-node@2.1.0...@triargos/procurat-node@2.2.0) (2024-11-15)


Expand Down

0 comments on commit 00607c4

Please sign in to comment.