@jdeighan/coffee-utils 10.0.1 → 10.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "10.0.1",
4
+ "version": "10.0.2",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -3,7 +3,7 @@
3
3
  import fs from 'fs'
4
4
  import readline from 'readline'
5
5
 
6
- import {assert, error} from '@jdeighan/unit-tester/utils'
6
+ import {assert, error, croak} from '@jdeighan/unit-tester/utils'
7
7
  import {
8
8
  undef, defined, isEmpty, isString, isArray, nonEmpty, rtrim,
9
9
  } from '@jdeighan/coffee-utils'
@@ -6,7 +6,8 @@ import readline from 'readline';
6
6
 
7
7
  import {
8
8
  assert,
9
- error
9
+ error,
10
+ croak
10
11
  } from '@jdeighan/unit-tester/utils';
11
12
 
12
13
  import {