Skip to content

Commit

Permalink
Add edgedb folder that points to gel installations
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Jan 20, 2025
1 parent 78c374a commit 748c92d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 0 deletions.
28 changes: 28 additions & 0 deletions edgedb/ai/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "@edgedb/ai",
"version": "2.0.0",
"description": "This package has been renamed to @gel/ai. Please update your dependencies.",
"author": "Gel <info@geldata.com>",
"repository": {
"type": "git",
"url": "https://github.com/geldata/gel-js.git",
"directory": "edgedb/ai"
},
"license": "Apache-2.0",
"main": "./node_modules/@gel/ai/dist/index.js",
"types": "./node_modules/@gel/ai/dist/index.d.ts",
"exports": {
".": {
"types": "./node_modules/@gel/ai/dist/index.d.ts",
"default": "./node_modules/@gel/ai/dist/index.js"
},
"./*": {
"types": "./node_modules/@gel/ai/dist/*.d.ts",
"default": "./node_modules/@gel/ai/dist/*.js"
}
},
"dependencies": {
"@gel/ai": "2.0.0"
},
"deprecated": "This package has been renamed to @gel/ai"
}
27 changes: 27 additions & 0 deletions edgedb/auth-core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "@edgedb/auth-core",
"version": "2.0.0",
"description": "This package has been renamed to @gel/auth-core. Please update your dependencies.",
"author": "Gel <info@geldata.com>",
"repository": {
"type": "git",
"url": "https://github.com/geldata/gel-js.git",
"directory": "edgedb/auth-core"
},
"license": "Apache-2.0",
"main": "./node_modules/@gel/auth-core/dist/index.js",
"types": "./node_modules/@gel/auth-core/dist/index.d.ts",
"exports": {
".": {
"types": "./node_modules/@gel/auth-core/dist/index.d.ts",
"default": "./node_modules/@gel/auth-core/dist/index.js"
},
"./*": {
"types": "./node_modules/@gel/auth-core/dist/*.d.ts",
"default": "./node_modules/@gel/auth-core/dist/*.js"
}
},
"dependencies": {
"@gel/auth-core": "2.0.0"
}
}
Empty file.
Empty file added edgedb/auth-nextjs/package.json
Empty file.
Empty file added edgedb/auth-remix/package.json
Empty file.
Empty file.
Empty file added edgedb/create/package.json
Empty file.
Empty file added edgedb/edgedb/package.json
Empty file.
Empty file added edgedb/generate/package.json
Empty file.
Empty file.

0 comments on commit 748c92d

Please sign in to comment.