isaacscript-common 9.19.1 → 9.19.2

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 9.19.1
3
+ isaacscript-common 9.19.2
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -20,10 +20,8 @@ Please open bug reports and pull requests on GitHub. You can also ask questions
20
20
  server: https://discord.gg/KapmKQ2gUD
21
21
 
22
22
  Note that if you are writing your mod in TypeScript, using this file is unnecessary, as every
23
- "isaacscript-common" feature will be automatically bundled with your mod as needed. Programming in
24
- TypeScript also has the advantage of the compiler automatically preventing you from misusing
25
- anything in this library. For more information, see the website:
26
- https://isaacscript.github.io/main/features
23
+ "isaacscript-common" feature will be automatically bundled with your mod as needed. For more
24
+ information about using TypeScript, see the website: https://isaacscript.github.io/main/features
27
25
 
28
26
  --]]
29
27
 
@@ -4837,7 +4835,7 @@ return ____exports
4837
4835
  ["lua_modules.isaac-typescript-definitions.dist.package"] = function(...)
4838
4836
  return {
4839
4837
  name = "isaac-typescript-definitions",
4840
- version = "5.0.4",
4838
+ version = "5.0.5",
4841
4839
  description = "TypeScript definitions for The Binding of Isaac: Repentance.",
4842
4840
  keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
4843
4841
  homepage = "https://isaacscript.github.io/",
@@ -46736,7 +46734,7 @@ return ____exports
46736
46734
  ["package"] = function(...)
46737
46735
  return {
46738
46736
  name = "isaacscript-common",
46739
- version = "9.19.1",
46737
+ version = "9.19.2",
46740
46738
  description = "Helper functions and features for IsaacScript mods.",
46741
46739
  keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
46742
46740
  homepage = "https://isaacscript.github.io/",
@@ -46747,7 +46745,7 @@ return {
46747
46745
  type = "commonjs",
46748
46746
  main = "dist/src/index",
46749
46747
  types = "dist/src/index.d.ts",
46750
- dependencies = {["isaac-typescript-definitions"] = "^5.0.4"}
46748
+ dependencies = {["isaac-typescript-definitions"] = "^5.0.5"}
46751
46749
  }
46752
46750
  end,
46753
46751
  ["src.functions.map"] = function(...)
package/dist/package.lua CHANGED
@@ -1,6 +1,6 @@
1
1
  return {
2
2
  name = "isaacscript-common",
3
- version = "9.19.1",
3
+ version = "9.19.2",
4
4
  description = "Helper functions and features for IsaacScript mods.",
5
5
  keywords = {"isaac", "rebirth", "afterbirth", "repentance"},
6
6
  homepage = "https://isaacscript.github.io/",
@@ -11,5 +11,5 @@ return {
11
11
  type = "commonjs",
12
12
  main = "dist/src/index",
13
13
  types = "dist/src/index.d.ts",
14
- dependencies = {["isaac-typescript-definitions"] = "^5.0.4"}
14
+ dependencies = {["isaac-typescript-definitions"] = "^5.0.5"}
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "9.19.1",
3
+ "version": "9.19.2",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -22,6 +22,6 @@
22
22
  "main": "dist/src/index",
23
23
  "types": "dist/src/index.d.ts",
24
24
  "dependencies": {
25
- "isaac-typescript-definitions": "^5.0.4"
25
+ "isaac-typescript-definitions": "^5.0.5"
26
26
  }
27
27
  }