File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
### Removed
6
6
- ** BREAKING** : RDFa parser moved to ` jsonld-rdfa ` package.
7
7
8
+ ## 3.3.1 - 2021-02-10
9
+
10
+ ### Fixed
11
+ - Add ` lru-cache ` to packages run through babel for bundles. Fixes use of arrow
12
+ functions.
13
+
8
14
## 3.3.0 - 2021-01-21
9
15
10
16
### Changed
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ module.exports = function(config) {
86
86
// include specific packages
87
87
include : [
88
88
/ ( n o d e _ m o d u l e s \/ c a n o n i c a l i z e ) / ,
89
+ / ( n o d e _ m o d u l e s \/ l r u - c a c h e ) / ,
89
90
/ ( n o d e _ m o d u l e s \/ r d f - c a n o n i z e ) /
90
91
]
91
92
} ] ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonld" ,
3
- "version" : " 3.3.1 -0" ,
3
+ "version" : " 3.3.2 -0" ,
4
4
"description" : " A JSON-LD Processor and API implementation in JavaScript." ,
5
5
"homepage" : " https://github.com/digitalbazaar/jsonld.js" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ outputs.forEach(info => {
68
68
// include specific packages
69
69
include : [
70
70
/ ( n o d e _ m o d u l e s \/ c a n o n i c a l i z e ) / ,
71
+ / ( n o d e _ m o d u l e s \/ l r u - c a c h e ) / ,
71
72
/ ( n o d e _ m o d u l e s \/ r d f - c a n o n i z e ) /
72
73
]
73
74
} ] ,
You can’t perform that action at this time.
0 commit comments