isaacscript-common 17.7.0 → 17.7.1

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
@@ -11076,7 +11076,7 @@ export declare class ModFeature {
11076
11076
  *
11077
11077
  * By default, this is set to null. Override this property in your class if you need to use it.
11078
11078
  */
11079
- private callbackConditionalFunc;
11079
+ protected callbackConditionalFunc: (() => boolean) | null;
11080
11080
  /**
11081
11081
  * Whether or not the feature has registered its callbacks yet (and submitted its variables to the
11082
11082
  * save data manager, if any).
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 17.7.0
3
+ isaacscript-common 17.7.1
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -46,7 +46,7 @@ export declare class ModFeature {
46
46
  *
47
47
  * By default, this is set to null. Override this property in your class if you need to use it.
48
48
  */
49
- private callbackConditionalFunc;
49
+ protected callbackConditionalFunc: (() => boolean) | null;
50
50
  /**
51
51
  * Whether or not the feature has registered its callbacks yet (and submitted its variables to the
52
52
  * save data manager, if any).
@@ -1 +1 @@
1
- {"version":3,"file":"ModFeature.d.ts","sourceRoot":"","sources":["../../../src/classes/ModFeature.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,qBAAqB,sBAAsB,CAAC;AACzD,eAAO,MAAM,4BAA4B,4BAA4B,CAAC;AAatE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAEH,qBAAa,UAAU;IACrB,OAAO,CAAC,GAAG,CAAkB;IAE7B;;;;;;;;;OASG;IACH,OAAO,CAAC,uBAAuB,CAAgC;IAE/D;;;;;;OAMG;IACI,WAAW,UAAS;gBAEf,GAAG,EAAE,eAAe,EAAE,IAAI,UAAO;IAQ7C;;;;;OAKG;IACI,IAAI,CAAC,IAAI,UAAO,GAAG,IAAI;IAqB9B;;;;;;OAMG;IACI,MAAM,IAAI,IAAI;CAGtB"}
1
+ {"version":3,"file":"ModFeature.d.ts","sourceRoot":"","sources":["../../../src/classes/ModFeature.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,qBAAqB,sBAAsB,CAAC;AACzD,eAAO,MAAM,4BAA4B,4BAA4B,CAAC;AAatE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAEH,qBAAa,UAAU;IACrB,OAAO,CAAC,GAAG,CAAkB;IAE7B;;;;;;;;;OASG;IACH,SAAS,CAAC,uBAAuB,EAAE,CAAC,MAAM,OAAO,CAAC,GAAG,IAAI,CAAQ;IAEjE;;;;;;OAMG;IACI,WAAW,UAAS;gBAEf,GAAG,EAAE,eAAe,EAAE,IAAI,UAAO;IAQ7C;;;;;OAKG;IACI,IAAI,CAAC,IAAI,UAAO,GAAG,IAAI;IAqB9B;;;;;;OAMG;IACI,MAAM,IAAI,IAAI;CAGtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "17.7.0",
3
+ "version": "17.7.1",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -72,7 +72,7 @@ export class ModFeature {
72
72
  *
73
73
  * By default, this is set to null. Override this property in your class if you need to use it.
74
74
  */
75
- private callbackConditionalFunc: (() => boolean) | null = null;
75
+ protected callbackConditionalFunc: (() => boolean) | null = null;
76
76
 
77
77
  /**
78
78
  * Whether or not the feature has registered its callbacks yet (and submitted its variables to the