@i2analyze/create-connector 2.0.0-next.1 → 2.0.0
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 +2 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
# @i2analyze/create-connector
|
|
2
2
|
|
|
3
|
-
## 2.0.0
|
|
3
|
+
## 2.0.0
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
7
7
|
- BREAKING CHANGE: Set 14.17.0 as the minimum supported node.js version.
|
|
8
|
-
|
|
9
|
-
## 2.0.0-next.0
|
|
10
|
-
|
|
11
|
-
### Major Changes
|
|
12
|
-
|
|
13
8
|
- BREAKING CHANGE: Removed "--no-connectors" argument when creating new connector server
|
|
9
|
+
- Rename package name from `@i2analyze/create-i2connect-server` to `@i2analyze/create-connector`.
|
|
14
10
|
|
|
15
11
|
## 1.0.3
|
|
16
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i2analyze/create-connector",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
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.0
|
|
16
|
+
"@i2analyze/i2connect-scripts": "2.0.0",
|
|
17
17
|
"@types/node-fetch": "^2.5.12",
|
|
18
18
|
"node-fetch": "^2.6.1"
|
|
19
19
|
},
|