@syncagent/js
Advanced tools
+16
-5
| { | ||
| "name": "@syncagent/js", | ||
| "version": "0.2.9", | ||
| "version": "0.3.0", | ||
| "description": "SyncAgent JavaScript SDK — AI database agent for any app", | ||
| "main": "./dist/index.cjs", | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.mjs", | ||
@@ -10,7 +10,18 @@ "types": "./dist/index.d.ts", | ||
| ".": { | ||
| "types": "./dist/index.d.ts", | ||
| "import": "./dist/index.mjs", | ||
| "require": "./dist/index.cjs" | ||
| "import": { | ||
| "types": "./dist/index.d.mts", | ||
| "default": "./dist/index.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/index.d.ts", | ||
| "default": "./dist/index.js" | ||
| } | ||
| } | ||
| }, | ||
| "typesVersions": { | ||
| "*": { | ||
| ".": ["./dist/index.d.ts"], | ||
| "*": ["./dist/index.d.ts"] | ||
| } | ||
| }, | ||
| "files": ["dist"], | ||
@@ -17,0 +28,0 @@ "scripts": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
31913
0.65%