@openfin/core 40.101.1 → 40.102.2
Sign up to get free protection for your applications and to get access to all the features.
- package/out/GlobalOpenFin.d.ts +2 -1
- package/out/mock-alpha.d.ts +43 -6
- package/out/mock-beta.d.ts +43 -6
- package/out/mock-public.d.ts +43 -6
- package/out/{mock.d.ts → stub.d.ts} +43 -6
- package/out/{mock.js → stub.js} +1185 -1207
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/core",
|
3
|
-
"version": "40.
|
3
|
+
"version": "40.102.2",
|
4
4
|
"description": "The core renderer entry point of OpenFin",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
|
-
"main": "out/
|
7
|
-
"types": "out/
|
6
|
+
"main": "out/stub.js",
|
7
|
+
"types": "out/stub.d.ts",
|
8
8
|
"private": false,
|
9
9
|
"scripts": {
|
10
10
|
"prebuild": "rimraf ./out",
|