arcy.js 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -6
package/index.js CHANGED
@@ -2,4 +2,4 @@
2
2
  // This name is reserved by ARCY (https://arcyai.com) for the universal
3
3
  // JavaScript utility currently in development. Not yet ready for use.
4
4
 
5
- export {};
5
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcy.js",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "ARCY — the universal JavaScript utility for embedding an AI agent that talks to, learns from, and acts on behalf of your users. Coming soon.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,10 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/huseyinium/arcy-ai-frontend-monorepo",
15
- "directory": "packages/arcy.js"
16
- },
17
12
  "homepage": "https://arcyai.com"
18
13
  }