@tanstack/cta-framework-react-cra 0.40.0 → 0.40.1

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.
@@ -3,5 +3,5 @@
3
3
  Add components using the latest version of [Shadcn](https://ui.shadcn.com/).
4
4
 
5
5
  ```bash
6
- pnpx shadcn@latest add button
6
+ pnpm dlx shadcn@latest add button
7
7
  ```
@@ -3,5 +3,5 @@
3
3
  Use the latest version of Shadcn to install new components, like this command to add a button component:
4
4
 
5
5
  ```bash
6
- pnpx shadcn@latest add button
6
+ pnpm dlx shadcn@latest add button
7
7
  ```
@@ -5,7 +5,7 @@ The current setup shows an example of how to use Strapi with an articles collect
5
5
  - Create a local running copy of the strapi admin
6
6
 
7
7
  ```bash
8
- pnpx create-strapi@latest my-strapi-project
8
+ pnpm dlx create-strapi@latest my-strapi-project
9
9
  cd my-strapi-project
10
10
  pnpm dev
11
11
  ```
package/dist/checksum.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = 'feb5810163b26e8f14f145eedea21242641ec1d266639a75873acc3eb7b04faa';
3
+ export const contentChecksum = 'be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681';
@@ -1 +1 @@
1
- export declare const contentChecksum = "feb5810163b26e8f14f145eedea21242641ec1d266639a75873acc3eb7b04faa";
1
+ export declare const contentChecksum = "be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.40.0",
3
+ "version": "0.40.1",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/checksum.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = 'feb5810163b26e8f14f145eedea21242641ec1d266639a75873acc3eb7b04faa'
3
+ export const contentChecksum = 'be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681'