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.
@@ -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="5309000" />
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.4")
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": "ca5e9fffb7dbb364c40e474d1bc71d10b8f101b24d6af87bd46de72a6cfff90c",
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.4")
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": "ca5e9fffb7dbb364c40e474d1bc71d10b8f101b24d6af87bd46de72a6cfff90c",
1190
+ "version": "ed4b0c9790c3684da902b256604e5fdfff6ba3673585d284b2b45715eaf1ce1a",
1191
1191
  "signature": "43e818adf60173644896298637f47b01d5819b17eda46eaa32d0c7d64724d012",
1192
1192
  "affectsGlobalScope": false
1193
1193
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scanoss",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -16,7 +16,7 @@ function CLIErrorHandler(e: Error) {
16
16
 
17
17
  async function main() {
18
18
  program
19
- .version("0.5.4")
19
+ .version("0.5.5")
20
20
  .description('The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.')
21
21
 
22
22
  program