@budibase/string-templates 2.1.22-alpha.0 → 2.1.23
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.
- package/dist/bundle.mjs +1 -1
- package/manifest.json +2 -2
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"length"
|
|
626
626
|
],
|
|
627
627
|
"numArgs": 2,
|
|
628
|
-
"example": "{{ellipsis 'foo bar baz' 7}} -> foo bar…",
|
|
628
|
+
"example": "{{ellipsis 'foo bar baz', 7}} -> foo bar…",
|
|
629
629
|
"description": "<p>Truncates a string to the specified <code>length</code>, and appends it with an elipsis, <code>…</code>.</p>\n"
|
|
630
630
|
},
|
|
631
631
|
"hyphenate": {
|
|
@@ -1219,4 +1219,4 @@
|
|
|
1219
1219
|
"description": "<p>Produce a humanized duration left/until given an amount of time and the type of time measurement.</p>\n"
|
|
1220
1220
|
}
|
|
1221
1221
|
}
|
|
1222
|
-
}
|
|
1222
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/string-templates",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.23",
|
|
4
4
|
"description": "Handlebars wrapper for Budibase templating.",
|
|
5
5
|
"main": "src/index.cjs",
|
|
6
6
|
"module": "dist/bundle.mjs",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"rollup-plugin-terser": "^7.0.2",
|
|
47
47
|
"typescript": "^4.5.5"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "19979ddf5d03ecba89b7db17425e7fed7e068db1"
|
|
50
50
|
}
|