@code-ui/docstring
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -32,6 +32,6 @@ "use strict"; | ||
const _1 = __splits_1 && | ||
handlebars_1.default.compile(__splits_1)(Object.assign({}, props)); | ||
const _2 = handlebars_1.default.compile("{{ options.name }}")(Object.assign({}, props)); | ||
handlebars_1.default.compile(__splits_1)(Object.assign({}, props.field)); | ||
const _2 = handlebars_1.default.compile("{{ options.name }}")(Object.assign({}, props.field)); | ||
const _3 = __splits_3 && | ||
handlebars_1.default.compile(__splits_3)(Object.assign({}, props)); | ||
handlebars_1.default.compile(__splits_3)(Object.assign({}, props.field)); | ||
return (react_1.default.createElement(Wrapper, null, | ||
@@ -38,0 +38,0 @@ _1 && react_1.default.createElement(Tag, null, _1), |
{ | ||
"name": "@code-ui/docstring", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": "https://github.com/gridaco/code-like-ui/tree/main/packages/docstring", | ||
@@ -11,3 +11,4 @@ "homepage": "https://github.com/gridaco/code-like-ui", | ||
"scripts": { | ||
"prepack": "tsc" | ||
"prepack": "tsc", | ||
"clean": "rimraf ./dist" | ||
}, | ||
@@ -14,0 +15,0 @@ "peerDependencies": { |
31857