@1771technologies/lytenyte-pro 1.0.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. 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
  [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-pro?label=PRO)](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
38
38
  [![NPM Version](https://img.shields.io/npm/v/%401771technologies%2Flytenyte-core?label=Core)](https://www.npmjs.com/package/@1771technologies/lytenyte-core)
39
- [![GitHub branch status](https://img.shields.io/github/checks-status/1771-Technologies/lytenyte/HEAD)](https://github.com/1771-Technologies/lytenyte/HEAD/)
39
+ [![GitHub branch status](https://img.shields.io/github/checks-status/1771-Technologies/lytenyte/main)](https://github.com/1771-Technologies/lytenyte/tree/main)
40
40
  [![Follow on X](https://img.shields.io/twitter/follow/1771tech.svg?label=follow+1771tech)](https://x.com/1771tech)
41
41
  [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](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.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-shared": "1.0.0",
53
- "@1771technologies/lytenyte-js-utils": "1.0.0",
54
- "@1771technologies/lytenyte-dragon": "1.0.0",
55
- "@1771technologies/lytenyte-react-hooks": "1.0.0",
56
- "@1771technologies/lytenyte-dom-utils": "1.0.0",
57
- "@1771technologies/lytenyte-core": "1.0.0"
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",