Comparing version 0.5.0 to 0.5.1
@@ -46,13 +46,7 @@ (function() { | ||
//----------------------------------------------------------------------------------------------------------- | ||
this.declare('intertext_template_name', { | ||
tests: { | ||
"x is a nonempty_text": function(x) { | ||
return this.isa.nonempty_text(x); | ||
}, | ||
"x is name of template": function(x) { | ||
return this.isa.function((require('./templates'))[x]); | ||
} | ||
} | ||
}); | ||
// #----------------------------------------------------------------------------------------------------------- | ||
// @declare 'intertext_template_name', | ||
// tests: | ||
// "x is a nonempty_text": ( x ) -> @isa.nonempty_text x | ||
// "x is name of template": ( x ) -> @isa.function ( require './templates' )[ x ] | ||
@@ -59,0 +53,0 @@ //----------------------------------------------------------------------------------------------------------- |
{ | ||
"name": "intertext", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Services for Recurrent Text-related Tasks", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -270,3 +270,3 @@ | ||
For [SteamPipe](https://github.com/loveencounterflow/steampipes) streams, use | ||
In [SteamPipe](https://github.com/loveencounterflow/steampipes) streams, use the transforms returned by | ||
@@ -276,3 +276,3 @@ * `$html_as_datoms()` | ||
for the same functionality; both transforms accept texts or buffers. | ||
for the same functionality; both transforms accept texts and buffers as inputs. | ||
@@ -279,0 +279,0 @@ ### HTML Generation |
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
191788
2722