@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.
package/add-ons/shadcn/README.md
CHANGED
package/add-ons/strapi/README.md
CHANGED
|
@@ -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
|
-
|
|
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 = '
|
|
3
|
+
export const contentChecksum = 'be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681';
|
package/dist/types/checksum.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const contentChecksum = "
|
|
1
|
+
export declare const contentChecksum = "be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681";
|
package/package.json
CHANGED
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 = '
|
|
3
|
+
export const contentChecksum = 'be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681'
|