isaacscript-common 1.2.144 → 1.2.145

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
@@ -9,7 +9,7 @@ export { addConsoleCommand, enableExtraConsoleCommands, removeConsoleCommand, }
9
9
  export { forgottenSwitch } from "./features/forgottenSwitch";
10
10
  export { getCollectibleItemPoolType } from "./features/getCollectibleItemPoolType";
11
11
  export * from "./features/isPonyActive";
12
- export { getPlayerInventory } from "./features/playerInventory";
12
+ export { addCollectible, getPlayerInventory } from "./features/playerInventory";
13
13
  export { preventCollectibleRotate } from "./features/preventCollectibleRotate";
14
14
  export { runInNGameFrames, runInNRenderFrames, runNextGameFrame, runNextRenderFrame, } from "./features/runInNFrames";
15
15
  export * from "./features/saveDataManager/exports";
package/dist/index.lua CHANGED
@@ -88,7 +88,9 @@ do
88
88
  end
89
89
  do
90
90
  local ____playerInventory = require("features.playerInventory")
91
+ local addCollectible = ____playerInventory.addCollectible
91
92
  local getPlayerInventory = ____playerInventory.getPlayerInventory
93
+ ____exports.addCollectible = addCollectible
92
94
  ____exports.getPlayerInventory = getPlayerInventory
93
95
  end
94
96
  do
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.144",
3
+ "version": "1.2.145",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",