sealights-plugins-common 2.0.97 → 2.0.102
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealights-plugins-common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.102",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "Roni Segal <roni@sealights.io>",
|
|
6
6
|
"homepage": "https://github.com/RoniSegal/SL.OnPremis.Plugins.JavaScript#readme",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"minimist": "^1.2.5",
|
|
30
|
-
"slnodejs": "6.1.
|
|
31
|
-
"typescript": "^4.4.4"
|
|
30
|
+
"slnodejs": "6.1.948"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
|
-
"mocha": "^9.1.3"
|
|
33
|
+
"mocha": "^9.1.3",
|
|
34
|
+
"typescript": "^4.4.4"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "3cc7677ddec4e42f45f7461e8c3b776627ed14b0"
|
|
37
37
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CockpitNotifier, ITagInfo } from 'slnodejs';
|
|
2
2
|
import { TestEndEvent, TestEvent } from './contracts';
|
|
3
3
|
import { ISlPluginConfigProvider } from './config';
|
|
4
|
-
export declare const logger: import("slnodejs/tsOutputs/common
|
|
4
|
+
export declare const logger: import("slnodejs/tsOutputs/common").Logger;
|
|
5
5
|
export { CockpitNotifier };
|
|
6
6
|
export declare class SealightsIntegration {
|
|
7
7
|
private slArgs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.0.
|
|
1
|
+
export declare const version = "2.0.102";
|
package/tsOutputs/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,SAAS,CAAC"}
|