@dsexample/core
Advanced tools
Comparing version 0.0.0 to 1.0.0
@@ -30,4 +30,7 @@ "use strict"; | ||
function Button(props) { | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { | ||
children: props.children | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("button", { | ||
children: [ | ||
props.children, | ||
"foo" | ||
] | ||
}); | ||
@@ -34,0 +37,0 @@ } |
@@ -30,4 +30,7 @@ "use strict"; | ||
function Button(props) { | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { | ||
children: props.children | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("button", { | ||
children: [ | ||
props.children, | ||
"foo" | ||
] | ||
}); | ||
@@ -34,0 +37,0 @@ } |
{ | ||
"name": "@dsexample/core", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"main": "./dist/index.js", | ||
@@ -19,4 +19,4 @@ "module": "./dist/index.mjs", | ||
"typescript": "^4.5.3", | ||
"@dsexample/tsconfig": "0.0.0", | ||
"@dsexample/eslint-config-acme": "0.0.0" | ||
"@dsexample/tsconfig": "1.0.0", | ||
"@dsexample/eslint-config-acme": "1.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3898
101
1