scanoss 0.5.1 → 0.5.2

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.
@@ -4,7 +4,10 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="6c78089c-ef2a-4dae-87f6-bd2f320855c8" name="Changes" comment="" />
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
+ </list>
8
11
  <option name="SHOW_DIALOG" value="false" />
9
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
13
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -180,7 +183,7 @@
180
183
  <workItem from="1669645987865" duration="3396000" />
181
184
  <workItem from="1669750011257" duration="2129000" />
182
185
  <workItem from="1669803899082" duration="6855000" />
183
- <workItem from="1669884325141" duration="8661000" />
186
+ <workItem from="1669884325141" duration="8998000" />
184
187
  </task>
185
188
  <servers />
186
189
  </component>
@@ -11,7 +11,7 @@ function CLIErrorHandler(e) {
11
11
  }
12
12
  async function main() {
13
13
  commander_1.program
14
- .version("0.5.1")
14
+ .version("0.5.2")
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": "8fc07da8d5699c271dd976a425fe3ae5fc31af4a3d36eeb97a2651febdf1faec",
1190
+ "version": "4dd23960b0aa8bb18f969c315c2a01971975fd18539a578b16aedce7c2a8d061",
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.1")
13
+ .version("0.5.2")
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": "8fc07da8d5699c271dd976a425fe3ae5fc31af4a3d36eeb97a2651febdf1faec",
1190
+ "version": "4dd23960b0aa8bb18f969c315c2a01971975fd18539a578b16aedce7c2a8d061",
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.1",
3
+ "version": "0.5.2",
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.1")
19
+ .version("0.5.2")
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