arikajs 0.1.0 → 0.1.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.

Potentially problematic release.


This version of arikajs might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arikajs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The ArikaJS Framework.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -35,4 +35,4 @@
35
35
  "@types/node": "^20.11.24",
36
36
  "typescript": "^5.3.3"
37
37
  }
38
- }
38
+ }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "arikajs",
3
- "version": "0.1.0",
4
- "description": "The ArikaJS Framework.",
5
- "license": "MIT",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "build": "tsc -p tsconfig.json",
10
- "clean": "rm -rf dist",
11
- "test": "npx tsx tests/Framework.test.ts"
12
- },
13
- "dependencies": {
14
- "@arikajs/auth": "file:../auth",
15
- "@arikajs/authorization": "file:../authorization",
16
- "@arikajs/cache": "file:../cache",
17
- "@arikajs/cli": "file:../cli",
18
- "@arikajs/console": "file:../console",
19
- "@arikajs/database": "file:../database",
20
- "@arikajs/dispatcher": "file:../dispatcher",
21
- "@arikajs/encryption": "file:../encryption",
22
- "@arikajs/events": "file:../events",
23
- "@arikajs/foundation": "file:../foundation",
24
- "@arikajs/http": "file:../http",
25
- "@arikajs/logging": "file:../logging",
26
- "@arikajs/mail": "file:../mail",
27
- "@arikajs/middleware": "file:../middleware",
28
- "@arikajs/queue": "file:../queue",
29
- "@arikajs/router": "file:../router",
30
- "@arikajs/storage": "file:../storage",
31
- "@arikajs/validation": "file:../validation",
32
- "@arikajs/view": "file:../view"
33
- },
34
- "devDependencies": {
35
- "@types/node": "^20.11.24",
36
- "typescript": "^5.3.3"
37
- }
38
- }