@i2analyze/eslint-config-i2connect 1.0.1 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @i2analyze/eslint-config-i2connect
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - cc9d526: Update copyright information.
8
+ - ed28e8e: Update urls to use correct github organization.
9
+
3
10
  ## 1.0.1
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @i2analyze/eslint-config-i2connect
2
2
 
3
- This package is part of the [i2 Connect SDK](https://github.com/IBM-i2/analyze-connect-node-sdk).
3
+ This package is part of the [i2 Connect SDK](https://github.com/i2group/analyze-connect-node-sdk).
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright 2021- IBM Inc. All rights reserved
2
+ * Copyright 2022- N. Harris Computer Corporation. All rights reserved
3
3
  * SPDX-License-Identifier: MIT
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "@i2analyze/eslint-config-i2connect",
3
- "version": "1.0.1",
4
- "license": "MIT",
5
- "publishConfig": {
6
- "access": "public",
7
- "registry": "https://registry.npmjs.org/"
8
- },
9
- "homepage": "https://github.com/IBM-i2/analyze-connect-node-sdk",
10
- "peerDependencies": {
11
- "@typescript-eslint/eslint-plugin": "^4.2.0",
12
- "@typescript-eslint/parser": "^4.0.0",
13
- "eslint-config-prettier": "^8.3.0",
14
- "eslint": "^7.17.0"
15
- },
16
- "scripts": {
17
- "lint": "eslint ."
18
- },
19
- "engines": {
20
- "node": ">= 14"
21
- },
22
- "files": [
23
- "index.js"
24
- ],
25
- "volta": {
26
- "extends": "../../package.json"
27
- }
28
- }
1
+ {
2
+ "name": "@i2analyze/eslint-config-i2connect",
3
+ "version": "1.0.2",
4
+ "license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "registry": "https://registry.npmjs.org/"
8
+ },
9
+ "homepage": "https://github.com/i2group/analyze-connect-node-sdk",
10
+ "peerDependencies": {
11
+ "@typescript-eslint/eslint-plugin": "^4.2.0",
12
+ "@typescript-eslint/parser": "^4.0.0",
13
+ "eslint-config-prettier": "^8.3.0",
14
+ "eslint": "^7.17.0"
15
+ },
16
+ "scripts": {
17
+ "lint": "eslint ."
18
+ },
19
+ "engines": {
20
+ "node": ">= 14"
21
+ },
22
+ "files": [
23
+ "index.js"
24
+ ],
25
+ "volta": {
26
+ "extends": "../../package.json"
27
+ }
28
+ }