@coze-arch/cli 0.0.1-alpha.ec9508 → 0.0.1-alpha.ecccee
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/lib/__templates__/expo/pnpm-lock.yaml +101 -45
- package/lib/__templates__/expo/server/package.json +9 -7
- package/lib/__templates__/nextjs/package.json +3 -1
- package/lib/__templates__/nextjs/pnpm-lock.yaml +119 -106
- package/lib/__templates__/nextjs/src/app/page.tsx +4 -2
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_build.sh +2 -2
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_run.sh +4 -3
- package/lib/__templates__/taro/.cozeproj/scripts/dev_build.sh +0 -15
- package/lib/__templates__/taro/.cozeproj/scripts/dev_run.sh +117 -24
- package/lib/__templates__/taro/README.md +79 -17
- package/lib/__templates__/taro/package.json +4 -2
- package/lib/__templates__/taro/pnpm-lock.yaml +392 -114
- package/lib/__templates__/taro/server/package.json +4 -1
- package/lib/__templates__/taro/server/src/main.ts +14 -2
- package/lib/__templates__/taro/src/app.css +18 -18
- package/lib/__templates__/taro/src/app.tsx +9 -0
- package/lib/__templates__/taro/src/index.html +20 -1
- package/lib/__templates__/taro/src/presets/h5-navbar.tsx +171 -0
- package/lib/__templates__/taro/src/{utils → presets}/h5-styles.ts +15 -4
- package/lib/__templates__/taro/src/presets/index.tsx +18 -0
- package/lib/__templates__/vite/package.json +5 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +146 -1659
- package/lib/__templates__/vite/src/main.ts +2 -2
- package/lib/cli.js +5 -59
- package/package.json +1 -1
- package/lib/__templates__/taro/src/app.ts +0 -14
- /package/lib/__templates__/taro/src/{utils → presets}/wx-debug.ts +0 -0
|
@@ -41,9 +41,9 @@ importers:
|
|
|
41
41
|
drizzle-kit:
|
|
42
42
|
specifier: ^0.31.8
|
|
43
43
|
version: 0.31.8
|
|
44
|
-
lucide-react:
|
|
45
|
-
specifier: ^
|
|
46
|
-
version: 0.
|
|
44
|
+
lucide-react-taro:
|
|
45
|
+
specifier: ^1.1.1
|
|
46
|
+
version: 1.1.1(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(react@18.3.1)
|
|
47
47
|
react:
|
|
48
48
|
specifier: ^18.0.0
|
|
49
49
|
version: 18.3.1
|
|
@@ -81,6 +81,9 @@ importers:
|
|
|
81
81
|
'@tarojs/vite-runner':
|
|
82
82
|
specifier: 4.1.9
|
|
83
83
|
version: 4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))
|
|
84
|
+
'@types/dotenv':
|
|
85
|
+
specifier: ^8.2.3
|
|
86
|
+
version: 8.2.3
|
|
84
87
|
'@types/minimatch':
|
|
85
88
|
specifier: ^5
|
|
86
89
|
version: 5.1.2
|
|
@@ -168,12 +171,18 @@ importers:
|
|
|
168
171
|
'@nestjs/platform-express':
|
|
169
172
|
specifier: ^10.4.15
|
|
170
173
|
version: 10.4.20(@nestjs/common@10.4.20(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.20)
|
|
174
|
+
'@supabase/supabase-js':
|
|
175
|
+
specifier: 2.95.3
|
|
176
|
+
version: 2.95.3
|
|
171
177
|
better-sqlite3:
|
|
172
178
|
specifier: ^11.9.1
|
|
173
179
|
version: 11.10.0
|
|
174
180
|
coze-coding-dev-sdk:
|
|
175
|
-
specifier: ^0.7.
|
|
176
|
-
version: 0.7.
|
|
181
|
+
specifier: ^0.7.16
|
|
182
|
+
version: 0.7.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))(ws@8.19.0)
|
|
183
|
+
dotenv:
|
|
184
|
+
specifier: ^17.2.3
|
|
185
|
+
version: 17.2.3
|
|
177
186
|
drizzle-kit:
|
|
178
187
|
specifier: ^0.31.8
|
|
179
188
|
version: 0.31.8
|
|
@@ -205,6 +214,9 @@ importers:
|
|
|
205
214
|
'@types/better-sqlite3':
|
|
206
215
|
specifier: ^7.6.13
|
|
207
216
|
version: 7.6.13
|
|
217
|
+
'@types/dotenv':
|
|
218
|
+
specifier: ^8.2.3
|
|
219
|
+
version: 8.2.3
|
|
208
220
|
'@types/express':
|
|
209
221
|
specifier: 5.0.6
|
|
210
222
|
version: 5.0.6
|
|
@@ -2052,6 +2064,9 @@ packages:
|
|
|
2052
2064
|
'@dual-bundle/import-meta-resolve@4.2.1':
|
|
2053
2065
|
resolution: {integrity: sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==}
|
|
2054
2066
|
|
|
2067
|
+
'@emnapi/runtime@1.8.1':
|
|
2068
|
+
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
2069
|
+
|
|
2055
2070
|
'@esbuild-kit/core-utils@3.3.2':
|
|
2056
2071
|
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
2057
2072
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
@@ -2536,6 +2551,111 @@ packages:
|
|
|
2536
2551
|
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
|
2537
2552
|
deprecated: Use @eslint/object-schema instead
|
|
2538
2553
|
|
|
2554
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
2555
|
+
resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
|
|
2556
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2557
|
+
cpu: [arm64]
|
|
2558
|
+
os: [darwin]
|
|
2559
|
+
|
|
2560
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
2561
|
+
resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
|
|
2562
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2563
|
+
cpu: [x64]
|
|
2564
|
+
os: [darwin]
|
|
2565
|
+
|
|
2566
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
2567
|
+
resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
|
|
2568
|
+
cpu: [arm64]
|
|
2569
|
+
os: [darwin]
|
|
2570
|
+
|
|
2571
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
2572
|
+
resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
|
|
2573
|
+
cpu: [x64]
|
|
2574
|
+
os: [darwin]
|
|
2575
|
+
|
|
2576
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
2577
|
+
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
|
|
2578
|
+
cpu: [arm64]
|
|
2579
|
+
os: [linux]
|
|
2580
|
+
|
|
2581
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
2582
|
+
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
|
|
2583
|
+
cpu: [arm]
|
|
2584
|
+
os: [linux]
|
|
2585
|
+
|
|
2586
|
+
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
2587
|
+
resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
|
|
2588
|
+
cpu: [s390x]
|
|
2589
|
+
os: [linux]
|
|
2590
|
+
|
|
2591
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
2592
|
+
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
|
|
2593
|
+
cpu: [x64]
|
|
2594
|
+
os: [linux]
|
|
2595
|
+
|
|
2596
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
2597
|
+
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
|
|
2598
|
+
cpu: [arm64]
|
|
2599
|
+
os: [linux]
|
|
2600
|
+
|
|
2601
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
2602
|
+
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
|
|
2603
|
+
cpu: [x64]
|
|
2604
|
+
os: [linux]
|
|
2605
|
+
|
|
2606
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
2607
|
+
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
|
|
2608
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2609
|
+
cpu: [arm64]
|
|
2610
|
+
os: [linux]
|
|
2611
|
+
|
|
2612
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
2613
|
+
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
|
|
2614
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2615
|
+
cpu: [arm]
|
|
2616
|
+
os: [linux]
|
|
2617
|
+
|
|
2618
|
+
'@img/sharp-linux-s390x@0.33.5':
|
|
2619
|
+
resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
|
|
2620
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2621
|
+
cpu: [s390x]
|
|
2622
|
+
os: [linux]
|
|
2623
|
+
|
|
2624
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
2625
|
+
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
|
|
2626
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2627
|
+
cpu: [x64]
|
|
2628
|
+
os: [linux]
|
|
2629
|
+
|
|
2630
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
2631
|
+
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
|
|
2632
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2633
|
+
cpu: [arm64]
|
|
2634
|
+
os: [linux]
|
|
2635
|
+
|
|
2636
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
2637
|
+
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
|
|
2638
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2639
|
+
cpu: [x64]
|
|
2640
|
+
os: [linux]
|
|
2641
|
+
|
|
2642
|
+
'@img/sharp-wasm32@0.33.5':
|
|
2643
|
+
resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
|
|
2644
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2645
|
+
cpu: [wasm32]
|
|
2646
|
+
|
|
2647
|
+
'@img/sharp-win32-ia32@0.33.5':
|
|
2648
|
+
resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
|
|
2649
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2650
|
+
cpu: [ia32]
|
|
2651
|
+
os: [win32]
|
|
2652
|
+
|
|
2653
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
2654
|
+
resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
|
|
2655
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2656
|
+
cpu: [x64]
|
|
2657
|
+
os: [win32]
|
|
2658
|
+
|
|
2539
2659
|
'@inquirer/external-editor@1.0.3':
|
|
2540
2660
|
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
|
2541
2661
|
engines: {node: '>=18'}
|
|
@@ -3438,6 +3558,30 @@ packages:
|
|
|
3438
3558
|
engines: {node: '>=12.10.0', npm: '>=6.0.0'}
|
|
3439
3559
|
hasBin: true
|
|
3440
3560
|
|
|
3561
|
+
'@supabase/auth-js@2.95.3':
|
|
3562
|
+
resolution: {integrity: sha512-vD2YoS8E2iKIX0F7EwXTmqhUpaNsmbU6X2R0/NdFcs02oEfnHyNP/3M716f3wVJ2E5XHGiTFXki6lRckhJ0Thg==}
|
|
3563
|
+
engines: {node: '>=20.0.0'}
|
|
3564
|
+
|
|
3565
|
+
'@supabase/functions-js@2.95.3':
|
|
3566
|
+
resolution: {integrity: sha512-uTuOAKzs9R/IovW1krO0ZbUHSJnsnyJElTXIRhjJTqymIVGcHzkAYnBCJqd7468Fs/Foz1BQ7Dv6DCl05lr7ig==}
|
|
3567
|
+
engines: {node: '>=20.0.0'}
|
|
3568
|
+
|
|
3569
|
+
'@supabase/postgrest-js@2.95.3':
|
|
3570
|
+
resolution: {integrity: sha512-LTrRBqU1gOovxRm1vRXPItSMPBmEFqrfTqdPTRtzOILV4jPSueFz6pES5hpb4LRlkFwCPRmv3nQJ5N625V2Xrg==}
|
|
3571
|
+
engines: {node: '>=20.0.0'}
|
|
3572
|
+
|
|
3573
|
+
'@supabase/realtime-js@2.95.3':
|
|
3574
|
+
resolution: {integrity: sha512-D7EAtfU3w6BEUxDACjowWNJo/ZRo7sDIuhuOGKHIm9FHieGeoJV5R6GKTLtga/5l/6fDr2u+WcW/m8I9SYmaIw==}
|
|
3575
|
+
engines: {node: '>=20.0.0'}
|
|
3576
|
+
|
|
3577
|
+
'@supabase/storage-js@2.95.3':
|
|
3578
|
+
resolution: {integrity: sha512-4GxkJiXI3HHWjxpC3sDx1BVrV87O0hfX+wvJdqGv67KeCu+g44SPnII8y0LL/Wr677jB7tpjAxKdtVWf+xhc9A==}
|
|
3579
|
+
engines: {node: '>=20.0.0'}
|
|
3580
|
+
|
|
3581
|
+
'@supabase/supabase-js@2.95.3':
|
|
3582
|
+
resolution: {integrity: sha512-Fukw1cUTQ6xdLiHDJhKKPu6svEPaCEDvThqCne3OaQyZvuq2qjhJAd91kJu3PXLG18aooCgYBaB6qQz35hhABg==}
|
|
3583
|
+
engines: {node: '>=20.0.0'}
|
|
3584
|
+
|
|
3441
3585
|
'@swc/core-darwin-arm64@1.3.96':
|
|
3442
3586
|
resolution: {integrity: sha512-8hzgXYVd85hfPh6mJ9yrG26rhgzCmcLO0h1TIl8U31hwmTbfZLzRitFQ/kqMJNbIBCwmNH1RU2QcJnL3d7f69A==}
|
|
3443
3587
|
engines: {node: '>=10'}
|
|
@@ -4080,6 +4224,10 @@ packages:
|
|
|
4080
4224
|
'@types/debug@4.1.12':
|
|
4081
4225
|
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
|
|
4082
4226
|
|
|
4227
|
+
'@types/dotenv@8.2.3':
|
|
4228
|
+
resolution: {integrity: sha512-g2FXjlDX/cYuc5CiQvyU/6kkbP1JtmGzh0obW50zD7OKeILVL0NSpPWLXVfqoAGQjom2/SLLx9zHq0KXvD6mbw==}
|
|
4229
|
+
deprecated: This is a stub types definition. dotenv provides its own type definitions, so you do not need this installed.
|
|
4230
|
+
|
|
4083
4231
|
'@types/eslint-scope@3.7.7':
|
|
4084
4232
|
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
|
|
4085
4233
|
|
|
@@ -4134,6 +4282,9 @@ packages:
|
|
|
4134
4282
|
'@types/node@22.19.6':
|
|
4135
4283
|
resolution: {integrity: sha512-qm+G8HuG6hOHQigsi7VGuLjUVu6TtBo/F05zvX04Mw2uCg9Dv0Qxy3Qw7j41SidlTcl5D/5yg0SEZqOB+EqZnQ==}
|
|
4136
4284
|
|
|
4285
|
+
'@types/phoenix@1.6.7':
|
|
4286
|
+
resolution: {integrity: sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==}
|
|
4287
|
+
|
|
4137
4288
|
'@types/postcss-url@10.0.4':
|
|
4138
4289
|
resolution: {integrity: sha512-5QIO9NgbWmAkle65haRqkdgYPCOXheNsaFdbTJJQjT302yK3H49ql4t9a4y0NfpuPtU/UBo15VcV64WCSIMJKg==}
|
|
4139
4290
|
|
|
@@ -4168,6 +4319,9 @@ packages:
|
|
|
4168
4319
|
'@types/uuid@10.0.0':
|
|
4169
4320
|
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
4170
4321
|
|
|
4322
|
+
'@types/ws@8.18.1':
|
|
4323
|
+
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
4324
|
+
|
|
4171
4325
|
'@typescript-eslint/eslint-plugin@6.21.0':
|
|
4172
4326
|
resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
|
|
4173
4327
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
@@ -5183,10 +5337,6 @@ packages:
|
|
|
5183
5337
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
5184
5338
|
engines: {node: '>=6'}
|
|
5185
5339
|
|
|
5186
|
-
cli-spinners@3.4.0:
|
|
5187
|
-
resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==}
|
|
5188
|
-
engines: {node: '>=18.20'}
|
|
5189
|
-
|
|
5190
5340
|
cli-table3@0.6.5:
|
|
5191
5341
|
resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
|
|
5192
5342
|
engines: {node: 10.* || >= 12.*}
|
|
@@ -5246,10 +5396,17 @@ packages:
|
|
|
5246
5396
|
color-name@1.1.4:
|
|
5247
5397
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
5248
5398
|
|
|
5399
|
+
color-string@1.9.1:
|
|
5400
|
+
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
|
|
5401
|
+
|
|
5249
5402
|
color-support@1.1.3:
|
|
5250
5403
|
resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
|
|
5251
5404
|
hasBin: true
|
|
5252
5405
|
|
|
5406
|
+
color@4.2.3:
|
|
5407
|
+
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
|
|
5408
|
+
engines: {node: '>=12.5.0'}
|
|
5409
|
+
|
|
5253
5410
|
colord@2.9.3:
|
|
5254
5411
|
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
|
|
5255
5412
|
|
|
@@ -5415,8 +5572,8 @@ packages:
|
|
|
5415
5572
|
typescript:
|
|
5416
5573
|
optional: true
|
|
5417
5574
|
|
|
5418
|
-
coze-coding-dev-sdk@0.7.
|
|
5419
|
-
resolution: {integrity: sha512-
|
|
5575
|
+
coze-coding-dev-sdk@0.7.16:
|
|
5576
|
+
resolution: {integrity: sha512-B7gRPBa+sfrZL8ur0+F/92SOgZgFaWD/fOnCN2DjthnHSdmCYhAJWCfqzG2oO2vwTiYCXkKUuTBZ3MJLMj886g==}
|
|
5420
5577
|
engines: {node: '>=18.0.0'}
|
|
5421
5578
|
hasBin: true
|
|
5422
5579
|
|
|
@@ -6745,6 +6902,10 @@ packages:
|
|
|
6745
6902
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
6746
6903
|
engines: {node: '>=10.17.0'}
|
|
6747
6904
|
|
|
6905
|
+
iceberg-js@0.8.1:
|
|
6906
|
+
resolution: {integrity: sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==}
|
|
6907
|
+
engines: {node: '>=20.0.0'}
|
|
6908
|
+
|
|
6748
6909
|
iconv-lite@0.4.24:
|
|
6749
6910
|
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
6750
6911
|
engines: {node: '>=0.10.0'}
|
|
@@ -6859,6 +7020,9 @@ packages:
|
|
|
6859
7020
|
is-arrayish@0.2.1:
|
|
6860
7021
|
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
6861
7022
|
|
|
7023
|
+
is-arrayish@0.3.4:
|
|
7024
|
+
resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==}
|
|
7025
|
+
|
|
6862
7026
|
is-async-function@2.1.1:
|
|
6863
7027
|
resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
|
|
6864
7028
|
engines: {node: '>= 0.4'}
|
|
@@ -7035,10 +7199,6 @@ packages:
|
|
|
7035
7199
|
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
|
|
7036
7200
|
engines: {node: '>=12'}
|
|
7037
7201
|
|
|
7038
|
-
is-unicode-supported@2.1.0:
|
|
7039
|
-
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
7040
|
-
engines: {node: '>=18'}
|
|
7041
|
-
|
|
7042
7202
|
is-weakmap@2.0.2:
|
|
7043
7203
|
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
|
7044
7204
|
engines: {node: '>= 0.4'}
|
|
@@ -7511,10 +7671,6 @@ packages:
|
|
|
7511
7671
|
resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==}
|
|
7512
7672
|
engines: {node: '>=12'}
|
|
7513
7673
|
|
|
7514
|
-
log-symbols@7.0.1:
|
|
7515
|
-
resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==}
|
|
7516
|
-
engines: {node: '>=18'}
|
|
7517
|
-
|
|
7518
7674
|
log-update@6.1.0:
|
|
7519
7675
|
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
|
7520
7676
|
engines: {node: '>=18'}
|
|
@@ -7557,10 +7713,12 @@ packages:
|
|
|
7557
7713
|
lru-cache@5.1.1:
|
|
7558
7714
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
7559
7715
|
|
|
7560
|
-
lucide-react@
|
|
7561
|
-
resolution: {integrity: sha512-
|
|
7716
|
+
lucide-react-taro@1.1.1:
|
|
7717
|
+
resolution: {integrity: sha512-pR3PDj50MfQVFdgGzGtHRbtmZF1bkejGeYEPUGgTNVFLwxYYYElPOeRSJ0eZcohqgpZFKTlX6ohRe/iktLAumw==}
|
|
7718
|
+
hasBin: true
|
|
7562
7719
|
peerDependencies:
|
|
7563
|
-
|
|
7720
|
+
'@tarojs/components': '>=3.0.0'
|
|
7721
|
+
react: '>=16.8.0'
|
|
7564
7722
|
|
|
7565
7723
|
magic-string@0.30.21:
|
|
7566
7724
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
@@ -7976,10 +8134,6 @@ packages:
|
|
|
7976
8134
|
resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==}
|
|
7977
8135
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
7978
8136
|
|
|
7979
|
-
ora@9.1.0:
|
|
7980
|
-
resolution: {integrity: sha512-53uuLsXHOAJl5zLrUrzY9/kE+uIFEx7iaH4g2BIJQK4LZjY4LpCCYZVKDWIkL+F01wAaCg93duQ1whnK/AmY1A==}
|
|
7981
|
-
engines: {node: '>=20'}
|
|
7982
|
-
|
|
7983
8137
|
os-homedir@1.0.2:
|
|
7984
8138
|
resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==}
|
|
7985
8139
|
engines: {node: '>=0.10.0'}
|
|
@@ -9253,6 +9407,10 @@ packages:
|
|
|
9253
9407
|
resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
|
|
9254
9408
|
engines: {node: '>=8'}
|
|
9255
9409
|
|
|
9410
|
+
sharp@0.33.5:
|
|
9411
|
+
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
|
|
9412
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
9413
|
+
|
|
9256
9414
|
shebang-command@2.0.0:
|
|
9257
9415
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
9258
9416
|
engines: {node: '>=8'}
|
|
@@ -9302,6 +9460,9 @@ packages:
|
|
|
9302
9460
|
simple-plist@1.3.1:
|
|
9303
9461
|
resolution: {integrity: sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==}
|
|
9304
9462
|
|
|
9463
|
+
simple-swizzle@0.2.4:
|
|
9464
|
+
resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==}
|
|
9465
|
+
|
|
9305
9466
|
simple-wcswidth@1.1.2:
|
|
9306
9467
|
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
9307
9468
|
|
|
@@ -9409,10 +9570,6 @@ packages:
|
|
|
9409
9570
|
resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==}
|
|
9410
9571
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
9411
9572
|
|
|
9412
|
-
stdin-discarder@0.2.2:
|
|
9413
|
-
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
9414
|
-
engines: {node: '>=18'}
|
|
9415
|
-
|
|
9416
9573
|
stop-iteration-iterator@1.1.0:
|
|
9417
9574
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
9418
9575
|
engines: {node: '>= 0.4'}
|
|
@@ -9762,11 +9919,6 @@ packages:
|
|
|
9762
9919
|
tr46@0.0.3:
|
|
9763
9920
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
9764
9921
|
|
|
9765
|
-
transliteration@2.6.1:
|
|
9766
|
-
resolution: {integrity: sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w==}
|
|
9767
|
-
engines: {node: '>=20.0.0'}
|
|
9768
|
-
hasBin: true
|
|
9769
|
-
|
|
9770
9922
|
tree-kill@1.2.2:
|
|
9771
9923
|
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
9772
9924
|
hasBin: true
|
|
@@ -10141,6 +10293,18 @@ packages:
|
|
|
10141
10293
|
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
|
|
10142
10294
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
10143
10295
|
|
|
10296
|
+
ws@8.19.0:
|
|
10297
|
+
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
10298
|
+
engines: {node: '>=10.0.0'}
|
|
10299
|
+
peerDependencies:
|
|
10300
|
+
bufferutil: ^4.0.1
|
|
10301
|
+
utf-8-validate: '>=5.0.2'
|
|
10302
|
+
peerDependenciesMeta:
|
|
10303
|
+
bufferutil:
|
|
10304
|
+
optional: true
|
|
10305
|
+
utf-8-validate:
|
|
10306
|
+
optional: true
|
|
10307
|
+
|
|
10144
10308
|
wxml-minifier@0.0.1:
|
|
10145
10309
|
resolution: {integrity: sha512-g8ZS4fyLdyRIcExnevKTnAFxbtYlAPKBGFO1DXOcsJfmppQWjH2xe2Ff6rRQ2ubYAWalaNjMYpkAl6hurhqkHg==}
|
|
10146
10310
|
|
|
@@ -10216,10 +10380,6 @@ packages:
|
|
|
10216
10380
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
10217
10381
|
engines: {node: '>=10'}
|
|
10218
10382
|
|
|
10219
|
-
yoctocolors@2.1.2:
|
|
10220
|
-
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
|
|
10221
|
-
engines: {node: '>=18'}
|
|
10222
|
-
|
|
10223
10383
|
yup@1.7.1:
|
|
10224
10384
|
resolution: {integrity: sha512-GKHFX2nXul2/4Dtfxhozv701jLQHdf6J34YDh2cEkpqoo8le5Mg6/LrdseVLrFarmFygZTlfIhHx/QKfb/QWXw==}
|
|
10225
10385
|
|
|
@@ -12777,6 +12937,11 @@ snapshots:
|
|
|
12777
12937
|
|
|
12778
12938
|
'@dual-bundle/import-meta-resolve@4.2.1': {}
|
|
12779
12939
|
|
|
12940
|
+
'@emnapi/runtime@1.8.1':
|
|
12941
|
+
dependencies:
|
|
12942
|
+
tslib: 2.8.1
|
|
12943
|
+
optional: true
|
|
12944
|
+
|
|
12780
12945
|
'@esbuild-kit/core-utils@3.3.2':
|
|
12781
12946
|
dependencies:
|
|
12782
12947
|
esbuild: 0.18.20
|
|
@@ -13070,6 +13235,81 @@ snapshots:
|
|
|
13070
13235
|
|
|
13071
13236
|
'@humanwhocodes/object-schema@2.0.3': {}
|
|
13072
13237
|
|
|
13238
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
13239
|
+
optionalDependencies:
|
|
13240
|
+
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
13241
|
+
optional: true
|
|
13242
|
+
|
|
13243
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
13244
|
+
optionalDependencies:
|
|
13245
|
+
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
13246
|
+
optional: true
|
|
13247
|
+
|
|
13248
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
13249
|
+
optional: true
|
|
13250
|
+
|
|
13251
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
13252
|
+
optional: true
|
|
13253
|
+
|
|
13254
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
13255
|
+
optional: true
|
|
13256
|
+
|
|
13257
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
13258
|
+
optional: true
|
|
13259
|
+
|
|
13260
|
+
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
13261
|
+
optional: true
|
|
13262
|
+
|
|
13263
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
13264
|
+
optional: true
|
|
13265
|
+
|
|
13266
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
13267
|
+
optional: true
|
|
13268
|
+
|
|
13269
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
13270
|
+
optional: true
|
|
13271
|
+
|
|
13272
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
13273
|
+
optionalDependencies:
|
|
13274
|
+
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
13275
|
+
optional: true
|
|
13276
|
+
|
|
13277
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
13278
|
+
optionalDependencies:
|
|
13279
|
+
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
13280
|
+
optional: true
|
|
13281
|
+
|
|
13282
|
+
'@img/sharp-linux-s390x@0.33.5':
|
|
13283
|
+
optionalDependencies:
|
|
13284
|
+
'@img/sharp-libvips-linux-s390x': 1.0.4
|
|
13285
|
+
optional: true
|
|
13286
|
+
|
|
13287
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
13288
|
+
optionalDependencies:
|
|
13289
|
+
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
13290
|
+
optional: true
|
|
13291
|
+
|
|
13292
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
13293
|
+
optionalDependencies:
|
|
13294
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
13295
|
+
optional: true
|
|
13296
|
+
|
|
13297
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
13298
|
+
optionalDependencies:
|
|
13299
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
13300
|
+
optional: true
|
|
13301
|
+
|
|
13302
|
+
'@img/sharp-wasm32@0.33.5':
|
|
13303
|
+
dependencies:
|
|
13304
|
+
'@emnapi/runtime': 1.8.1
|
|
13305
|
+
optional: true
|
|
13306
|
+
|
|
13307
|
+
'@img/sharp-win32-ia32@0.33.5':
|
|
13308
|
+
optional: true
|
|
13309
|
+
|
|
13310
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
13311
|
+
optional: true
|
|
13312
|
+
|
|
13073
13313
|
'@inquirer/external-editor@1.0.3(@types/node@22.19.6)':
|
|
13074
13314
|
dependencies:
|
|
13075
13315
|
chardet: 2.1.1
|
|
@@ -13589,14 +13829,14 @@ snapshots:
|
|
|
13589
13829
|
|
|
13590
13830
|
'@keyv/serialize@1.1.1': {}
|
|
13591
13831
|
|
|
13592
|
-
'@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5))':
|
|
13832
|
+
'@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))':
|
|
13593
13833
|
dependencies:
|
|
13594
13834
|
'@cfworker/json-schema': 4.1.1
|
|
13595
13835
|
ansi-styles: 5.2.0
|
|
13596
13836
|
camelcase: 6.3.0
|
|
13597
13837
|
decamelize: 1.2.0
|
|
13598
13838
|
js-tiktoken: 1.0.21
|
|
13599
|
-
langsmith: 0.4.7(openai@6.16.0(zod@4.3.5))
|
|
13839
|
+
langsmith: 0.4.7(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
13600
13840
|
mustache: 4.2.0
|
|
13601
13841
|
p-queue: 6.6.2
|
|
13602
13842
|
uuid: 10.0.0
|
|
@@ -13607,11 +13847,11 @@ snapshots:
|
|
|
13607
13847
|
- '@opentelemetry/sdk-trace-base'
|
|
13608
13848
|
- openai
|
|
13609
13849
|
|
|
13610
|
-
'@langchain/openai@1.2.3(@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5)))':
|
|
13850
|
+
'@langchain/openai@1.2.3(@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5)))(ws@8.19.0)':
|
|
13611
13851
|
dependencies:
|
|
13612
|
-
'@langchain/core': 1.1.16(openai@6.16.0(zod@4.3.5))
|
|
13852
|
+
'@langchain/core': 1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
13613
13853
|
js-tiktoken: 1.0.21
|
|
13614
|
-
openai: 6.16.0(zod@4.3.5)
|
|
13854
|
+
openai: 6.16.0(ws@8.19.0)(zod@4.3.5)
|
|
13615
13855
|
zod: 4.3.5
|
|
13616
13856
|
transitivePeerDependencies:
|
|
13617
13857
|
- ws
|
|
@@ -14230,6 +14470,44 @@ snapshots:
|
|
|
14230
14470
|
|
|
14231
14471
|
'@stencil/core@2.22.3': {}
|
|
14232
14472
|
|
|
14473
|
+
'@supabase/auth-js@2.95.3':
|
|
14474
|
+
dependencies:
|
|
14475
|
+
tslib: 2.8.1
|
|
14476
|
+
|
|
14477
|
+
'@supabase/functions-js@2.95.3':
|
|
14478
|
+
dependencies:
|
|
14479
|
+
tslib: 2.8.1
|
|
14480
|
+
|
|
14481
|
+
'@supabase/postgrest-js@2.95.3':
|
|
14482
|
+
dependencies:
|
|
14483
|
+
tslib: 2.8.1
|
|
14484
|
+
|
|
14485
|
+
'@supabase/realtime-js@2.95.3':
|
|
14486
|
+
dependencies:
|
|
14487
|
+
'@types/phoenix': 1.6.7
|
|
14488
|
+
'@types/ws': 8.18.1
|
|
14489
|
+
tslib: 2.8.1
|
|
14490
|
+
ws: 8.19.0
|
|
14491
|
+
transitivePeerDependencies:
|
|
14492
|
+
- bufferutil
|
|
14493
|
+
- utf-8-validate
|
|
14494
|
+
|
|
14495
|
+
'@supabase/storage-js@2.95.3':
|
|
14496
|
+
dependencies:
|
|
14497
|
+
iceberg-js: 0.8.1
|
|
14498
|
+
tslib: 2.8.1
|
|
14499
|
+
|
|
14500
|
+
'@supabase/supabase-js@2.95.3':
|
|
14501
|
+
dependencies:
|
|
14502
|
+
'@supabase/auth-js': 2.95.3
|
|
14503
|
+
'@supabase/functions-js': 2.95.3
|
|
14504
|
+
'@supabase/postgrest-js': 2.95.3
|
|
14505
|
+
'@supabase/realtime-js': 2.95.3
|
|
14506
|
+
'@supabase/storage-js': 2.95.3
|
|
14507
|
+
transitivePeerDependencies:
|
|
14508
|
+
- bufferutil
|
|
14509
|
+
- utf-8-validate
|
|
14510
|
+
|
|
14233
14511
|
'@swc/core-darwin-arm64@1.3.96':
|
|
14234
14512
|
optional: true
|
|
14235
14513
|
|
|
@@ -14908,6 +15186,10 @@ snapshots:
|
|
|
14908
15186
|
dependencies:
|
|
14909
15187
|
'@types/ms': 2.1.0
|
|
14910
15188
|
|
|
15189
|
+
'@types/dotenv@8.2.3':
|
|
15190
|
+
dependencies:
|
|
15191
|
+
dotenv: 17.2.3
|
|
15192
|
+
|
|
14911
15193
|
'@types/eslint-scope@3.7.7':
|
|
14912
15194
|
dependencies:
|
|
14913
15195
|
'@types/eslint': 9.6.1
|
|
@@ -14970,6 +15252,8 @@ snapshots:
|
|
|
14970
15252
|
dependencies:
|
|
14971
15253
|
undici-types: 6.21.0
|
|
14972
15254
|
|
|
15255
|
+
'@types/phoenix@1.6.7': {}
|
|
15256
|
+
|
|
14973
15257
|
'@types/postcss-url@10.0.4':
|
|
14974
15258
|
dependencies:
|
|
14975
15259
|
'@types/node': 22.19.6
|
|
@@ -15007,6 +15291,10 @@ snapshots:
|
|
|
15007
15291
|
|
|
15008
15292
|
'@types/uuid@10.0.0': {}
|
|
15009
15293
|
|
|
15294
|
+
'@types/ws@8.18.1':
|
|
15295
|
+
dependencies:
|
|
15296
|
+
'@types/node': 22.19.6
|
|
15297
|
+
|
|
15010
15298
|
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)':
|
|
15011
15299
|
dependencies:
|
|
15012
15300
|
'@eslint-community/regexpp': 4.12.2
|
|
@@ -16551,8 +16839,6 @@ snapshots:
|
|
|
16551
16839
|
|
|
16552
16840
|
cli-spinners@2.9.2: {}
|
|
16553
16841
|
|
|
16554
|
-
cli-spinners@3.4.0: {}
|
|
16555
|
-
|
|
16556
16842
|
cli-table3@0.6.5:
|
|
16557
16843
|
dependencies:
|
|
16558
16844
|
string-width: 4.2.3
|
|
@@ -16618,8 +16904,18 @@ snapshots:
|
|
|
16618
16904
|
|
|
16619
16905
|
color-name@1.1.4: {}
|
|
16620
16906
|
|
|
16907
|
+
color-string@1.9.1:
|
|
16908
|
+
dependencies:
|
|
16909
|
+
color-name: 1.1.4
|
|
16910
|
+
simple-swizzle: 0.2.4
|
|
16911
|
+
|
|
16621
16912
|
color-support@1.1.3: {}
|
|
16622
16913
|
|
|
16914
|
+
color@4.2.3:
|
|
16915
|
+
dependencies:
|
|
16916
|
+
color-convert: 2.0.1
|
|
16917
|
+
color-string: 1.9.1
|
|
16918
|
+
|
|
16623
16919
|
colord@2.9.3: {}
|
|
16624
16920
|
|
|
16625
16921
|
colorette@2.0.20: {}
|
|
@@ -16786,56 +17082,22 @@ snapshots:
|
|
|
16786
17082
|
optionalDependencies:
|
|
16787
17083
|
typescript: 5.9.3
|
|
16788
17084
|
|
|
16789
|
-
coze-coding-dev-sdk@0.7.
|
|
17085
|
+
coze-coding-dev-sdk@0.7.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))(ws@8.19.0):
|
|
16790
17086
|
dependencies:
|
|
16791
|
-
'@
|
|
16792
|
-
'@
|
|
16793
|
-
'@
|
|
16794
|
-
'@langchain/openai': 1.2.3(@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5)))
|
|
17087
|
+
'@langchain/core': 1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
17088
|
+
'@langchain/openai': 1.2.3(@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5)))(ws@8.19.0)
|
|
17089
|
+
'@supabase/supabase-js': 2.95.3
|
|
16795
17090
|
axios: 1.13.2
|
|
16796
|
-
chalk: 5.6.2
|
|
16797
|
-
commander: 14.0.2
|
|
16798
|
-
drizzle-kit: 0.31.8
|
|
16799
|
-
drizzle-orm: 0.45.1(@types/better-sqlite3@7.6.13)(better-sqlite3@11.10.0)(pg@8.17.2)
|
|
16800
|
-
ora: 9.1.0
|
|
16801
17091
|
pg: 8.17.2
|
|
16802
|
-
transliteration: 2.6.1
|
|
16803
17092
|
transitivePeerDependencies:
|
|
16804
|
-
- '@aws-sdk/client-rds-data'
|
|
16805
|
-
- '@cloudflare/workers-types'
|
|
16806
|
-
- '@electric-sql/pglite'
|
|
16807
|
-
- '@libsql/client'
|
|
16808
|
-
- '@libsql/client-wasm'
|
|
16809
|
-
- '@neondatabase/serverless'
|
|
16810
|
-
- '@op-engineering/op-sqlite'
|
|
16811
17093
|
- '@opentelemetry/api'
|
|
16812
17094
|
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
16813
17095
|
- '@opentelemetry/sdk-trace-base'
|
|
16814
|
-
-
|
|
16815
|
-
- '@prisma/client'
|
|
16816
|
-
- '@tidbcloud/serverless'
|
|
16817
|
-
- '@types/better-sqlite3'
|
|
16818
|
-
- '@types/pg'
|
|
16819
|
-
- '@types/sql.js'
|
|
16820
|
-
- '@upstash/redis'
|
|
16821
|
-
- '@vercel/postgres'
|
|
16822
|
-
- '@xata.io/client'
|
|
16823
|
-
- aws-crt
|
|
16824
|
-
- better-sqlite3
|
|
16825
|
-
- bun-types
|
|
17096
|
+
- bufferutil
|
|
16826
17097
|
- debug
|
|
16827
|
-
- expo-sqlite
|
|
16828
|
-
- gel
|
|
16829
|
-
- knex
|
|
16830
|
-
- kysely
|
|
16831
|
-
- mysql2
|
|
16832
17098
|
- openai
|
|
16833
17099
|
- pg-native
|
|
16834
|
-
-
|
|
16835
|
-
- prisma
|
|
16836
|
-
- sql.js
|
|
16837
|
-
- sqlite3
|
|
16838
|
-
- supports-color
|
|
17100
|
+
- utf-8-validate
|
|
16839
17101
|
- ws
|
|
16840
17102
|
|
|
16841
17103
|
crc-32@1.2.2: {}
|
|
@@ -18478,6 +18740,8 @@ snapshots:
|
|
|
18478
18740
|
|
|
18479
18741
|
human-signals@2.1.0: {}
|
|
18480
18742
|
|
|
18743
|
+
iceberg-js@0.8.1: {}
|
|
18744
|
+
|
|
18481
18745
|
iconv-lite@0.4.24:
|
|
18482
18746
|
dependencies:
|
|
18483
18747
|
safer-buffer: 2.1.2
|
|
@@ -18627,6 +18891,8 @@ snapshots:
|
|
|
18627
18891
|
|
|
18628
18892
|
is-arrayish@0.2.1: {}
|
|
18629
18893
|
|
|
18894
|
+
is-arrayish@0.3.4: {}
|
|
18895
|
+
|
|
18630
18896
|
is-async-function@2.1.1:
|
|
18631
18897
|
dependencies:
|
|
18632
18898
|
async-function: 1.0.0
|
|
@@ -18774,8 +19040,6 @@ snapshots:
|
|
|
18774
19040
|
|
|
18775
19041
|
is-unicode-supported@1.3.0: {}
|
|
18776
19042
|
|
|
18777
|
-
is-unicode-supported@2.1.0: {}
|
|
18778
|
-
|
|
18779
19043
|
is-weakmap@2.0.2: {}
|
|
18780
19044
|
|
|
18781
19045
|
is-weakref@1.1.1:
|
|
@@ -18987,7 +19251,7 @@ snapshots:
|
|
|
18987
19251
|
|
|
18988
19252
|
known-css-properties@0.37.0: {}
|
|
18989
19253
|
|
|
18990
|
-
langsmith@0.4.7(openai@6.16.0(zod@4.3.5)):
|
|
19254
|
+
langsmith@0.4.7(openai@6.16.0(ws@8.19.0)(zod@4.3.5)):
|
|
18991
19255
|
dependencies:
|
|
18992
19256
|
'@types/uuid': 10.0.0
|
|
18993
19257
|
chalk: 4.1.2
|
|
@@ -18996,7 +19260,7 @@ snapshots:
|
|
|
18996
19260
|
semver: 7.7.3
|
|
18997
19261
|
uuid: 10.0.0
|
|
18998
19262
|
optionalDependencies:
|
|
18999
|
-
openai: 6.16.0(zod@4.3.5)
|
|
19263
|
+
openai: 6.16.0(ws@8.19.0)(zod@4.3.5)
|
|
19000
19264
|
|
|
19001
19265
|
latest-version@5.1.0:
|
|
19002
19266
|
dependencies:
|
|
@@ -19238,11 +19502,6 @@ snapshots:
|
|
|
19238
19502
|
chalk: 5.6.2
|
|
19239
19503
|
is-unicode-supported: 1.3.0
|
|
19240
19504
|
|
|
19241
|
-
log-symbols@7.0.1:
|
|
19242
|
-
dependencies:
|
|
19243
|
-
is-unicode-supported: 2.1.0
|
|
19244
|
-
yoctocolors: 2.1.2
|
|
19245
|
-
|
|
19246
19505
|
log-update@6.1.0:
|
|
19247
19506
|
dependencies:
|
|
19248
19507
|
ansi-escapes: 7.2.0
|
|
@@ -19279,9 +19538,12 @@ snapshots:
|
|
|
19279
19538
|
dependencies:
|
|
19280
19539
|
yallist: 3.1.1
|
|
19281
19540
|
|
|
19282
|
-
lucide-react@0.
|
|
19541
|
+
lucide-react-taro@1.1.1(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(react@18.3.1):
|
|
19283
19542
|
dependencies:
|
|
19543
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
19544
|
+
commander: 14.0.2
|
|
19284
19545
|
react: 18.3.1
|
|
19546
|
+
sharp: 0.33.5
|
|
19285
19547
|
|
|
19286
19548
|
magic-string@0.30.21:
|
|
19287
19549
|
dependencies:
|
|
@@ -19821,8 +20083,9 @@ snapshots:
|
|
|
19821
20083
|
dependencies:
|
|
19822
20084
|
which-pm-runs: 1.1.0
|
|
19823
20085
|
|
|
19824
|
-
openai@6.16.0(zod@4.3.5):
|
|
20086
|
+
openai@6.16.0(ws@8.19.0)(zod@4.3.5):
|
|
19825
20087
|
optionalDependencies:
|
|
20088
|
+
ws: 8.19.0
|
|
19826
20089
|
zod: 4.3.5
|
|
19827
20090
|
|
|
19828
20091
|
optionator@0.9.4:
|
|
@@ -19858,17 +20121,6 @@ snapshots:
|
|
|
19858
20121
|
strip-ansi: 7.1.2
|
|
19859
20122
|
wcwidth: 1.0.1
|
|
19860
20123
|
|
|
19861
|
-
ora@9.1.0:
|
|
19862
|
-
dependencies:
|
|
19863
|
-
chalk: 5.6.2
|
|
19864
|
-
cli-cursor: 5.0.0
|
|
19865
|
-
cli-spinners: 3.4.0
|
|
19866
|
-
is-interactive: 2.0.0
|
|
19867
|
-
is-unicode-supported: 2.1.0
|
|
19868
|
-
log-symbols: 7.0.1
|
|
19869
|
-
stdin-discarder: 0.2.2
|
|
19870
|
-
string-width: 8.1.0
|
|
19871
|
-
|
|
19872
20124
|
os-homedir@1.0.2: {}
|
|
19873
20125
|
|
|
19874
20126
|
os-tmpdir@1.0.2: {}
|
|
@@ -21265,6 +21517,32 @@ snapshots:
|
|
|
21265
21517
|
dependencies:
|
|
21266
21518
|
kind-of: 6.0.3
|
|
21267
21519
|
|
|
21520
|
+
sharp@0.33.5:
|
|
21521
|
+
dependencies:
|
|
21522
|
+
color: 4.2.3
|
|
21523
|
+
detect-libc: 2.1.2
|
|
21524
|
+
semver: 7.7.3
|
|
21525
|
+
optionalDependencies:
|
|
21526
|
+
'@img/sharp-darwin-arm64': 0.33.5
|
|
21527
|
+
'@img/sharp-darwin-x64': 0.33.5
|
|
21528
|
+
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
21529
|
+
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
21530
|
+
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
21531
|
+
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
21532
|
+
'@img/sharp-libvips-linux-s390x': 1.0.4
|
|
21533
|
+
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
21534
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
21535
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
21536
|
+
'@img/sharp-linux-arm': 0.33.5
|
|
21537
|
+
'@img/sharp-linux-arm64': 0.33.5
|
|
21538
|
+
'@img/sharp-linux-s390x': 0.33.5
|
|
21539
|
+
'@img/sharp-linux-x64': 0.33.5
|
|
21540
|
+
'@img/sharp-linuxmusl-arm64': 0.33.5
|
|
21541
|
+
'@img/sharp-linuxmusl-x64': 0.33.5
|
|
21542
|
+
'@img/sharp-wasm32': 0.33.5
|
|
21543
|
+
'@img/sharp-win32-ia32': 0.33.5
|
|
21544
|
+
'@img/sharp-win32-x64': 0.33.5
|
|
21545
|
+
|
|
21268
21546
|
shebang-command@2.0.0:
|
|
21269
21547
|
dependencies:
|
|
21270
21548
|
shebang-regex: 3.0.0
|
|
@@ -21325,6 +21603,10 @@ snapshots:
|
|
|
21325
21603
|
bplist-parser: 0.3.1
|
|
21326
21604
|
plist: 3.1.0
|
|
21327
21605
|
|
|
21606
|
+
simple-swizzle@0.2.4:
|
|
21607
|
+
dependencies:
|
|
21608
|
+
is-arrayish: 0.3.4
|
|
21609
|
+
|
|
21328
21610
|
simple-wcswidth@1.1.2: {}
|
|
21329
21611
|
|
|
21330
21612
|
slash@1.0.0: {}
|
|
@@ -21426,8 +21708,6 @@ snapshots:
|
|
|
21426
21708
|
dependencies:
|
|
21427
21709
|
bl: 5.1.0
|
|
21428
21710
|
|
|
21429
|
-
stdin-discarder@0.2.2: {}
|
|
21430
|
-
|
|
21431
21711
|
stop-iteration-iterator@1.1.0:
|
|
21432
21712
|
dependencies:
|
|
21433
21713
|
es-errors: 1.3.0
|
|
@@ -21866,8 +22146,6 @@ snapshots:
|
|
|
21866
22146
|
|
|
21867
22147
|
tr46@0.0.3: {}
|
|
21868
22148
|
|
|
21869
|
-
transliteration@2.6.1: {}
|
|
21870
|
-
|
|
21871
22149
|
tree-kill@1.2.2: {}
|
|
21872
22150
|
|
|
21873
22151
|
tree-kit@0.7.5: {}
|
|
@@ -22323,6 +22601,8 @@ snapshots:
|
|
|
22323
22601
|
imurmurhash: 0.1.4
|
|
22324
22602
|
signal-exit: 4.1.0
|
|
22325
22603
|
|
|
22604
|
+
ws@8.19.0: {}
|
|
22605
|
+
|
|
22326
22606
|
wxml-minifier@0.0.1:
|
|
22327
22607
|
dependencies:
|
|
22328
22608
|
'@leejim/wxml-parser': 0.1.6
|
|
@@ -22407,8 +22687,6 @@ snapshots:
|
|
|
22407
22687
|
|
|
22408
22688
|
yocto-queue@0.1.0: {}
|
|
22409
22689
|
|
|
22410
|
-
yoctocolors@2.1.2: {}
|
|
22411
|
-
|
|
22412
22690
|
yup@1.7.1:
|
|
22413
22691
|
dependencies:
|
|
22414
22692
|
property-expr: 2.0.6
|