@equinor/fusion-framework-cli 11.0.0-next.1 → 11.0.0-next.4
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 +25 -0
- package/bin/build/bin.js +1 -1
- package/bin/build/cli.js +1 -1
- package/bin/build/{portal-pack-CAsnV44B.js → portal-pack-tYUpOtku.js} +5 -1
- package/dist/esm/bin/utils/create-dev-server.js +3 -1
- package/dist/esm/bin/utils/create-dev-server.js.map +1 -1
- package/dist/esm/lib/app/create-app-manifest.js +2 -0
- package/dist/esm/lib/app/create-app-manifest.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/bin/portal-build.d.ts +1 -1
- package/dist/types/bin/portal-manifest.d.ts +1 -1
- package/dist/types/bin/portal-pack.d.ts +1 -1
- package/dist/types/lib/portal/portal-manifest.schema.d.ts +6 -6
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
|
@@ -39,9 +39,9 @@ export declare const buildPortal: (opt?: BuildApplicationOptions) => Promise<{
|
|
|
39
39
|
templateEntry: string;
|
|
40
40
|
schemaEntry: string;
|
|
41
41
|
config?: Record<string, unknown> | undefined;
|
|
42
|
+
assetPath?: string | undefined;
|
|
42
43
|
githubRepo?: string | undefined;
|
|
43
44
|
projectPage?: string | undefined;
|
|
44
|
-
assetPath?: string | undefined;
|
|
45
45
|
annotations?: Record<string, string> | undefined;
|
|
46
46
|
schema?: Record<string, unknown> | undefined;
|
|
47
47
|
};
|
|
@@ -44,9 +44,9 @@ export declare const loadPortalManifest: (options: ResolvePortalManifestOptions)
|
|
|
44
44
|
templateEntry: string;
|
|
45
45
|
schemaEntry: string;
|
|
46
46
|
config?: Record<string, unknown> | undefined;
|
|
47
|
+
assetPath?: string | undefined;
|
|
47
48
|
githubRepo?: string | undefined;
|
|
48
49
|
projectPage?: string | undefined;
|
|
49
|
-
assetPath?: string | undefined;
|
|
50
50
|
annotations?: Record<string, string> | undefined;
|
|
51
51
|
schema?: Record<string, unknown> | undefined;
|
|
52
52
|
};
|
|
@@ -40,9 +40,9 @@ export declare const bundlePortal: (options: BundlePortalOptions) => Promise<{
|
|
|
40
40
|
templateEntry: string;
|
|
41
41
|
schemaEntry: string;
|
|
42
42
|
config?: Record<string, unknown> | undefined;
|
|
43
|
+
assetPath?: string | undefined;
|
|
43
44
|
githubRepo?: string | undefined;
|
|
44
45
|
projectPage?: string | undefined;
|
|
45
|
-
assetPath?: string | undefined;
|
|
46
46
|
annotations?: Record<string, string> | undefined;
|
|
47
47
|
schema?: Record<string, unknown> | undefined;
|
|
48
48
|
};
|
|
@@ -29,9 +29,9 @@ export declare const PortalManifestBuildSchema: z.ZodObject<{
|
|
|
29
29
|
templateEntry: string;
|
|
30
30
|
schemaEntry: string;
|
|
31
31
|
config?: Record<string, unknown> | undefined;
|
|
32
|
+
assetPath?: string | undefined;
|
|
32
33
|
githubRepo?: string | undefined;
|
|
33
34
|
projectPage?: string | undefined;
|
|
34
|
-
assetPath?: string | undefined;
|
|
35
35
|
annotations?: Record<string, string> | undefined;
|
|
36
36
|
schema?: Record<string, unknown> | undefined;
|
|
37
37
|
}, {
|
|
@@ -42,9 +42,9 @@ export declare const PortalManifestBuildSchema: z.ZodObject<{
|
|
|
42
42
|
templateEntry: string;
|
|
43
43
|
schemaEntry: string;
|
|
44
44
|
config?: Record<string, unknown> | undefined;
|
|
45
|
+
assetPath?: string | undefined;
|
|
45
46
|
githubRepo?: string | undefined;
|
|
46
47
|
projectPage?: string | undefined;
|
|
47
|
-
assetPath?: string | undefined;
|
|
48
48
|
annotations?: Record<string, string> | undefined;
|
|
49
49
|
schema?: Record<string, unknown> | undefined;
|
|
50
50
|
}>;
|
|
@@ -83,9 +83,9 @@ export declare const PortalManifestSchema: z.ZodObject<{
|
|
|
83
83
|
templateEntry: string;
|
|
84
84
|
schemaEntry: string;
|
|
85
85
|
config?: Record<string, unknown> | undefined;
|
|
86
|
+
assetPath?: string | undefined;
|
|
86
87
|
githubRepo?: string | undefined;
|
|
87
88
|
projectPage?: string | undefined;
|
|
88
|
-
assetPath?: string | undefined;
|
|
89
89
|
annotations?: Record<string, string> | undefined;
|
|
90
90
|
schema?: Record<string, unknown> | undefined;
|
|
91
91
|
}, {
|
|
@@ -96,9 +96,9 @@ export declare const PortalManifestSchema: z.ZodObject<{
|
|
|
96
96
|
templateEntry: string;
|
|
97
97
|
schemaEntry: string;
|
|
98
98
|
config?: Record<string, unknown> | undefined;
|
|
99
|
+
assetPath?: string | undefined;
|
|
99
100
|
githubRepo?: string | undefined;
|
|
100
101
|
projectPage?: string | undefined;
|
|
101
|
-
assetPath?: string | undefined;
|
|
102
102
|
annotations?: Record<string, string> | undefined;
|
|
103
103
|
schema?: Record<string, unknown> | undefined;
|
|
104
104
|
}>;
|
|
@@ -111,9 +111,9 @@ export declare const PortalManifestSchema: z.ZodObject<{
|
|
|
111
111
|
templateEntry: string;
|
|
112
112
|
schemaEntry: string;
|
|
113
113
|
config?: Record<string, unknown> | undefined;
|
|
114
|
+
assetPath?: string | undefined;
|
|
114
115
|
githubRepo?: string | undefined;
|
|
115
116
|
projectPage?: string | undefined;
|
|
116
|
-
assetPath?: string | undefined;
|
|
117
117
|
annotations?: Record<string, string> | undefined;
|
|
118
118
|
schema?: Record<string, unknown> | undefined;
|
|
119
119
|
};
|
|
@@ -129,9 +129,9 @@ export declare const PortalManifestSchema: z.ZodObject<{
|
|
|
129
129
|
templateEntry: string;
|
|
130
130
|
schemaEntry: string;
|
|
131
131
|
config?: Record<string, unknown> | undefined;
|
|
132
|
+
assetPath?: string | undefined;
|
|
132
133
|
githubRepo?: string | undefined;
|
|
133
134
|
projectPage?: string | undefined;
|
|
134
|
-
assetPath?: string | undefined;
|
|
135
135
|
annotations?: Record<string, string> | undefined;
|
|
136
136
|
schema?: Record<string, unknown> | undefined;
|
|
137
137
|
};
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "11.0.0-next.
|
|
1
|
+
export declare const version = "11.0.0-next.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "11.0.0-next.
|
|
3
|
+
"version": "11.0.0-next.4",
|
|
4
4
|
"homepage": "https://github.com/equinor/fusion-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fusion",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"type-fest": "^4.40.0",
|
|
73
73
|
"vite": "^6.3.5",
|
|
74
74
|
"zod": "^3.25.20",
|
|
75
|
-
"@equinor/fusion-framework-dev-
|
|
76
|
-
"@equinor/fusion-
|
|
77
|
-
"@equinor/fusion-
|
|
75
|
+
"@equinor/fusion-framework-dev-server": "^1.0.0-next.2",
|
|
76
|
+
"@equinor/fusion-imports": "^1.1.0",
|
|
77
|
+
"@equinor/fusion-framework-dev-portal": "^1.0.0-next.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/adm-zip": "^0.5.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"@types/node": "^20.11.14",
|
|
83
83
|
"rxjs": "^7.8.1",
|
|
84
84
|
"typescript": "^5.8.2",
|
|
85
|
-
"@equinor/fusion-framework-module-app": "^6.1.13",
|
|
86
85
|
"@equinor/fusion-framework-module": "^4.4.2",
|
|
86
|
+
"@equinor/fusion-framework-module-app": "^6.1.13",
|
|
87
87
|
"@equinor/fusion-framework-module-http": "^6.3.3-next.0",
|
|
88
88
|
"@equinor/fusion-framework-module-msal-node": "^0.1.1-next.0",
|
|
89
89
|
"@equinor/fusion-framework-module-service-discovery": "^8.0.15-next.0"
|