@morghulis/core 1.0.56 → 1.0.57

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.
@@ -9,7 +9,7 @@ export default class MetaCellParser {
9
9
  private parseLinkage;
10
10
  private parseMultiple;
11
11
  private parseBoolean;
12
- private parseNumber;
12
+ private _parseNumber;
13
13
  private parseDateAndTime;
14
14
  private parseDateTime;
15
15
  private parseDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morghulis/core",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"