@1771technologies/lytenyte-pro 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/README.md +1 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Meticulously engineered to redefine what your enterprise expects from a React da
|
|
|
36
36
|
|
|
37
37
|
[](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
|
|
38
38
|
[](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
|
|
39
|
-
[](https://github.com/1771-Technologies/lytenyte/tree/main)
|
|
40
40
|
[](https://x.com/1771tech)
|
|
41
41
|
[](code_of_conduct.md)
|
|
42
42
|
|
|
@@ -110,11 +110,6 @@ information on available support channels and response options.
|
|
|
110
110
|
|
|
111
111
|
## Contributing
|
|
112
112
|
|
|
113
|
-
> [!IMPORTANT]
|
|
114
|
-
> We are not currently accepting external pull requests while we finalize our code
|
|
115
|
-
> architecture and development tooling. We appreciate your patience
|
|
116
|
-
> and interest in contributing to LyteNyte Grid.
|
|
117
|
-
|
|
118
113
|
Please review our [contributing guide](./CONTRIBUTING.md) to learn about our development
|
|
119
114
|
process, bug reporting procedures, and codebase maintenance practices.
|
|
120
115
|
|
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": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "COMMERCIAL",
|
|
7
7
|
"files": [
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@1771technologies/atom": "^1.0.2",
|
|
52
|
-
"@1771technologies/lytenyte-core": "1.0.
|
|
53
|
-
"@1771technologies/lytenyte-
|
|
54
|
-
"@1771technologies/lytenyte-
|
|
55
|
-
"@1771technologies/lytenyte-
|
|
56
|
-
"@1771technologies/lytenyte-
|
|
57
|
-
"@1771technologies/lytenyte-
|
|
52
|
+
"@1771technologies/lytenyte-core": "1.0.2",
|
|
53
|
+
"@1771technologies/lytenyte-dom-utils": "1.0.1",
|
|
54
|
+
"@1771technologies/lytenyte-shared": "1.0.1",
|
|
55
|
+
"@1771technologies/lytenyte-js-utils": "1.0.1",
|
|
56
|
+
"@1771technologies/lytenyte-react-hooks": "1.0.1",
|
|
57
|
+
"@1771technologies/lytenyte-dragon": "1.0.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "^18.0.0 || ^19.0.0",
|