adff 1.0.0 → 1.0.1

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 (4) hide show
  1. package/LICENSE +674 -21
  2. package/README.md +1 -1
  3. package/dist/index.js +6 -106
  4. package/package.json +3 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adff",
3
- "version": "1.0.0",
4
- "description": "A simple function-based wrapper for Fluxer - Create Discord/Fluxer bots without coding, just functions!",
3
+ "version": "1.0.1",
4
+ "description": "Application Designer For Fluxer - Create Fluxer/Discord bots without coding, just functions!",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -42,11 +42,7 @@
42
42
  "url": "https://github.com/aencyorganization/adff/issues"
43
43
  },
44
44
  "homepage": "https://github.com/aencyorganization/adff#readme",
45
- "dependencies": {
46
- "@discordjs/core": "^2.0.0",
47
- "@discordjs/rest": "^2.0.0",
48
- "@discordjs/ws": "^1.0.0"
49
- },
45
+ "dependencies": {},
50
46
  "devDependencies": {
51
47
  "bun-types": "latest",
52
48
  "typescript": "^5.0.0"