@jdeighan/coffee-utils 17.0.9 → 17.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "17.0.9",
4
+ "version": "17.0.11",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
40
40
  "dependencies": {
41
- "@jdeighan/base-utils": "^15.0.4",
41
+ "@jdeighan/base-utils": "^15.0.7",
42
42
  "cross-env": "^7.0.3",
43
43
  "n-readlines": "^1.0.1",
44
44
  "readline-sync": "^1.4.10",