@kaspernj/api-maker 1.0.321 → 1.0.322

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.321",
19
+ "version": "1.0.322",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -61,7 +61,6 @@
61
61
  "peerDependencies": {
62
62
  "prop-types": "^15.7.2",
63
63
  "prop-types-exact": ">= 1.2.0",
64
- "source-map": "^0.7.3",
65
64
  "stacktrace-parser": ">= 0.1.9"
66
65
  },
67
66
  "devDependencies": {
@@ -3,7 +3,7 @@ import EventListener from "../../../event-listener"
3
3
  import PropTypes from "prop-types"
4
4
  import PropTypesExact from "prop-types-exact"
5
5
  import {memo, useCallback, useRef} from "react"
6
- import useShape from "set-state-compare/src/use-s.js"
6
+ import useShape from "set-state-compare/src/use-shape.js"
7
7
 
8
8
  const ApiMakerSuperAdminLayoutHeader = ({actions, onTriggerMenu, title}) => {
9
9
  const s = useShape()
@@ -8,7 +8,7 @@ import PropTypes from "prop-types"
8
8
  import PropTypesExact from "prop-types-exact"
9
9
  import {memo, useCallback, useEffect} from "react"
10
10
  import useCurrentUser from "../../use-current-user"
11
- import useShape from "set-state-compare/src/use-s.js"
11
+ import useShape from "set-state-compare/src/use-shape.js"
12
12
 
13
13
  const NoAccess = React.lazy(() => import("./no-access"))
14
14