@kaspernj/api-maker 1.0.323 → 1.0.324

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/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.323",
19
+ "version": "1.0.324",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -1,6 +1,7 @@
1
1
  import Collection from "./collection.mjs"
2
2
  import debounce from "debounce"
3
3
  import {digg} from "diggerize"
4
+ import * as inflection from "inflection"
4
5
  import ModelEvents from "./model-events.mjs"
5
6
  import PropTypes from "prop-types"
6
7
  import PropTypesExact from "prop-types-exact"