@p8ec/shared 1.1.3 → 1.1.4

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.
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  * 2023 Copyright P8 Enterprise Components, Inc.
4
4
  * All Rights Reserved.
5
- * Private and Confidential.
6
5
  */
7
6
  Object.defineProperty(exports, "__esModule", { value: true });
8
7
  /**
@@ -36,13 +35,7 @@ const eslintConfigRecommended = {
36
35
  'header/header': [
37
36
  2,
38
37
  'block',
39
- [
40
- '*',
41
- ' * 2023 Copyright P8 Enterprise Components, Inc.',
42
- ' * All Rights Reserved.',
43
- ' * Private and Confidential.',
44
- ' ',
45
- ],
38
+ ['*', ' * 2023 Copyright P8 Enterprise Components, Inc.', ' * All Rights Reserved.', ' '],
46
39
  2,
47
40
  ],
48
41
  },
package/dist/cjs/index.js CHANGED
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  * 2023 Copyright P8 Enterprise Components, Inc.
4
4
  * All Rights Reserved.
5
- * Private and Confidential.
6
5
  */
7
6
  var __importDefault = (this && this.__importDefault) || function (mod) {
8
7
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  * 2023 Copyright P8 Enterprise Components, Inc.
4
4
  * All Rights Reserved.
5
- * Private and Confidential.
6
5
  */
7
6
  Object.defineProperty(exports, "__esModule", { value: true });
8
7
  exports.prettierConfigRecommended = void 0;
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  /**
7
6
  * Recommended ESLint configuration for TypeScript projects.
@@ -34,13 +33,7 @@ const eslintConfigRecommended = {
34
33
  'header/header': [
35
34
  2,
36
35
  'block',
37
- [
38
- '*',
39
- ' * 2023 Copyright P8 Enterprise Components, Inc.',
40
- ' * All Rights Reserved.',
41
- ' * Private and Confidential.',
42
- ' ',
43
- ],
36
+ ['*', ' * 2023 Copyright P8 Enterprise Components, Inc.', ' * All Rights Reserved.', ' '],
44
37
  2,
45
38
  ],
46
39
  },
package/dist/esm/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  import eslintConfigRecommended from './eslintConfigRecommended';
7
6
  import prettierConfigRecommended from './prettierConfigRecommended';
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  /**
7
6
  * Recommended Prettier configuration.
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  import { ClassicConfig } from '@typescript-eslint/utils/ts-eslint';
7
6
  /**
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  import eslintConfigRecommended from './eslintConfigRecommended';
7
6
  import prettierConfigRecommended from './prettierConfigRecommended';
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * 2023 Copyright P8 Enterprise Components, Inc.
3
3
  * All Rights Reserved.
4
- * Private and Confidential.
5
4
  */
6
5
  import { Options } from 'prettier';
7
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p8ec/shared",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "P(8) Global Shared Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -93,7 +93,6 @@
93
93
  "*",
94
94
  " * 2023 Copyright P8 Enterprise Components, Inc.",
95
95
  " * All Rights Reserved.",
96
- " * Private and Confidential.",
97
96
  " "
98
97
  ],
99
98
  2