handlebars-source 4.1.2.0 → 4.2.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.
- checksums.yaml +4 -4
- data/handlebars.js +6 -2
- data/handlebars.runtime.js +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92e4750353512619eac4505c3d3c28c3a768a5d85734fb262f95df0b0f3b2e27
|
|
4
|
+
data.tar.gz: 837adb80971756de00359c41eb043f34c66f5ad785c5d2dff54ee248144cfa51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8c6b58728bf2677c050e25fdfe01fde2f54972f5f493d86c35be62bf0283df32eeab91cabdff9bdca15fe2e971e5d9f84254a6c7a4ef23a56ff66842fc41622
|
|
7
|
+
data.tar.gz: 14a06f5400ab57988e149a1dc9110b76ba11a91604fac9a8eed05366b5f01b107edb2bcb9da728493ef9264b77305b021e09e75ccc063bad9e3f7252abdb1dca
|
data/handlebars.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
handlebars v4.
|
|
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.
|
|
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') {
|
data/handlebars.runtime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
handlebars v4.
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|