adif-parser-ts 0.4.4 → 0.4.5

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.
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
3
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.adifParser = {}));
5
- }(this, (function (exports) { 'use strict';
5
+ })(this, (function (exports) { 'use strict';
6
6
 
7
7
  /**
8
8
  * A class for formatting objects into ADIF.
@@ -146,5 +146,5 @@
146
146
 
147
147
  Object.defineProperty(exports, '__esModule', { value: true });
148
148
 
149
- })));
149
+ }));
150
150
  //# sourceMappingURL=adif-parser.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adif-parser-ts",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "An amateur radio log data ADIF parser in Typescript and Javascript",
5
5
  "keywords": [
6
6
  "amateur radio",
@@ -72,13 +72,13 @@
72
72
  "coveralls": "3.1.1",
73
73
  "cross-env": "7.0.3",
74
74
  "husky": "7.0.2",
75
- "jest": "27.2.1",
76
- "jest-config": "27.2.1",
75
+ "jest": "27.2.3",
76
+ "jest-config": "27.2.3",
77
77
  "lint-staged": "11.1.2",
78
78
  "lodash.camelcase": "4.3.0",
79
79
  "pinst": "2.1.6",
80
80
  "prettier": "2.4.1",
81
- "rollup": "2.56.3",
81
+ "rollup": "2.57.0",
82
82
  "rollup-plugin-commonjs": "10.1.0",
83
83
  "rollup-plugin-json": "4.0.0",
84
84
  "rollup-plugin-node-resolve": "5.2.0",