@1771technologies/lytenyte-pro 2.1.1-dev.1 → 2.1.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.
Files changed (2) hide show
  1. package/package.json +7 -8
  2. package/SECURITY.md +0 -22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
3
  "description": "Blazingly fast headless React data grid with 100s of features.",
4
- "version": "2.1.1-dev.1",
4
+ "version": "2.1.1",
5
5
  "type": "module",
6
6
  "license": "COMMERCIAL",
7
7
  "files": [
@@ -9,7 +9,6 @@
9
9
  "css",
10
10
  "skills",
11
11
  "LICENSE",
12
- "SECURITY.md",
13
12
  "README.md"
14
13
  ],
15
14
  "keywords": [
@@ -86,14 +85,14 @@
86
85
  "access": "public"
87
86
  },
88
87
  "dependencies": {
89
- "@1771technologies/lytenyte-shared": "2.1.1-dev.1",
90
- "@1771technologies/lytenyte-core": "2.1.1-dev.1",
91
- "@1771technologies/js-utils": "2.1.1-dev.1",
92
- "@1771technologies/lytenyte-design": "2.1.1-dev.1",
93
- "@1771technologies/dom-utils": "2.1.1-dev.1"
88
+ "@1771technologies/lytenyte-core": "2.1.1",
89
+ "@1771technologies/lytenyte-shared": "2.1.1",
90
+ "@1771technologies/js-utils": "2.1.1",
91
+ "@1771technologies/dom-utils": "2.1.1",
92
+ "@1771technologies/lytenyte-design": "2.1.1"
94
93
  },
95
94
  "devDependencies": {
96
- "@1771technologies/grid-sample-data": "2.1.0"
95
+ "@1771technologies/grid-sample-data": "2.1.1"
97
96
  },
98
97
  "peerDependencies": {
99
98
  "react": "18.0.0 || ^19.0.0",
package/SECURITY.md DELETED
@@ -1,22 +0,0 @@
1
- # Security Policy
2
-
3
- ## Supported Versions
4
-
5
- | Version | Security Updates |
6
- | ----------------- | -------------------------------- |
7
- | Latest | ✅ All security vulnerabilities |
8
- | Previous versions | ⚠️ Critical vulnerabilities only |
9
-
10
- The team at 1771 Technologies addresses security vulnerabilities as follows:
11
-
12
- - **Critical vulnerabilities**: Patched for all supported versions of LyteNyte Grid.
13
- - **Non-critical vulnerabilities**: Patched only for the latest version.
14
-
15
- ## Reporting a Vulnerability
16
-
17
- We take the security of LyteNyte Grid seriously. Please report security vulnerabilities through our confidential reporting process:
18
-
19
- 1. Email [support@1771technologies.com](mailto:support@1771technologies.com) with details about the vulnerability.
20
- 2. Include steps to reproduce, potential impact, and any relevant documentation.
21
- 3. Our security team will acknowledge receipt within 24 hours.
22
- 4. You'll receive regular updates as we address the issue.