@contributte/datagrid 0.0.0-20250531-e5dbb65 → 0.0.0-20250531-72d84fe
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 +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,10 +45,11 @@ For details on how to use this package, check out our [documentation](.docs).
|
|
|
45
45
|
|
|
46
46
|
## Versions
|
|
47
47
|
|
|
48
|
-
| State
|
|
49
|
-
|
|
50
|
-
| dev
|
|
51
|
-
| stable
|
|
48
|
+
| State | Version | Branch | Nette | PHP |
|
|
49
|
+
|--------|-----------|----------|--------|---------|
|
|
50
|
+
| dev | `^7.1.x` | `master` | `3.2+` | `>=8.3` |
|
|
51
|
+
| stable | `^7.0.0` | `master` | `3.2+` | `>=8.1` |
|
|
52
|
+
| stable | `^6.10.0` | `master` | `3.0+` | `>=7.2` |
|
|
52
53
|
|
|
53
54
|
## Development
|
|
54
55
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contributte/datagrid",
|
|
3
|
-
"version": "0.0.0-20250531-
|
|
3
|
+
"version": "0.0.0-20250531-72d84fe",
|
|
4
4
|
"description": "Assets for contributte/datagrid",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/contributte/datagrid"
|
|
7
|
+
"url": "git+https://github.com/contributte/datagrid.git"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"contributte",
|