babel-source 4.2.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -250,4 +250,5 @@
250
250
  return result;
251
251
  };
252
252
  })();
253
+ babelHelpers.selfGlobal = typeof global === "undefined" ? self : global;
253
254
  })(typeof global === "undefined" ? self : global);
data/lib/babel/source.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Babel
2
2
  module Source
3
- VERSION = "4.2.1"
4
- DATE = Time.at(1424219867)
3
+ VERSION = "4.3.0"
4
+ DATE = Time.at(1424225745)
5
5
  PATH = File.expand_path("../..", __FILE__)
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babel-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian McKenzie