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.
package/.idea/workspace.xml
CHANGED
|
@@ -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="
|
|
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.
|
|
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": "
|
|
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.
|
|
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": "
|
|
1190
|
+
"version": "4dd23960b0aa8bb18f969c315c2a01971975fd18539a578b16aedce7c2a8d061",
|
|
1191
1191
|
"signature": "43e818adf60173644896298637f47b01d5819b17eda46eaa32d0c7d64724d012",
|
|
1192
1192
|
"affectsGlobalScope": false
|
|
1193
1193
|
},
|
package/package.json
CHANGED
package/src/cli/bin/cli-bin.ts
CHANGED