@finnair/path 1.0.1 → 1.1.0-alpha.6
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 +20 -14
- package/package.json +2 -2
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
|
-
|
|
6
|
+
# [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @finnair/path
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# [
|
|
14
|
+
# [1.1.0-alpha.5](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.5) (2022-08-16)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @finnair/path
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
# [
|
|
22
|
+
# [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @finnair/path
|
|
25
25
|
|
|
@@ -27,35 +27,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
### Features
|
|
33
33
|
|
|
34
|
+
- Add support for Node v14 and v16
|
|
35
|
+
- Update Jest and Lerna
|
|
36
|
+
- Update other vulnerable packages
|
|
34
37
|
|
|
38
|
+
### BREAKING CHANGES
|
|
35
39
|
|
|
40
|
+
- Drop support for Node v10
|
|
36
41
|
|
|
42
|
+
# [0.9.0](https://github.com/finnair/v-validation/compare/v0.8.0...v0.9.0) (2020-09-23)
|
|
37
43
|
|
|
38
|
-
|
|
44
|
+
**Note:** Version bump only for package @finnair/path
|
|
39
45
|
|
|
46
|
+
# [0.8.0](https://github.com/finnair/v-validation/compare/v0.7.0...v0.8.0) (2020-09-09)
|
|
40
47
|
|
|
41
|
-
|
|
48
|
+
**Note:** Version bump only for package @finnair/path
|
|
42
49
|
|
|
43
|
-
|
|
50
|
+
# [0.7.0](https://github.com/finnair/v-validation/compare/v0.6.2...v0.7.0) (2020-08-26)
|
|
44
51
|
|
|
52
|
+
**Note:** Version bump only for package @finnair/path
|
|
45
53
|
|
|
54
|
+
## [0.6.2](https://github.com/finnair/v-validation/compare/v0.6.1...v0.6.2) (2020-05-22)
|
|
46
55
|
|
|
56
|
+
### Bug Fixes
|
|
47
57
|
|
|
58
|
+
- Update Moment.js and fix dependencies ([2e9a16d](https://github.com/finnair/v-validation/commit/2e9a16d297994a557133a853ed6556d16552c21a))
|
|
48
59
|
|
|
49
60
|
## [0.6.1](https://github.com/finnair/v-validation/compare/v0.6.0...v0.6.1) (2020-05-22)
|
|
50
61
|
|
|
51
|
-
|
|
52
62
|
### Bug Fixes
|
|
53
63
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
64
|
+
- NPM ignore node_modules ([9f1264f](https://github.com/finnair/v-validation/commit/9f1264f5086e406d30f94f5a47aa3fb6956d725a))
|
|
59
65
|
|
|
60
66
|
# [0.6.0](https://github.com/finnair/v-validation/compare/v0.5.0...v0.6.0) (2020-05-19)
|
|
61
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finnair/path",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.1.0-alpha.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Simple object path as array of strings and numbers",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc -b ."
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "cbca3585a6777f34cd135c6c22be566aea34e69b"
|
|
26
26
|
}
|