loopwind 0.18.0 → 0.19.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/REGISTRY_SETUP.md +1 -55
- package/dist/commands/add.d.ts.map +1 -1
- package/dist/commands/add.js +0 -3
- package/dist/commands/add.js.map +1 -1
- package/dist/lib/installer.d.ts +0 -8
- package/dist/lib/installer.d.ts.map +1 -1
- package/dist/lib/installer.js +1 -48
- package/dist/lib/installer.js.map +1 -1
- package/dist/sdk/compiler.d.ts +94 -0
- package/dist/sdk/compiler.d.ts.map +1 -0
- package/dist/sdk/compiler.js +122 -0
- package/dist/sdk/compiler.js.map +1 -0
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/template.d.ts +30 -43
- package/dist/sdk/template.d.ts.map +1 -1
- package/dist/sdk/template.js +52 -73
- package/dist/sdk/template.js.map +1 -1
- package/examples/template-compiler-workflow.ts +251 -0
- package/output/sdk-static.jpg +0 -0
- package/package.json +7 -1
- package/test-jsx-support.mjs +146 -0
- package/test-sdk-source-config.mjs +427 -0
- package/test-templates/config-test.mjs +17 -0
- package/website/astro.config.mjs +10 -0
- package/website/dist/.gitkeep +1 -0
- package/website/dist/_worker.js/index.js +1 -1
- package/website/dist/_worker.js/{manifest_BAAoOzaU.mjs → manifest_CT_D-YDe.mjs} +1 -1
- package/website/dist/llm.txt +1 -1
- package/website/dist/sdk/index.html +405 -102
- package/website/dist/sitemap.xml +12 -12
- package/website/package-lock.json +1077 -17
- package/website/package.json +5 -1
- package/website/public/.gitkeep +1 -0
- package/website/deploy.sh +0 -19
- package/website/public/.assetsignore +0 -3
- package/website/wrangler.toml +0 -12
package/website/dist/sitemap.xml
CHANGED
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
|
|
4
4
|
<url>
|
|
5
5
|
<loc>https://loopwind.dev</loc>
|
|
6
|
-
<lastmod>2025-11-
|
|
6
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
7
7
|
<changefreq>weekly</changefreq>
|
|
8
8
|
<priority>1.0</priority>
|
|
9
9
|
</url>
|
|
10
10
|
<url>
|
|
11
11
|
<loc>https://loopwind.dev/getting-started</loc>
|
|
12
|
-
<lastmod>2025-11-
|
|
12
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
13
13
|
<changefreq>weekly</changefreq>
|
|
14
14
|
<priority>0.9</priority>
|
|
15
15
|
</url>
|
|
16
16
|
<url>
|
|
17
17
|
<loc>https://loopwind.dev/templates</loc>
|
|
18
|
-
<lastmod>2025-11-
|
|
18
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
19
19
|
<changefreq>weekly</changefreq>
|
|
20
20
|
<priority>0.8</priority>
|
|
21
21
|
</url>
|
|
22
22
|
<url>
|
|
23
23
|
<loc>https://loopwind.dev/images</loc>
|
|
24
|
-
<lastmod>2025-11-
|
|
24
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
25
25
|
<changefreq>weekly</changefreq>
|
|
26
26
|
<priority>0.8</priority>
|
|
27
27
|
</url>
|
|
28
28
|
<url>
|
|
29
29
|
<loc>https://loopwind.dev/video</loc>
|
|
30
|
-
<lastmod>2025-11-
|
|
30
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
31
31
|
<changefreq>weekly</changefreq>
|
|
32
32
|
<priority>0.8</priority>
|
|
33
33
|
</url>
|
|
34
34
|
<url>
|
|
35
35
|
<loc>https://loopwind.dev/animation</loc>
|
|
36
|
-
<lastmod>2025-11-
|
|
36
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
37
37
|
<changefreq>monthly</changefreq>
|
|
38
38
|
<priority>0.7</priority>
|
|
39
39
|
</url>
|
|
40
40
|
<url>
|
|
41
41
|
<loc>https://loopwind.dev/helpers</loc>
|
|
42
|
-
<lastmod>2025-11-
|
|
42
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
43
43
|
<changefreq>monthly</changefreq>
|
|
44
44
|
<priority>0.7</priority>
|
|
45
45
|
</url>
|
|
46
46
|
<url>
|
|
47
47
|
<loc>https://loopwind.dev/styling</loc>
|
|
48
|
-
<lastmod>2025-11-
|
|
48
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
49
49
|
<changefreq>monthly</changefreq>
|
|
50
50
|
<priority>0.7</priority>
|
|
51
51
|
</url>
|
|
52
52
|
<url>
|
|
53
53
|
<loc>https://loopwind.dev/fonts</loc>
|
|
54
|
-
<lastmod>2025-11-
|
|
54
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
55
55
|
<changefreq>monthly</changefreq>
|
|
56
56
|
<priority>0.6</priority>
|
|
57
57
|
</url>
|
|
58
58
|
<url>
|
|
59
59
|
<loc>https://loopwind.dev/agents</loc>
|
|
60
|
-
<lastmod>2025-11-
|
|
60
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
61
61
|
<changefreq>monthly</changefreq>
|
|
62
62
|
<priority>0.7</priority>
|
|
63
63
|
</url>
|
|
64
64
|
<url>
|
|
65
65
|
<loc>https://loopwind.dev/sdk</loc>
|
|
66
|
-
<lastmod>2025-11-
|
|
66
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
67
67
|
<changefreq>monthly</changefreq>
|
|
68
68
|
<priority>0.7</priority>
|
|
69
69
|
</url>
|
|
70
70
|
<url>
|
|
71
71
|
<loc>https://loopwind.dev/llm.txt</loc>
|
|
72
|
-
<lastmod>2025-11-
|
|
72
|
+
<lastmod>2025-11-20T11:24:11.539Z</lastmod>
|
|
73
73
|
<changefreq>monthly</changefreq>
|
|
74
74
|
<priority>0.5</priority>
|
|
75
75
|
</url>
|