isaacscript 2.16.2 → 2.16.3

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.
@@ -34,6 +34,7 @@
34
34
  ],
35
35
  "noHeader": true,
36
36
  "noImplicitGlobalVariables": true,
37
+ // "noImplicitSelf": true, // Will eventually be enabled by default when it becomes stable.
37
38
  },
38
39
 
39
40
  // IsaacScript settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "2.16.2",
3
+ "version": "2.16.3",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -37,7 +37,7 @@
37
37
  "isaacscript-tsconfig": "^2.0.0",
38
38
  "jsonc-parser": "^3.1.0",
39
39
  "moment": "^2.29.4",
40
- "npm-check-updates": "^16.0.5",
40
+ "npm-check-updates": "^16.0.6",
41
41
  "prompt": "^1.3.0",
42
42
  "source-map": "^0.7.4",
43
43
  "source-map-support": "^0.5.21",
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.DoorSlotFlagZero = exports.DoorSlotFlag = void 0;
5
5
  const DoorSlot_1 = require("./DoorSlot");
6
6
  /**
7
- * For `GridEntityType.DOOR` (16)
7
+ * For `GridEntityType.DOOR` (16).
8
8
  *
9
9
  * Corresponds to `DoorSlotFlag`.
10
10
  *