ebade 0.4.7 → 1.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/CHANGELOG.md +68 -10
- package/README.md +13 -2
- package/ROADMAP.md +28 -18
- package/SYNTAX.md +23 -3
- package/cli/adapters/base.js +21 -0
- package/cli/adapters/flutter.js +285 -0
- package/cli/adapters/html-vanilla.js +1 -1
- package/cli/adapters/nextjs.js +58 -2
- package/cli/adapters/swiftui.js +195 -0
- package/cli/scaffold.js +196 -21
- package/cli/telemetry.js +64 -0
- package/cli/utils.js +26 -7
- package/cli/validator.js +46 -0
- package/docs/GREEN-AI.md +5 -5
- package/package.json +2 -1
- package/packages/mcp-server/package.json +2 -2
- package/packages/mcp-server/src/index.ts +2 -2
- package/packages/mcp-server/src/tools/build.ts +1 -1
- package/packages/mcp-server/src/tools/scaffold.ts +38 -1
- package/packages/vscode-extension/package.json +1 -1
- package/tests/cli/flutter-target.test.js +58 -0
- package/tests/cli/multi-target.test.js +1 -1
- package/tests/framework/architect.test.js +4 -8
- package/www/app/api/pulse/route.ts +53 -0
- package/www/app/globals.css +26 -5
- package/www/app/page.tsx +43 -90
- package/www/lib/supabase.ts +8 -0
- package/www/package-lock.json +130 -6
- package/www/package.json +2 -1
package/www/package-lock.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
3
|
-
"version": "
|
|
2
|
+
"name": "www",
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
|
-
"name": "
|
|
9
|
-
"version": "
|
|
8
|
+
"name": "www",
|
|
9
|
+
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
+
"@supabase/supabase-js": "^2.90.1",
|
|
11
12
|
"lucide-react": "^0.562.0",
|
|
12
13
|
"next": "^15.1.4",
|
|
13
14
|
"react": "^19.0.0",
|
|
@@ -739,6 +740,86 @@
|
|
|
739
740
|
"node": ">= 10"
|
|
740
741
|
}
|
|
741
742
|
},
|
|
743
|
+
"node_modules/@supabase/auth-js": {
|
|
744
|
+
"version": "2.90.1",
|
|
745
|
+
"resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.90.1.tgz",
|
|
746
|
+
"integrity": "sha512-vxb66dgo6h3yyPbR06735Ps+dK3hj0JwS8w9fdQPVZQmocSTlKUW5MfxSy99mN0XqCCuLMQ3jCEiIIUU23e9ng==",
|
|
747
|
+
"license": "MIT",
|
|
748
|
+
"dependencies": {
|
|
749
|
+
"tslib": "2.8.1"
|
|
750
|
+
},
|
|
751
|
+
"engines": {
|
|
752
|
+
"node": ">=20.0.0"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"node_modules/@supabase/functions-js": {
|
|
756
|
+
"version": "2.90.1",
|
|
757
|
+
"resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.90.1.tgz",
|
|
758
|
+
"integrity": "sha512-x9mV9dF1Lam9qL3zlpP6mSM5C9iqMPtF5B/tU1Jj/F0ufX5mjDf9ghVBaErVxmrQJRL4+iMKWKY2GnODkpS8tw==",
|
|
759
|
+
"license": "MIT",
|
|
760
|
+
"dependencies": {
|
|
761
|
+
"tslib": "2.8.1"
|
|
762
|
+
},
|
|
763
|
+
"engines": {
|
|
764
|
+
"node": ">=20.0.0"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"node_modules/@supabase/postgrest-js": {
|
|
768
|
+
"version": "2.90.1",
|
|
769
|
+
"resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-2.90.1.tgz",
|
|
770
|
+
"integrity": "sha512-jh6vqzaYzoFn3raaC0hcFt9h+Bt+uxNRBSdc7PfToQeRGk7PDPoweHsbdiPWREtDVTGKfu+PyPW9e2jbK+BCgQ==",
|
|
771
|
+
"license": "MIT",
|
|
772
|
+
"dependencies": {
|
|
773
|
+
"tslib": "2.8.1"
|
|
774
|
+
},
|
|
775
|
+
"engines": {
|
|
776
|
+
"node": ">=20.0.0"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"node_modules/@supabase/realtime-js": {
|
|
780
|
+
"version": "2.90.1",
|
|
781
|
+
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.90.1.tgz",
|
|
782
|
+
"integrity": "sha512-PWbnEMkcQRuor8jhObp4+Snufkq8C6fBp+MchVp2qBPY1NXk/c3Iv3YyiFYVzo0Dzuw4nAlT4+ahuPggy4r32w==",
|
|
783
|
+
"license": "MIT",
|
|
784
|
+
"dependencies": {
|
|
785
|
+
"@types/phoenix": "^1.6.6",
|
|
786
|
+
"@types/ws": "^8.18.1",
|
|
787
|
+
"tslib": "2.8.1",
|
|
788
|
+
"ws": "^8.18.2"
|
|
789
|
+
},
|
|
790
|
+
"engines": {
|
|
791
|
+
"node": ">=20.0.0"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"node_modules/@supabase/storage-js": {
|
|
795
|
+
"version": "2.90.1",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.90.1.tgz",
|
|
797
|
+
"integrity": "sha512-GHY+Ps/K/RBfRj7kwx+iVf2HIdqOS43rM2iDOIDpapyUnGA9CCBFzFV/XvfzznGykd//z2dkGZhlZZprsVFqGg==",
|
|
798
|
+
"license": "MIT",
|
|
799
|
+
"dependencies": {
|
|
800
|
+
"iceberg-js": "^0.8.1",
|
|
801
|
+
"tslib": "2.8.1"
|
|
802
|
+
},
|
|
803
|
+
"engines": {
|
|
804
|
+
"node": ">=20.0.0"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"node_modules/@supabase/supabase-js": {
|
|
808
|
+
"version": "2.90.1",
|
|
809
|
+
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.90.1.tgz",
|
|
810
|
+
"integrity": "sha512-U8KaKGLUgTIFHtwEW1dgw1gK7XrdpvvYo7nzzqPx721GqPe8WZbAiLh/hmyKLGBYQ/mmQNr20vU9tWSDZpii3w==",
|
|
811
|
+
"license": "MIT",
|
|
812
|
+
"dependencies": {
|
|
813
|
+
"@supabase/auth-js": "2.90.1",
|
|
814
|
+
"@supabase/functions-js": "2.90.1",
|
|
815
|
+
"@supabase/postgrest-js": "2.90.1",
|
|
816
|
+
"@supabase/realtime-js": "2.90.1",
|
|
817
|
+
"@supabase/storage-js": "2.90.1"
|
|
818
|
+
},
|
|
819
|
+
"engines": {
|
|
820
|
+
"node": ">=20.0.0"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
742
823
|
"node_modules/@swc/helpers": {
|
|
743
824
|
"version": "0.5.15",
|
|
744
825
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
@@ -1030,12 +1111,17 @@
|
|
|
1030
1111
|
"version": "20.19.27",
|
|
1031
1112
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.27.tgz",
|
|
1032
1113
|
"integrity": "sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==",
|
|
1033
|
-
"dev": true,
|
|
1034
1114
|
"license": "MIT",
|
|
1035
1115
|
"dependencies": {
|
|
1036
1116
|
"undici-types": "~6.21.0"
|
|
1037
1117
|
}
|
|
1038
1118
|
},
|
|
1119
|
+
"node_modules/@types/phoenix": {
|
|
1120
|
+
"version": "1.6.7",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.7.tgz",
|
|
1122
|
+
"integrity": "sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==",
|
|
1123
|
+
"license": "MIT"
|
|
1124
|
+
},
|
|
1039
1125
|
"node_modules/@types/react": {
|
|
1040
1126
|
"version": "19.2.7",
|
|
1041
1127
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
|
|
@@ -1086,6 +1172,15 @@
|
|
|
1086
1172
|
"dev": true,
|
|
1087
1173
|
"license": "MIT"
|
|
1088
1174
|
},
|
|
1175
|
+
"node_modules/@types/ws": {
|
|
1176
|
+
"version": "8.18.1",
|
|
1177
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
1178
|
+
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
1179
|
+
"license": "MIT",
|
|
1180
|
+
"dependencies": {
|
|
1181
|
+
"@types/node": "*"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1089
1184
|
"node_modules/@webgpu/types": {
|
|
1090
1185
|
"version": "0.1.68",
|
|
1091
1186
|
"resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.68.tgz",
|
|
@@ -1174,6 +1269,15 @@
|
|
|
1174
1269
|
"dev": true,
|
|
1175
1270
|
"license": "ISC"
|
|
1176
1271
|
},
|
|
1272
|
+
"node_modules/iceberg-js": {
|
|
1273
|
+
"version": "0.8.1",
|
|
1274
|
+
"resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz",
|
|
1275
|
+
"integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==",
|
|
1276
|
+
"license": "MIT",
|
|
1277
|
+
"engines": {
|
|
1278
|
+
"node": ">=20.0.0"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1177
1281
|
"node_modules/jiti": {
|
|
1178
1282
|
"version": "2.6.1",
|
|
1179
1283
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
@@ -1772,8 +1876,28 @@
|
|
|
1772
1876
|
"version": "6.21.0",
|
|
1773
1877
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1774
1878
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1775
|
-
"dev": true,
|
|
1776
1879
|
"license": "MIT"
|
|
1880
|
+
},
|
|
1881
|
+
"node_modules/ws": {
|
|
1882
|
+
"version": "8.19.0",
|
|
1883
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
1884
|
+
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
1885
|
+
"license": "MIT",
|
|
1886
|
+
"engines": {
|
|
1887
|
+
"node": ">=10.0.0"
|
|
1888
|
+
},
|
|
1889
|
+
"peerDependencies": {
|
|
1890
|
+
"bufferutil": "^4.0.1",
|
|
1891
|
+
"utf-8-validate": ">=5.0.2"
|
|
1892
|
+
},
|
|
1893
|
+
"peerDependenciesMeta": {
|
|
1894
|
+
"bufferutil": {
|
|
1895
|
+
"optional": true
|
|
1896
|
+
},
|
|
1897
|
+
"utf-8-validate": {
|
|
1898
|
+
"optional": true
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1777
1901
|
}
|
|
1778
1902
|
}
|
|
1779
1903
|
}
|
package/www/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "www",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "next dev",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"start": "next start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
+
"@supabase/supabase-js": "^2.90.1",
|
|
11
12
|
"lucide-react": "^0.562.0",
|
|
12
13
|
"next": "^15.1.4",
|
|
13
14
|
"react": "^19.0.0",
|