handlebars-source 4.1.2.0 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of handlebars-source might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0635b959244cd415a279d849b948615ff3d816ff1c73671af20955fd868ade9
4
- data.tar.gz: f863205532f5a04c76b57815cd1245292a8f151f4fae3aae4a2e38b11806a707
3
+ metadata.gz: 92e4750353512619eac4505c3d3c28c3a768a5d85734fb262f95df0b0f3b2e27
4
+ data.tar.gz: 837adb80971756de00359c41eb043f34c66f5ad785c5d2dff54ee248144cfa51
5
5
  SHA512:
6
- metadata.gz: 571b42b769eab85a89ebf12d718e9e61f14aff19d661ac8d9f8603548855dae29c48a0c4d7831b41f8a6b422ccb6e5b2b1ba180488c102dc5af47c030ca529a5
7
- data.tar.gz: a93b569e0718a673b45b869ff00015e09fb6aac6185e8e79611a177d31889812a172c442d45d15c42fe18de9a13f8cd17c28cfaec856686f458d749c226fd255
6
+ metadata.gz: e8c6b58728bf2677c050e25fdfe01fde2f54972f5f493d86c35be62bf0283df32eeab91cabdff9bdca15fe2e971e5d9f84254a6c7a4ef23a56ff66842fc41622
7
+ data.tar.gz: 14a06f5400ab57988e149a1dc9110b76ba11a91604fac9a8eed05366b5f01b107edb2bcb9da728493ef9264b77305b021e09e75ccc063bad9e3f7252abdb1dca
@@ -1,7 +1,7 @@
1
1
  /**!
2
2
 
3
3
  @license
4
- handlebars v4.1.2-0
4
+ handlebars v4.2.0
5
5
 
6
6
  Copyright (C) 2011-2017 by Yehuda Katz
7
7
 
@@ -275,7 +275,7 @@ return /******/ (function(modules) { // webpackBootstrap
275
275
 
276
276
  var _logger2 = _interopRequireDefault(_logger);
277
277
 
278
- var VERSION = '4.1.2-0';
278
+ var VERSION = '4.2.0';
279
279
  exports.VERSION = VERSION;
280
280
  var COMPILER_REVISION = 7;
281
281
 
@@ -1273,6 +1273,10 @@ return /******/ (function(modules) { // webpackBootstrap
1273
1273
  return prog;
1274
1274
  }
1275
1275
 
1276
+ /**
1277
+ * This is currently part of the official API, therefore implementation details should not be changed.
1278
+ */
1279
+
1276
1280
  function resolvePartial(partial, context, options) {
1277
1281
  if (!partial) {
1278
1282
  if (options.name === '@partial-block') {
@@ -1,7 +1,7 @@
1
1
  /**!
2
2
 
3
3
  @license
4
- handlebars v4.1.2-0
4
+ handlebars v4.2.0
5
5
 
6
6
  Copyright (C) 2011-2017 by Yehuda Katz
7
7
 
@@ -207,7 +207,7 @@ return /******/ (function(modules) { // webpackBootstrap
207
207
 
208
208
  var _logger2 = _interopRequireDefault(_logger);
209
209
 
210
- var VERSION = '4.1.2-0';
210
+ var VERSION = '4.2.0';
211
211
  exports.VERSION = VERSION;
212
212
  var COMPILER_REVISION = 7;
213
213
 
@@ -1205,6 +1205,10 @@ return /******/ (function(modules) { // webpackBootstrap
1205
1205
  return prog;
1206
1206
  }
1207
1207
 
1208
+ /**
1209
+ * This is currently part of the official API, therefore implementation details should not be changed.
1210
+ */
1211
+
1208
1212
  function resolvePartial(partial, context, options) {
1209
1213
  if (!partial) {
1210
1214
  if (options.name === '@partial-block') {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handlebars-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.2.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-25 00:00:00.000000000 Z
11
+ date: 2019-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Handlebars.js source code wrapper for (pre)compilation gems.
14
14
  email: