Skip to content

Commit

Permalink
feat!: url analytics enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-pkoniu committed Dec 29, 2023
1 parent d2510eb commit 16f1926
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cloudinary.js
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
if (Number(process.versions.node.split('.')[0]) < 8) {
console.warn('DEPRECATION NOTICE - Node 6 has been scheduled for removal from the Cloudinary SDK');
// required polyfills for native ES6/7 functions (such as String.prototype.padStart)
require('core-js');
module.exports = require('./lib-es5/cloudinary');
} else {
module.exports = require('./lib/cloudinary');
}
module.exports = require('./lib/cloudinary');

1 comment on commit 16f1926

@dcousens
Copy link

@dcousens dcousens commented on 16f1926 Feb 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the change this commit references appears to be in this commit d2510eb#diff-9aa82f0ed674e050695a7422b1cd56d43ce47e6953688a16a003bf49c3481622

Please sign in to comment.