@genesislcap/foundation-fdc3 14.192.2-fdc3-enhancements.10 → 14.192.2-fdc3-enhancements.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/fdc3.js +4 -4
- package/package.json +14 -14
package/dist/esm/fdc3.js
CHANGED
@@ -68,6 +68,10 @@ export class DefaultFDC3 {
|
|
68
68
|
}
|
69
69
|
raiseIntent(context, intent) {
|
70
70
|
return __awaiter(this, void 0, void 0, function* () {
|
71
|
+
if (intent) {
|
72
|
+
logger.debug(`fdc3 raiseIntent '${intent}' '${context}'`);
|
73
|
+
return raiseIntent(intent, context);
|
74
|
+
}
|
71
75
|
if (getInfo) {
|
72
76
|
const fdc3Metadata = yield Promise.resolve(getInfo());
|
73
77
|
if (fdc3Metadata && versionIsAtLeast(fdc3Metadata, '1.2')) {
|
@@ -75,10 +79,6 @@ export class DefaultFDC3 {
|
|
75
79
|
return raiseIntentForContext(context);
|
76
80
|
}
|
77
81
|
}
|
78
|
-
if (intent) {
|
79
|
-
logger.debug(`fdc3 raiseIntent '${intent}' '${context}'`);
|
80
|
-
return raiseIntent(intent, context);
|
81
|
-
}
|
82
82
|
logger.error(`fdc3 unable to raiseIntent using context '${context}' and intent '${intent}'.`);
|
83
83
|
});
|
84
84
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-fdc3",
|
3
3
|
"description": "Genesis Foundation FDC3",
|
4
|
-
"version": "14.192.2-fdc3-enhancements.
|
4
|
+
"version": "14.192.2-fdc3-enhancements.11",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -59,22 +59,22 @@
|
|
59
59
|
}
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@genesislcap/foundation-testing": "14.192.2-fdc3-enhancements.
|
63
|
-
"@genesislcap/genx": "14.192.2-fdc3-enhancements.
|
64
|
-
"@genesislcap/rollup-builder": "14.192.2-fdc3-enhancements.
|
65
|
-
"@genesislcap/ts-builder": "14.192.2-fdc3-enhancements.
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.192.2-fdc3-enhancements.
|
67
|
-
"@genesislcap/vite-builder": "14.192.2-fdc3-enhancements.
|
68
|
-
"@genesislcap/webpack-builder": "14.192.2-fdc3-enhancements.
|
62
|
+
"@genesislcap/foundation-testing": "14.192.2-fdc3-enhancements.11",
|
63
|
+
"@genesislcap/genx": "14.192.2-fdc3-enhancements.11",
|
64
|
+
"@genesislcap/rollup-builder": "14.192.2-fdc3-enhancements.11",
|
65
|
+
"@genesislcap/ts-builder": "14.192.2-fdc3-enhancements.11",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.192.2-fdc3-enhancements.11",
|
67
|
+
"@genesislcap/vite-builder": "14.192.2-fdc3-enhancements.11",
|
68
|
+
"@genesislcap/webpack-builder": "14.192.2-fdc3-enhancements.11",
|
69
69
|
"rimraf": "^5.0.0"
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
72
|
"@finos/fdc3": "^1.2.0",
|
73
|
-
"@genesislcap/foundation-logger": "14.192.2-fdc3-enhancements.
|
74
|
-
"@genesislcap/foundation-notifications": "14.192.2-fdc3-enhancements.
|
75
|
-
"@genesislcap/foundation-ui": "14.192.2-fdc3-enhancements.
|
76
|
-
"@genesislcap/foundation-utils": "14.192.2-fdc3-enhancements.
|
77
|
-
"@genesislcap/web-core": "14.192.2-fdc3-enhancements.
|
73
|
+
"@genesislcap/foundation-logger": "14.192.2-fdc3-enhancements.11",
|
74
|
+
"@genesislcap/foundation-notifications": "14.192.2-fdc3-enhancements.11",
|
75
|
+
"@genesislcap/foundation-ui": "14.192.2-fdc3-enhancements.11",
|
76
|
+
"@genesislcap/foundation-utils": "14.192.2-fdc3-enhancements.11",
|
77
|
+
"@genesislcap/web-core": "14.192.2-fdc3-enhancements.11",
|
78
78
|
"@interopio/desktop": "^6.3.1",
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -89,5 +89,5 @@
|
|
89
89
|
"publishConfig": {
|
90
90
|
"access": "public"
|
91
91
|
},
|
92
|
-
"gitHead": "
|
92
|
+
"gitHead": "8f278a065cb6e9ddcd2458d9036922b40828dfd0"
|
93
93
|
}
|