@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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "40.101.1",
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/mock.js",
7
- "types": "out/mock.d.ts",
6
+ "main": "out/stub.js",
7
+ "types": "out/stub.d.ts",
8
8
  "private": false,
9
9
  "scripts": {
10
10
  "prebuild": "rimraf ./out",