Skip to content

Commit 385d5e5

Browse files
committed
Bumped dependency.
1 parent a468eae commit 385d5e5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,27 @@ The marshalled version of the input data.
5353

5454
## Changelog:
5555

56-
**v1.14.0**:
56+
**v1.0.16**:
57+
58+
- Bumped `typedecetor` dependency.
59+
60+
**v1.0.14**:
5761

5862
- Added a proxy for the `getTypeOf` method of the dependent `typeDetector` library.
5963

60-
**v1.13.0**:
64+
**v1.0.13**:
6165

6266
- Small fixes to the function regexes.
6367

64-
**v1.12.0**:
68+
**v1.0.12**:
6569

6670
- Switched to `new Function()` for marshalling strings to objects.
6771

68-
**v1.11.0**:
72+
**v1.0.11**:
6973

7074
- Fixed a bug with marshalling strings that contains the word "function".
7175

72-
**v1.10.0**:
76+
**v1.0.10**:
7377

7478
- The Marshaller can no marshal to objects if that is the most probable type, even if a hint is not given.
7579

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"typescript": "2.3.0"
2929
},
3030
"dependencies": {
31-
"@wessberg/typedetector": "^1.0.0"
31+
"@wessberg/typedetector": "^1.0.4"
3232
}
3333
}

0 commit comments

Comments
 (0)