@openfin/core 41.100.29 → 41.100.31
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +20 -27
- package/out/mock-alpha.d.ts +36 -2
- package/out/mock-beta.d.ts +36 -2
- package/out/mock-public.d.ts +36 -2
- package/out/mock.d.ts +37 -3
- package/out/mock.js +3869 -3925
- package/package.json +1 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/core",
|
3
|
-
"version": "41.100.
|
3
|
+
"version": "41.100.31",
|
4
4
|
"description": "The core renderer entry point of OpenFin",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"main": "out/mock.js",
|
@@ -21,10 +21,6 @@
|
|
21
21
|
"ci:prepublish": "of-npm prepublish",
|
22
22
|
"ci:postpublish": "of-npm postpublish",
|
23
23
|
"ci:publish": "npm publish",
|
24
|
-
"test": "run-p test:*",
|
25
|
-
"test:sample": "tsc -p test/tsconfig.json",
|
26
|
-
"test:imports": "ts-node scripts/verify-imports",
|
27
|
-
"test:mocha": "ts-mocha -R dot --exit \"./src/**/__tests__/**.test.ts\"",
|
28
24
|
"version:update": "of-npm version --allow-same-version '$RMAJOR.$RMINOR.$RPATCH'"
|
29
25
|
},
|
30
26
|
"files": [
|