scanoss 0.5.4 → 0.5.5
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/.idea/workspace.xml
CHANGED
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="6c78089c-ef2a-4dae-87f6-bd2f320855c8" name="Changes" comment="">
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/cli/bin/cli-bin.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/cli/bin/cli-bin.ts" afterDir="false" />
|
|
10
8
|
<change beforePath="$PROJECT_DIR$/src/sdk/scanner/Dispatcher/Dispatcher.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/sdk/scanner/Dispatcher/Dispatcher.ts" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/sdk/scanner/ScannerCfg.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/sdk/scanner/ScannerCfg.ts" afterDir="false" />
|
|
12
9
|
</list>
|
|
13
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
14
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -187,7 +184,7 @@
|
|
|
187
184
|
<workItem from="1669803899082" duration="6855000" />
|
|
188
185
|
<workItem from="1669884325141" duration="12309000" />
|
|
189
186
|
<workItem from="1669970932957" duration="4967000" />
|
|
190
|
-
<workItem from="1669978123223" duration="
|
|
187
|
+
<workItem from="1669978123223" duration="6983000" />
|
|
191
188
|
</task>
|
|
192
189
|
<servers />
|
|
193
190
|
</component>
|
|
@@ -11,7 +11,7 @@ function CLIErrorHandler(e) {
|
|
|
11
11
|
}
|
|
12
12
|
async function main() {
|
|
13
13
|
commander_1.program
|
|
14
|
-
.version("0.5.
|
|
14
|
+
.version("0.5.5")
|
|
15
15
|
.description('The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.');
|
|
16
16
|
commander_1.program
|
|
17
17
|
.command('scan <source>')
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"affectsGlobalScope": false
|
|
1188
1188
|
},
|
|
1189
1189
|
"../../src/cli/bin/cli-bin.ts": {
|
|
1190
|
-
"version": "
|
|
1190
|
+
"version": "ed4b0c9790c3684da902b256604e5fdfff6ba3673585d284b2b45715eaf1ce1a",
|
|
1191
1191
|
"signature": "43e818adf60173644896298637f47b01d5819b17eda46eaa32d0c7d64724d012",
|
|
1192
1192
|
"affectsGlobalScope": false
|
|
1193
1193
|
},
|
|
@@ -10,7 +10,7 @@ function CLIErrorHandler(e) {
|
|
|
10
10
|
}
|
|
11
11
|
async function main() {
|
|
12
12
|
program
|
|
13
|
-
.version("0.5.
|
|
13
|
+
.version("0.5.5")
|
|
14
14
|
.description('The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.');
|
|
15
15
|
program
|
|
16
16
|
.command('scan <source>')
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"affectsGlobalScope": false
|
|
1188
1188
|
},
|
|
1189
1189
|
"../../src/cli/bin/cli-bin.ts": {
|
|
1190
|
-
"version": "
|
|
1190
|
+
"version": "ed4b0c9790c3684da902b256604e5fdfff6ba3673585d284b2b45715eaf1ce1a",
|
|
1191
1191
|
"signature": "43e818adf60173644896298637f47b01d5819b17eda46eaa32d0c7d64724d012",
|
|
1192
1192
|
"affectsGlobalScope": false
|
|
1193
1193
|
},
|
package/package.json
CHANGED
package/src/cli/bin/cli-bin.ts
CHANGED