@tsmodule/tsmodule 41.40.0 → 42.1.0

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/index.js CHANGED
@@ -3,4 +3,4 @@
3
3
  if(typeof process<"u"){let{dirname:e}=await import("path"),{fileURLToPath:i}=await import("url");globalThis.__filename=i(import.meta.url),globalThis.__dirname=e(globalThis.__filename);let{default:a}=await import("module");globalThis.require=a.createRequire(import.meta.url)}
4
4
  /** __ESM_SHIM_END */
5
5
 
6
- import{c as o,e as r,f as e,g as f,j as m,k as p,l as t}from"./chunk-CJB3QE3J.js";import"./chunk-UNZJKJGP.js";export{r as build,e as buildCommand,m as create,p as dev,t as execute,o as normalizeImportSpecifiers,f as specification};
6
+ import{c as o,e as r,f as e,g as f,j as m,k as p,l as t}from"./chunk-QWDDUAEY.js";import"./chunk-UNZJKJGP.js";export{r as build,e as buildCommand,m as create,p as dev,t as execute,o as normalizeImportSpecifiers,f as specification};
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "41.40.0",
5
+ "version": "42.1.0",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "Create standardized TypeScript ESM packages for Node or browser.",
8
8
  "license": "MIT",
@@ -28,3 +28,6 @@ rules:
28
28
  "@typescript-eslint/semi":
29
29
  - error
30
30
  - always
31
+ "react/jsx-indent":
32
+ - error
33
+ - 2
@@ -9,7 +9,7 @@ export const Footer = () => {
9
9
  target="_blank"
10
10
  rel="noopener noreferrer"
11
11
  >
12
- Powered by{" "}
12
+ Powered by{" "}
13
13
  <span className="h-4 ml-2 flex-center">
14
14
  <Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
15
15
  </span>
@@ -1,7 +1,7 @@
1
1
  export const GetStarted = () => {
2
2
  return (
3
3
  <p className="text-gray-700 text-center font-size-3">
4
- Get started by editing{" "}
4
+ Get started by editing{" "}
5
5
  <code className="code">pages/index.js</code>.
6
6
  </p>
7
7
  );