auto-terminal-profile 1.0.0 → 1.0.1

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/changelog.md ADDED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased](https://github.com/ptrkcsk/auto-terminal-profile/compare/v1.0.0...HEAD)
9
+
10
+ ### Added
11
+
12
+ - Support for Node.js v18 and v19
13
+ - Changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-terminal-profile",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode",
5
5
  "keywords": [
6
6
  "macos",
@@ -29,10 +29,10 @@
29
29
  "untildify": "^4.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "xo": "^0.50.0"
32
+ "xo": "^0.53.1"
33
33
  },
34
34
  "engines": {
35
- "node": "14 - 16"
35
+ "node": "14 - 19"
36
36
  },
37
37
  "os": [
38
38
  "darwin"
package/readme.md CHANGED
@@ -6,7 +6,7 @@ Automatically switch the macOS Terminal profile based on the system-wide dark /
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - [Node.js](https://nodejs.org/en/) 14-16
9
+ - [Node.js](https://nodejs.org/en/) 14-19
10
10
 
11
11
  ## Installation
12
12