File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 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+
1151.3.0 / 2021-12-06
216==================
317
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudinary/url-gen" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " " ,
55 "scripts" : {
66 "test" : " npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
9292 },
9393 "exports" : {
9494 "./bundles/umd/package.json" : " ./bundles/umd/package.json" ,
95+ "./bundles/umd" : {
96+ "require" : " ./bundles/umd/base.js" ,
97+ "import" : " ./bundles/umd/base.js"
98+ },
9599 "./package.json" : " ./package.json" ,
96100 "./actions/*" : {
97101 "require" : " ./actions/*.cjs" ,
You can’t perform that action at this time.
0 commit comments