@jdeighan/coffee-utils 16.0.7 → 16.0.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "16.0.7",
4
+ "version": "16.0.8",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
8
- "./server": "./src/server.js",
9
- "./browser": "./src/browser.js",
10
- "./fs": "./src/fs.js",
11
- "./log": "./src/log.js",
12
- "./block": "./src/block.js",
13
- "./indent": "./src/indent.js",
14
- "./html": "./src/html.js",
15
- "./stack": "./src/stack.js",
16
- "./taml": "./src/taml.js",
17
- "./section": "./src/Section.js",
18
- "./sectionmap": "./src/SectionMap.js",
19
- "./fsa": "./src/fsa.js",
20
- "./giftset": "./src/GiftSet.js",
21
- "./keyedset": "./src/KeyedSet.js",
8
+ "./server": "./src/lib/server.js",
9
+ "./browser": "./src/lib/browser.js",
10
+ "./fs": "./src/lib/fs.js",
11
+ "./log": "./src/lib/log.js",
12
+ "./block": "./src/lib/block.js",
13
+ "./indent": "./src/lib/indent.js",
14
+ "./html": "./src/lib/html.js",
15
+ "./stack": "./src/lib/stack.js",
16
+ "./taml": "./src/lib/taml.js",
17
+ "./section": "./src/lib/Section.js",
18
+ "./sectionmap": "./src/lib/SectionMap.js",
19
+ "./fsa": "./src/lib/fsa.js",
20
+ "./giftset": "./src/lib/GiftSet.js",
21
+ "./keyedset": "./src/lib/KeyedSet.js",
22
22
  "./package.json": "./package.json"
23
23
  },
24
24
  "engines": {
@@ -45,14 +45,14 @@
45
45
  },
46
46
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
47
47
  "dependencies": {
48
- "@jdeighan/base-utils": "^6.0.1",
48
+ "@jdeighan/base-utils": "^6.0.3",
49
49
  "cross-env": "^7.0.3",
50
50
  "n-readlines": "^1.0.1",
51
51
  "readline-sync": "^1.4.10",
52
52
  "svelte": "^3.59.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@jdeighan/unit-tester": "^3.0.53",
55
+ "@jdeighan/unit-tester": "^3.0.55",
56
56
  "ava": "^5.3.0"
57
57
  }
58
58
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes