@finnair/path-parser 0.9.0 → 1.1.0-alpha.0

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.9.0](https://github.com/finnair/v-validation/compare/v0.8.0...v0.9.0) (2020-09-23)
6
+ # [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
7
7
 
8
8
  **Note:** Version bump only for package @finnair/path-parser
9
9
 
@@ -11,43 +11,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.8.0](https://github.com/finnair/v-validation/compare/v0.7.0...v0.8.0) (2020-09-09)
14
+ ## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
15
15
 
16
- **Note:** Version bump only for package @finnair/path-parser
16
+ ### Features
17
17
 
18
+ - Add support for Node v14 and v16
19
+ - Update Jest and Lerna
20
+ - Update other vulnerable packages
18
21
 
22
+ ### BREAKING CHANGES
19
23
 
24
+ - Drop support for Node v10
20
25
 
21
-
22
- # [0.7.0](https://github.com/finnair/v-validation/compare/v0.6.2...v0.7.0) (2020-08-26)
26
+ # [0.9.0](https://github.com/finnair/v-validation/compare/v0.8.0...v0.9.0) (2020-09-23)
23
27
 
24
28
  **Note:** Version bump only for package @finnair/path-parser
25
29
 
30
+ # [0.8.0](https://github.com/finnair/v-validation/compare/v0.7.0...v0.8.0) (2020-09-09)
26
31
 
32
+ **Note:** Version bump only for package @finnair/path-parser
27
33
 
34
+ # [0.7.0](https://github.com/finnair/v-validation/compare/v0.6.2...v0.7.0) (2020-08-26)
28
35
 
36
+ **Note:** Version bump only for package @finnair/path-parser
29
37
 
30
38
  ## [0.6.2](https://github.com/finnair/v-validation/compare/v0.6.1...v0.6.2) (2020-05-22)
31
39
 
32
-
33
40
  ### Bug Fixes
34
41
 
35
- * Update Moment.js and fix dependencies ([2e9a16d](https://github.com/finnair/v-validation/commit/2e9a16d297994a557133a853ed6556d16552c21a))
36
-
37
-
38
-
39
-
42
+ - Update Moment.js and fix dependencies ([2e9a16d](https://github.com/finnair/v-validation/commit/2e9a16d297994a557133a853ed6556d16552c21a))
40
43
 
41
44
  ## [0.6.1](https://github.com/finnair/v-validation/compare/v0.6.0...v0.6.1) (2020-05-22)
42
45
 
43
-
44
46
  ### Bug Fixes
45
47
 
46
- * NPM ignore node_modules ([9f1264f](https://github.com/finnair/v-validation/commit/9f1264f5086e406d30f94f5a47aa3fb6956d725a))
47
-
48
-
49
-
50
-
48
+ - NPM ignore node_modules ([9f1264f](https://github.com/finnair/v-validation/commit/9f1264f5086e406d30f94f5a47aa3fb6956d725a))
51
49
 
52
50
  # [0.6.0](https://github.com/finnair/v-validation/compare/v0.5.0...v0.6.0) (2020-05-19)
53
51
 
package/dist/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.parsePathMatcher = exports.parsePath = void 0;
3
4
  var parsePath_1 = require("./parsePath");
4
5
  Object.defineProperty(exports, "parsePath", { enumerable: true, get: function () { return parsePath_1.parsePath; } });
5
6
  var parsePathMatcher_1 = require("./parsePathMatcher");
@@ -14,7 +14,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
14
14
  var __importStar = (this && this.__importStar) || function (mod) {
15
15
  if (mod && mod.__esModule) return mod;
16
16
  var result = {};
17
- if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finnair/path-parser",
3
- "version": "0.9.0",
3
+ "version": "1.1.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Simple object path as array of strings and numbers",
6
6
  "main": "dist/index.js",
@@ -23,9 +23,9 @@
23
23
  "build": "tsc -b ."
24
24
  },
25
25
  "dependencies": {
26
- "@finnair/path": "^0.9.0",
26
+ "@finnair/path": "^1.1.0-alpha.0",
27
27
  "@types/nearley": "2.11.1",
28
28
  "nearley": "2.19.5"
29
29
  },
30
- "gitHead": "a60423b411b0cab587265e388a5b531f0f905588"
30
+ "gitHead": "980da25d0eb031a0ed89691c97459b23efcdc8a5"
31
31
  }