@alcalzone/ansi-tokenize 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -231,6 +231,10 @@ This automatically figures out the least amount of escape codes necessary to ach
231
231
  Placeholder for next release:
232
232
  ### __WORK IN PROGRESS__
233
233
  -->
234
+ ### 0.1.2 (2023-08-07)
235
+
236
+ - Fix: Reduce minimum Node.js version to `14.13.1`
237
+
234
238
  ### 0.1.1 (2023-04-05)
235
239
 
236
240
  - Fix: Active styles are now correctly reset at the end of the string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alcalzone/ansi-tokenize",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Efficiently modify strings containing ANSI escape codes",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,16 +24,16 @@
24
24
  "build"
25
25
  ],
26
26
  "engines": {
27
- "node": ">=16"
27
+ "node": ">=14.13.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@alcalzone/release-script": "~3.5.9",
31
31
  "@alcalzone/release-script-plugin-license": "~3.5.9",
32
- "@tsconfig/node16": "^1.0.3",
33
- "@types/node": "16",
32
+ "@tsconfig/node14": "^14.1.0",
33
+ "@types/node": "^14.18.54",
34
34
  "@typescript-eslint/eslint-plugin": "^5.55.0",
35
35
  "@typescript-eslint/parser": "^5.55.0",
36
- "ava": "^5.2.0",
36
+ "ava": "^4.3.3",
37
37
  "eslint": "^8.36.0",
38
38
  "eslint-config-prettier": "^8.7.0",
39
39
  "eslint-plugin-prettier": "^4.2.1",