watch-module
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,2 +5,7 @@ # CHANGELOG | ||
## 2.2.1 | ||
- Try to fix build issue with peerDeps | ||
- better tab color | ||
## 2.2.0 | ||
@@ -7,0 +12,0 @@ |
@@ -84,3 +84,7 @@ import React, { useState } from 'react'; | ||
}), | ||
React.createElement(Tabs, { onChange: handleTabChange }, moduleNames.map((moduleName) => (React.createElement(Tab, { key: moduleName, name: moduleName }, moduleName)))), | ||
React.createElement(Tabs, { onChange: handleTabChange, colors: { | ||
activeTab: { | ||
color: Theme.moduleName, | ||
}, | ||
} }, moduleNames.map((moduleName) => (React.createElement(Tab, { key: moduleName, name: moduleName }, moduleName)))), | ||
React.createElement(Box, null, inputVisible ? (React.createElement(React.Fragment, null, | ||
@@ -87,0 +91,0 @@ React.createElement(Text, null, "Enter path: "), |
{ | ||
"name": "watch-module", | ||
"type": "module", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A Javascript module watcher to work locally with package", | ||
@@ -27,3 +27,3 @@ "bin": { | ||
"ink": "^3.2.0", | ||
"ink-tab": "^4.2.3", | ||
"ink-tab": "^4.3.1", | ||
"ink-text-input": "^4.0.3", | ||
@@ -30,0 +30,0 @@ "minimist": "^1.2.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
305431
1253
Updatedink-tab@^4.3.1