@equinor/fusion-framework-cli 9.0.2 → 9.1.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 +28 -0
- package/dist/bin/dev-portal/AppLoader.js +1 -0
- package/dist/bin/dev-portal/AppLoader.js.map +1 -1
- package/dist/bin/dev-portal/Router.js +1 -4
- package/dist/bin/dev-portal/Router.js.map +1 -1
- package/dist/bin/dev-portal/config.js +2 -0
- package/dist/bin/dev-portal/config.js.map +1 -1
- package/dist/bin/dev-portal/main.js +2 -1
- package/dist/bin/dev-portal/main.js.map +1 -1
- package/dist/bin/public/assets/{index-6610901f.js → index-85671ebc.js} +648 -588
- package/dist/bin/public/index.html +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +15 -14
package/dist/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { StrictMode } from 'react';
|
|
3
2
|
import * as ReactDOM from 'react-dom/client';
|
|
4
3
|
const Test = (args) => {
|
|
5
4
|
return (_jsxs("div", { children: [_jsx("p", { children: "Hello there this is all! good \uD83E\uDD19\uD83C\uDFFB" }), _jsx("pre", { children: JSON.stringify(args, undefined, 4) })] }));
|
|
6
5
|
};
|
|
7
6
|
export const render = (el, args) => {
|
|
8
7
|
const root = ReactDOM.createRoot(el);
|
|
9
|
-
root.render(_jsx(
|
|
8
|
+
root.render(_jsx(Test, { env: args.env }));
|
|
10
9
|
return () => root.unmount();
|
|
11
10
|
};
|
|
12
11
|
export default render;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAI7C,MAAM,IAAI,GAAG,CAAC,IAAsB,EAAE,EAAE;IACpC,OAAO,CACH,0BACI,iFAAyC,EACzC,wBAAM,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,GAAO,IAC7C,CACT,CAAC;AACN,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EAAe,EAAE,IAAsB,EAAE,EAAE;IAC9D,MAAM,IAAI,GAAG,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;IACrC,IAAI,CAAC,MAAM,CAAC,KAAC,IAAI,IAAC,GAAG,EAAE,IAAI,CAAC,GAAG,GAAI,CAAC,CAAC;IACrC,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;AAChC,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"@equinor/eds-core-react": "^0.32.4",
|
|
30
30
|
"@equinor/eds-icons": "^0.19.3",
|
|
31
31
|
"@equinor/eds-tokens": "^0.9.2",
|
|
32
|
+
"@equinor/fusion-wc-person": "1.0.0-next.5",
|
|
32
33
|
"@types/adm-zip": "^0.5.0",
|
|
33
34
|
"@types/semver": "^7.5.0",
|
|
34
35
|
"@vitejs/plugin-react": "^4.0.4",
|
|
@@ -51,7 +52,8 @@
|
|
|
51
52
|
"vite-plugin-environment": "^1.1.3",
|
|
52
53
|
"vite-plugin-restart": "^0.3.1",
|
|
53
54
|
"vite-tsconfig-paths": "^4.2.0",
|
|
54
|
-
"@equinor/fusion-framework-app": "^7.1.
|
|
55
|
+
"@equinor/fusion-framework-app": "^7.1.5",
|
|
56
|
+
"@equinor/fusion-framework-react-components-people-provider": "^1.0.0",
|
|
55
57
|
"@equinor/fusion-observable": "^8.1.1"
|
|
56
58
|
},
|
|
57
59
|
"devDependencies": {
|
|
@@ -66,7 +68,6 @@
|
|
|
66
68
|
"@equinor/fusion-react-progress-indicator": "^0.1.6",
|
|
67
69
|
"@equinor/fusion-react-side-sheet": "1.0.1",
|
|
68
70
|
"@equinor/fusion-react-styles": "^0.5.9",
|
|
69
|
-
"@equinor/fusion-wc-person": "^0.4.6",
|
|
70
71
|
"@material-ui/styles": "^4.11.5",
|
|
71
72
|
"@types/express": "^4.17.17",
|
|
72
73
|
"@types/node": "^20.4.9",
|
|
@@ -80,19 +81,19 @@
|
|
|
80
81
|
"styled-components": "^6.0.7",
|
|
81
82
|
"types": "link:./types",
|
|
82
83
|
"typescript": "^5.1.3",
|
|
83
|
-
"@equinor/fusion-framework": "^7.0.
|
|
84
|
-
"@equinor/fusion-framework-app": "^7.1.
|
|
85
|
-
"@equinor/fusion-framework-module-app": "^5.2.
|
|
86
|
-
"@equinor/fusion-framework-module-bookmark": "^1.0.
|
|
87
|
-
"@equinor/fusion-framework-module-context": "^4.0.
|
|
88
|
-
"@equinor/fusion-framework-module-http": "^5.0
|
|
84
|
+
"@equinor/fusion-framework": "^7.0.20",
|
|
85
|
+
"@equinor/fusion-framework-app": "^7.1.5",
|
|
86
|
+
"@equinor/fusion-framework-module-app": "^5.2.5",
|
|
87
|
+
"@equinor/fusion-framework-module-bookmark": "^1.0.11",
|
|
88
|
+
"@equinor/fusion-framework-module-context": "^4.0.14",
|
|
89
|
+
"@equinor/fusion-framework-module-http": "^5.1.0",
|
|
89
90
|
"@equinor/fusion-framework-module-msal": "^3.0.6",
|
|
90
91
|
"@equinor/fusion-framework-module-navigation": "^3.0.5",
|
|
91
|
-
"@equinor/fusion-framework-module-services": "^3.
|
|
92
|
-
"@equinor/fusion-framework-react": "^5.
|
|
93
|
-
"@equinor/fusion-framework-react-components-bookmark": "^0.2.
|
|
94
|
-
"@equinor/fusion-framework-react-module-bookmark": "^2.0.
|
|
95
|
-
"@equinor/fusion-query": "^
|
|
92
|
+
"@equinor/fusion-framework-module-services": "^3.2.0",
|
|
93
|
+
"@equinor/fusion-framework-react": "^5.3.0",
|
|
94
|
+
"@equinor/fusion-framework-react-components-bookmark": "^0.2.7",
|
|
95
|
+
"@equinor/fusion-framework-react-module-bookmark": "^2.0.18",
|
|
96
|
+
"@equinor/fusion-query": "^4.0.0"
|
|
96
97
|
},
|
|
97
98
|
"scripts": {
|
|
98
99
|
"prebuild": "pnpm build:source",
|