@tanstack/cta-framework-solid 0.32.2 → 0.32.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/cta-framework-solid",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.3",
|
|
4
4
|
"description": "CTA Framework for Solid",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "Jack Herrington <jherr@pobox.com>",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@tanstack/cta-engine": "0.32.
|
|
25
|
+
"@tanstack/cta-engine": "0.32.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^24.6.0",
|
|
@@ -5,7 +5,8 @@ import tailwindcss from '@tailwindcss/vite'<% if (addOnEnabled['solid-ui']) { %>
|
|
|
5
5
|
import { resolve } from 'node:path'<% } %><% if (addOnEnabled['module-federation']) { %>
|
|
6
6
|
import {federation} from "@module-federation/vite";<% } %><% if (addOnEnabled['module-federation']) { %>
|
|
7
7
|
import federationConfig from "./module-federation.config.js";
|
|
8
|
-
<% } %><% for(const integration of integrations.filter(i => i.type === 'vite-plugin')) {
|
|
8
|
+
<% } %><% for(const integration of integrations.filter(i => i.type === 'vite-plugin')) { %>
|
|
9
|
+
<%- integrationImportContent(integration) %>
|
|
9
10
|
<% } %>
|
|
10
11
|
|
|
11
12
|
// https://vitejs.dev/config/
|