@i2analyze/create-connector 2.0.0 → 2.0.1
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/CHANGELOG.md +6 -0
- package/index.js +3 -2
- package/main.js +3 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
*
|
|
2
|
+
/*
|
|
3
|
+
* i2, i2 Group, the i2 Group logo, and i2group.com are trademarks of N.Harris Computer Corporation.
|
|
4
|
+
* © N.Harris Computer Corporation (2022)
|
|
4
5
|
* SPDX-License-Identifier: MIT
|
|
5
6
|
*/
|
|
6
7
|
|
package/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i2analyze/create-connector",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"main.js"
|
|
14
14
|
],
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@i2analyze/i2connect-scripts": "2.0.
|
|
16
|
+
"@i2analyze/i2connect-scripts": "2.0.1",
|
|
17
17
|
"@types/node-fetch": "^2.5.12",
|
|
18
18
|
"node-fetch": "^2.6.1"
|
|
19
19
|
},
|