@openfin/node-adapter 38.83.77 → 38.83.78
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/out/node-adapter.js +1 -1
- package/package.json +2 -2
- package/resources/darwin/OpenFinRVM.app/Contents/CodeResources +0 -0
- package/resources/darwin/OpenFinRVM.app/Contents/Helpers/FinLinksHandler.app/Contents/Info.plist +2 -2
- package/resources/darwin/OpenFinRVM.app/Contents/Helpers/FinLinksHandler.app/Contents/MacOS/FinLinksHandler +0 -0
- package/resources/darwin/OpenFinRVM.app/Contents/Info.plist +2 -2
- package/resources/darwin/OpenFinRVM.app/Contents/MacOS/OpenFinRVM +0 -0
- package/resources/darwin/OpenFinRVM.app/Contents/_CodeSignature/CodeResources +1 -1
- package/resources/win/OpenFinRVM.exe +0 -0
package/out/node-adapter.js
CHANGED
@@ -17522,7 +17522,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
|
|
17522
17522
|
};
|
17523
17523
|
}
|
17524
17524
|
getAdapterVersionSync() {
|
17525
|
-
return "38.83.
|
17525
|
+
return "38.83.78";
|
17526
17526
|
}
|
17527
17527
|
observeBounds(element, onChange) {
|
17528
17528
|
throw new Error('Method not implemented.');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/node-adapter",
|
3
|
-
"version": "38.83.
|
3
|
+
"version": "38.83.78",
|
4
4
|
"description": "See README.md",
|
5
5
|
"main": "out/node-adapter.js",
|
6
6
|
"types": "out/node-adapter.d.ts",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"author": "OpenFin",
|
24
24
|
"dependencies": {
|
25
25
|
"@types/node": "^20.14.2",
|
26
|
-
"@openfin/core": "38.83.
|
26
|
+
"@openfin/core": "38.83.78",
|
27
27
|
"lodash": "^4.17.21",
|
28
28
|
"ws": "^7.3.0"
|
29
29
|
}
|
Binary file
|
package/resources/darwin/OpenFinRVM.app/Contents/Helpers/FinLinksHandler.app/Contents/Info.plist
CHANGED
@@ -11,11 +11,11 @@
|
|
11
11
|
<key>CFBundlePackageType</key>
|
12
12
|
<string>APPL</string>
|
13
13
|
<key>CFBundleShortVersionString</key>
|
14
|
-
<string>
|
14
|
+
<string>15.1.0.2</string>
|
15
15
|
<key>CFBundleSignature</key>
|
16
16
|
<string>????</string>
|
17
17
|
<key>CFBundleVersion</key>
|
18
|
-
<string>
|
18
|
+
<string>15.1.0.2</string>
|
19
19
|
<key>LSUIElement</key>
|
20
20
|
<true/>
|
21
21
|
<key>NSAppTransportSecurity</key>
|
Binary file
|
@@ -11,11 +11,11 @@
|
|
11
11
|
<key>CFBundlePackageType</key>
|
12
12
|
<string>APPL</string>
|
13
13
|
<key>CFBundleShortVersionString</key>
|
14
|
-
<string>
|
14
|
+
<string>15.1.0.2</string>
|
15
15
|
<key>CFBundleSignature</key>
|
16
16
|
<string>ORVM</string>
|
17
17
|
<key>CFBundleVersion</key>
|
18
|
-
<string>
|
18
|
+
<string>15.1.0.2</string>
|
19
19
|
<key>LSUIElement</key>
|
20
20
|
<true/>
|
21
21
|
<key>NSAppTransportSecurity</key>
|
Binary file
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<dict>
|
16
16
|
<key>cdhash</key>
|
17
17
|
<data>
|
18
|
-
|
18
|
+
/Hb64aWF/Isx7Chu1El7wKSeBuo=
|
19
19
|
</data>
|
20
20
|
<key>requirement</key>
|
21
21
|
<string>identifier "com.openfin.finlinks-handler" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = W2JK4V99Y5</string>
|
Binary file
|