kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: trying to debug eslint OOM issue
rodzic
50bf69b5cb
commit
9f80707e69
|
@ -12,7 +12,8 @@ export default [
|
|||
'packages/json-schema/test/json-schema-test-suite.ts',
|
||||
'apps/gateway/.wrangler',
|
||||
'apps/web/src/*.gen.ts',
|
||||
'legacy/**'
|
||||
'legacy/**',
|
||||
'stdlib/stdlib/**'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
|
@ -1737,18 +1737,6 @@ importers:
|
|||
specifier: 'catalog:'
|
||||
version: 0.10.8(openapi-types@12.1.3)(react@19.1.0)(zod@3.25.67)
|
||||
|
||||
stdlib/mcp:
|
||||
dependencies:
|
||||
'@agentic/core':
|
||||
specifier: workspace:*
|
||||
version: link:../core
|
||||
'@modelcontextprotocol/sdk':
|
||||
specifier: 'catalog:'
|
||||
version: 1.13.2
|
||||
zod:
|
||||
specifier: 'catalog:'
|
||||
version: 3.25.67
|
||||
|
||||
stdlib/midjourney:
|
||||
dependencies:
|
||||
'@agentic/core':
|
||||
|
@ -2024,9 +2012,6 @@ importers:
|
|||
'@agentic/leadmagic':
|
||||
specifier: workspace:*
|
||||
version: link:../leadmagic
|
||||
'@agentic/mcp':
|
||||
specifier: workspace:*
|
||||
version: link:../mcp
|
||||
'@agentic/midjourney':
|
||||
specifier: workspace:*
|
||||
version: link:../midjourney
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"ai": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -55,17 +62,6 @@
|
|||
"agents"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,10 +15,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"genkit": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -36,17 +43,6 @@
|
|||
"p-throttle": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"@langchain/core": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"llamaindex": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -36,17 +43,6 @@
|
|||
"@mastra/core": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -28,5 +35,8 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -45,7 +52,6 @@
|
|||
"@agentic/jina": "workspace:*",
|
||||
"@agentic/leadmagic": "workspace:*",
|
||||
"@agentic/midjourney": "workspace:*",
|
||||
"@agentic/mcp": "workspace:*",
|
||||
"@agentic/notion": "workspace:*",
|
||||
"@agentic/novu": "workspace:*",
|
||||
"@agentic/open-meteo": "workspace:*",
|
||||
|
@ -76,18 +82,7 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [
|
||||
"agentic",
|
||||
|
|
|
@ -18,7 +18,6 @@ export * from '@agentic/hacker-news'
|
|||
export * from '@agentic/hunter'
|
||||
export * from '@agentic/jina'
|
||||
export * from '@agentic/leadmagic'
|
||||
export * from '@agentic/mcp'
|
||||
export * from '@agentic/midjourney'
|
||||
export * from '@agentic/notion'
|
||||
export * from '@agentic/novu'
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -34,17 +41,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -32,17 +39,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -31,17 +38,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -30,17 +37,6 @@
|
|||
"zod": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"source": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "del dist",
|
||||
|
@ -36,17 +43,6 @@
|
|||
"@types/jsrsasign": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"types": "./dist/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
}
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue