@coldsmirk/inkstone-redis 0.25.0 → 0.26.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coldsmirk/inkstone-redis",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.0",
|
|
4
4
|
"description": "Redis command-line editing intelligence for Monaco: the command table of Redis 7.2 (names, syntax, arity), redis-cli's own line splitting, completion / hover / signature help, line markers, and a drop-in React command editor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"redis",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"monaco-editor": "^0.56.0",
|
|
46
46
|
"react": "^19.2.8",
|
|
47
47
|
"react-dom": "^19.2.8",
|
|
48
|
-
"@coldsmirk/inkstone-react": "^0.
|
|
48
|
+
"@coldsmirk/inkstone-react": "^0.26.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"monaco-editor": "^0.56.0",
|
|
52
52
|
"react": ">=19",
|
|
53
|
-
"@coldsmirk/inkstone-react": "^0.
|
|
53
|
+
"@coldsmirk/inkstone-react": "^0.26.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"@coldsmirk/inkstone-react": {
|