isaacscript-common 87.9.5 → 87.9.6

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.
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 87.9.4
3
+ isaacscript-common 87.9.5
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -7308,6 +7308,8 @@ ____exports.PickupPrice.TWO_SOUL_HEARTS = -8
7308
7308
  ____exports.PickupPrice[____exports.PickupPrice.TWO_SOUL_HEARTS] = "TWO_SOUL_HEARTS"
7309
7309
  ____exports.PickupPrice.ONE_HEART_AND_ONE_SOUL_HEART = -9
7310
7310
  ____exports.PickupPrice[____exports.PickupPrice.ONE_HEART_AND_ONE_SOUL_HEART] = "ONE_HEART_AND_ONE_SOUL_HEART"
7311
+ ____exports.PickupPrice.DEVIL_SACRIFICE_SPIKES = -10
7312
+ ____exports.PickupPrice[____exports.PickupPrice.DEVIL_SACRIFICE_SPIKES] = "DEVIL_SACRIFICE_SPIKES"
7311
7313
  ____exports.PickupPrice.FREE = -1000
7312
7314
  ____exports.PickupPrice[____exports.PickupPrice.FREE] = "FREE"
7313
7315
  return ____exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "87.9.5",
3
+ "version": "87.9.6",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -34,13 +34,13 @@
34
34
  "lint": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/lint.mts"
35
35
  },
36
36
  "dependencies": {
37
- "isaac-typescript-definitions": "43.0.5"
37
+ "isaac-typescript-definitions": "43.0.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "7.57.7",
41
- "complete-node": "16.3.1",
41
+ "complete-node": "16.4.0",
42
42
  "eslint-plugin-sort-exports": "0.9.1",
43
- "typescript-eslint": "8.57.0",
43
+ "typescript-eslint": "8.57.1",
44
44
  "typescript-to-lua": "1.34.0"
45
45
  }
46
46
  }