Skip to content

Commit

Permalink
bump version to 1.0.34; gamma upgraded to 0.0.21 (#1183)
Browse files Browse the repository at this point in the history
* bump version to 1.0.34; gamma upgraded to 0.0.21

* fix type checks
  • Loading branch information
soson authored Mar 13, 2023
1 parent abc9c95 commit 7a25095
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/frinx-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frinx/dashboard",
"version": "1.0.33",
"version": "1.0.34",
"private": true,
"dependencies": {
"@azure/msal-browser": "2.34.0",
Expand All @@ -19,7 +19,7 @@
"@frinx/workflow-builder": "^1.0.0",
"@frinx/workflow-ui": "^2.0.0",
"@frinxio/device-topology": "^0.0.1",
"@frinxio/gamma": "0.0.20",
"@frinxio/gamma": "0.0.21",
"@types/node": "16.18.14",
"@types/react": "17.0.53",
"@types/react-dom": "18.0.11",
Expand Down
10 changes: 3 additions & 7 deletions packages/frinx-dashboard/src/gamma-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ const GammaApp: VoidFunctionComponent = () => {
setComponents({
GammaApp: App,
GammaAppProvider: getGammaAppProvider({
unistoreCallbacks: UnistoreApi.create({ url: window.__CONFIG__.unistoreApiURL, authContext }, '').client,
unistoreClient: UnistoreApi.create({ url: window.__CONFIG__.unistoreApiURL, authContext }, '').client,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
workflowManagerCallbacks: UniflowApi.create({ url: window.__CONFIG__.uniflowApiURL, authContext }).client,
workflowManagerClient: UniflowApi.create({ url: window.__CONFIG__.uniflowApiURL, authContext }).client,
resourceManagerClient: ResourceManagerApi.create({ url: window.__CONFIG__.uniresourceApiURL, authContext }),
}),
});
});
Expand All @@ -38,14 +39,9 @@ const GammaApp: VoidFunctionComponent = () => {
}

const { GammaAppProvider, GammaApp: App } = components;
const resourceManagerClient = ResourceManagerApi.create({
url: window.__CONFIG__.uniresourceApiURL,
authContext,
});

return (
<GammaAppProvider
resourceManagerClient={resourceManagerClient}
hasTransactionError={hasTransactionError}
onTransactionRefresh={() => {
setHasTransactionError(false);
Expand Down
2 changes: 1 addition & 1 deletion packages/frinx-frontend-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frinx/frontend-server",
"version": "1.0.33",
"version": "1.0.34",
"main": "dist/server.js",
"files": [
"dist/*"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4611,7 +4611,7 @@ __metadata:
"@frinx/workflow-builder": ^1.0.0
"@frinx/workflow-ui": ^2.0.0
"@frinxio/device-topology": ^0.0.1
"@frinxio/gamma": 0.0.20
"@frinxio/gamma": 0.0.21
"@types/node": 16.18.14
"@types/react": 17.0.53
"@types/react-dom": 18.0.11
Expand Down Expand Up @@ -5126,9 +5126,9 @@ __metadata:
languageName: unknown
linkType: soft

"@frinxio/gamma@npm:0.0.20":
version: 0.0.20
resolution: "@frinxio/gamma@npm:0.0.20::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40FRINXio%2Fgamma%2F0.0.20%2F9bec5cc59e2613f7c02736ae3bf924c02b723240"
"@frinxio/gamma@npm:0.0.21":
version: 0.0.21
resolution: "@frinxio/gamma@npm:0.0.21::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40FRINXio%2Fgamma%2F0.0.21%2F368e9bfdf6b8cb259efe3cf976a9adce10d20605"
dependencies:
"@types/lodash": 4.14.181
"@types/url-join": 4.0.1
Expand Down Expand Up @@ -5156,7 +5156,7 @@ __metadata:
react: ^18.0.0
react-dom: ^18.0.0
react-router-dom: ^6.0.0
checksum: 23977b8b7ca44b192f46f5827b543420370d0f93629f06b76e12809cda581d2b38dffe2b183d1e5bc9278b844a3ad67ea3fd05036a48500253c763b9fe64f727
checksum: 8992291fff1b345f40a7a25e43773c3bdfbd72f7f89493e7ba4a198ebdc03f0d6b97cc2c6d888415a7ded0cec7977e98206ce12b6bd8d723a109b37fc3d826a0
languageName: node
linkType: hard

Expand Down

0 comments on commit 7a25095

Please sign in to comment.