isaacscript-common 1.2.37 → 1.2.38

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/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { forceNewLevelCallback, forceNewRoomCallback, } from "./callbacks/reorderedCallbacks";
2
2
  export * from "./constants";
3
+ export * from "./features/checkFamiliar";
3
4
  export { deployJSONRoom, deployRandomJSONRoom, emptyRoom, } from "./features/deployJSONRoom";
4
5
  export { disableAllInputs, disableAllInputsExceptFor, disableMovementInputs, disableShootingInputs, enableAllInputs, enableAllInputsExceptFor, } from "./features/disableInputs";
5
6
  export { forgottenSwitch } from "./features/forgottenSwitch";
package/dist/index.lua CHANGED
@@ -15,6 +15,14 @@ do
15
15
  end
16
16
  end
17
17
  end
18
+ do
19
+ local ____export = require("features.checkFamiliar")
20
+ for ____exportKey, ____exportValue in pairs(____export) do
21
+ if ____exportKey ~= "default" then
22
+ ____exports[____exportKey] = ____exportValue
23
+ end
24
+ end
25
+ end
18
26
  do
19
27
  local ____deployJSONRoom = require("features.deployJSONRoom")
20
28
  local deployJSONRoom = ____deployJSONRoom.deployJSONRoom
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",