File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.0 / 2022-01-02
2
+ ==================
3
+
4
+ New functionality
5
+ -----------------
6
+ * Add Support string gravity (#487 )
7
+
8
+ Other changes
9
+ -----------------
10
+ * Fix fromJson q_auto: best
11
+ * Fix broken documentation links. (#489 )
12
+ * Add test for video query params (#490 )
13
+ * Fix broken UMD export
14
+
1
15
1.3.0 / 2021-12-06
2
16
==================
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/url-gen" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
92
92
},
93
93
"exports" : {
94
94
"./bundles/umd/package.json" : " ./bundles/umd/package.json" ,
95
+ "./bundles/umd" : {
96
+ "require" : " ./bundles/umd/base.js" ,
97
+ "import" : " ./bundles/umd/base.js"
98
+ },
95
99
"./package.json" : " ./package.json" ,
96
100
"./actions/*" : {
97
101
"require" : " ./actions/*.cjs" ,
You can’t perform that action at this time.
0 commit comments