balena-temen
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -43,7 +43,7 @@ /* tslint:disable */ | ||
module.exports.__wbg_getTime_86f5ac01c164d913 = function(arg0) { | ||
module.exports.__wbg_getTime_ad2f4262ea1c8451 = function(arg0) { | ||
return getObject(arg0).getTime(); | ||
}; | ||
module.exports.__wbg_new0_a50d3778b59e1ef1 = function() { | ||
module.exports.__wbg_new0_caf7c3acb88b5964 = function() { | ||
return addHeapObject(new Date()); | ||
@@ -50,0 +50,0 @@ }; |
@@ -43,7 +43,7 @@ /* tslint:disable */ | ||
export function __wbg_getTime_86f5ac01c164d913(arg0) { | ||
export function __wbg_getTime_ad2f4262ea1c8451(arg0) { | ||
return getObject(arg0).getTime(); | ||
} | ||
export function __wbg_new0_a50d3778b59e1ef1() { | ||
export function __wbg_new0_caf7c3acb88b5964() { | ||
return addHeapObject(new Date()); | ||
@@ -50,0 +50,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
"description": "Templating engine for (not just) JSON", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "Apache-2.0", | ||
@@ -11,0 +11,0 @@ "repository": { |
@@ -42,2 +42,7 @@ # balena temen | ||
### Version 0.2 | ||
* All function and filter identifiers were uppercased | ||
* An example `uuidv4()` -> `UUIDV4()` | ||
### Version 0.1 | ||
@@ -44,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
150
1092288