Skip to content

Commit d7027d8

Browse files
committed
update SNIPPET_VERSION
1 parent 58e02a5 commit d7027d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/dist/snippet.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script type="text/javascript">
2-
(function(){var pdsdk=window.pdsdk=window.pdsdk||[];if(pdsdk.initialized)return;if(pdsdk.invoked){if(window.console&&console.error){console.error("pdsdk snippet included multiple times");return}}pdsdk.invoked=true;pdsdk.methods=["sendEvent"];pdsdk.buffered=[];pdsdk.makeBufferMethod=function(method){return function(){var args=Array.prototype.slice.call(arguments);args.unshift(method);pdsdk.buffered.push(args)}};for(var i=0;i<pdsdk.methods.length;i++){var method=pdsdk.methods[i];pdsdk[method]=pdsdk.makeBufferMethod(method)}pdsdk.load=function(src){var script=document.createElement("script");script.type="text/javascript";script.async=true;script.src=src||"https://sdk.pipedream.net/pdsdk.min.js?n="+Math.random();var first=document.getElementsByTagName("script")[0];first.parentNode.insertBefore(script,first)};pdsdk.SNIPPET_VERSION="0.3.2";
2+
(function(){var pdsdk=window.pdsdk=window.pdsdk||[];if(pdsdk.initialized)return;if(pdsdk.invoked){if(window.console&&console.error){console.error("pdsdk snippet included multiple times");return}}pdsdk.invoked=true;pdsdk.methods=["sendEvent"];pdsdk.buffered=[];pdsdk.makeBufferMethod=function(method){return function(){var args=Array.prototype.slice.call(arguments);args.unshift(method);pdsdk.buffered.push(args)}};for(var i=0;i<pdsdk.methods.length;i++){var method=pdsdk.methods[i];pdsdk[method]=pdsdk.makeBufferMethod(method)}pdsdk.load=function(src){var script=document.createElement("script");script.type="text/javascript";script.async=true;script.src=src||"https://sdk.pipedream.net/pdsdk.min.js?n="+Math.random();var first=document.getElementsByTagName("script")[0];first.parentNode.insertBefore(script,first)};pdsdk.SNIPPET_VERSION="0.4.1";
33
pdsdk.load();
44
})();
55
</script>

javascript/dist/snippet.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/src/integrations/browser/snippet.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
first.parentNode.insertBefore(script, first)
3939
}
4040

41-
pdsdk.SNIPPET_VERSION = "0.3.2" // TODO can release-it write to here as well? or bake it in from package.json
41+
pdsdk.SNIPPET_VERSION = "0.4.1" // TODO can release-it write to here as well? or bake it in from package.json
4242
})()

0 commit comments

Comments
 (0)