Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 01:51:36 +00:00
parent a4605e311a
commit 58905d02c2
28599 changed files with 2179074 additions and 0 deletions

1
node_modules/urql/core/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from '@urql/core';

1
node_modules/urql/core/index.esm.js generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from '@urql/core';

1
node_modules/urql/core/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('@urql/core');

10
node_modules/urql/core/package.json generated vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "urql-core",
"private": true,
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"dependencies": {
"@urql/core": "^1.7.0"
}
}

15
node_modules/urql/core/yarn.lock generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@urql/core@^1.7.0":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.9.2.tgz#bc2880a279dd5ada26527063c7a173fda26abb58"
integrity sha512-0eitjW/HlUAkMTwiWFQyQkcmwAlnWlscH3/AKU1Y5MJUzzehAkOffHFQ9eD5st/0TlKSvehbz/eUAHDq/CnX8w==
dependencies:
wonka "^4.0.7"
wonka@^4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.7.tgz#b4934685bd2449367bd72ce7770bfe3e6cc8a68b"
integrity sha512-Uhyl2cgWCUksYtU0Jt8MSzKUqK4BVUrewWxnn1YlKL3Zco4sDcCUDkbgH0i762HJs1rtsq03cfzsCWxJKaDgVg==