@cascadetui/react 0.1.7 → 0.1.8
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/{chunk-c79msnsf.js → chunk-j9rz7nq1.js} +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- package/test-utils.js +1 -1
|
@@ -172,7 +172,7 @@ import { ASCIIFont, TextNodeRenderable as TextNodeRenderable2, instantiate } fro
|
|
|
172
172
|
// package.json
|
|
173
173
|
var package_default = {
|
|
174
174
|
name: "@cascadetui/react",
|
|
175
|
-
version: "0.1.
|
|
175
|
+
version: "0.1.8",
|
|
176
176
|
description: "React renderer for building terminal user interfaces using Cascade core",
|
|
177
177
|
license: "MIT",
|
|
178
178
|
repository: {
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.8",
|
|
8
8
|
"description": "React renderer for building terminal user interfaces using Cascade core",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@cascadetui/core": "0.1.
|
|
43
|
+
"@cascadetui/core": "0.1.8",
|
|
44
44
|
"react-reconciler": "^0.32.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|