arikajs 0.0.5 → 0.0.8
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.
- package/CHANGELOG.md +87 -0
- package/dist/Application.d.ts +1 -1
- package/dist/Application.js +1 -1
- package/package.json +1 -1
- package/package.json.backup +56 -0
- package/src/Application.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,92 @@
|
|
|
1
1
|
# arikajs
|
|
2
2
|
|
|
3
|
+
## 0.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: ensure newly created projects automatically sync their framework version with the CLI version
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @arikajs/cli@0.0.8
|
|
10
|
+
- @arikajs/auth@0.0.8
|
|
11
|
+
- @arikajs/authorization@0.0.8
|
|
12
|
+
- @arikajs/cache@0.0.8
|
|
13
|
+
- @arikajs/console@0.0.8
|
|
14
|
+
- @arikajs/database@0.0.8
|
|
15
|
+
- @arikajs/dispatcher@0.0.8
|
|
16
|
+
- @arikajs/encryption@0.0.8
|
|
17
|
+
- @arikajs/events@0.0.8
|
|
18
|
+
- @arikajs/foundation@0.0.8
|
|
19
|
+
- @arikajs/http@0.0.8
|
|
20
|
+
- @arikajs/localization@0.0.8
|
|
21
|
+
- @arikajs/logging@0.0.8
|
|
22
|
+
- @arikajs/mail@0.0.8
|
|
23
|
+
- @arikajs/middleware@0.0.8
|
|
24
|
+
- @arikajs/queue@0.0.8
|
|
25
|
+
- @arikajs/router@0.0.8
|
|
26
|
+
- @arikajs/scheduler@0.0.8
|
|
27
|
+
- @arikajs/session@0.0.8
|
|
28
|
+
- @arikajs/storage@0.0.8
|
|
29
|
+
- @arikajs/validation@0.0.8
|
|
30
|
+
- @arikajs/view@0.0.8
|
|
31
|
+
|
|
32
|
+
## 0.0.7
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- fix: removed workspace: versioning from http package and ensured CLI templates use semantic versions by default
|
|
37
|
+
- Updated dependencies
|
|
38
|
+
- @arikajs/cli@0.0.7
|
|
39
|
+
- @arikajs/http@0.0.7
|
|
40
|
+
- @arikajs/auth@0.0.7
|
|
41
|
+
- @arikajs/authorization@0.0.7
|
|
42
|
+
- @arikajs/cache@0.0.7
|
|
43
|
+
- @arikajs/console@0.0.7
|
|
44
|
+
- @arikajs/database@0.0.7
|
|
45
|
+
- @arikajs/dispatcher@0.0.7
|
|
46
|
+
- @arikajs/encryption@0.0.7
|
|
47
|
+
- @arikajs/events@0.0.7
|
|
48
|
+
- @arikajs/foundation@0.0.7
|
|
49
|
+
- @arikajs/localization@0.0.7
|
|
50
|
+
- @arikajs/logging@0.0.7
|
|
51
|
+
- @arikajs/mail@0.0.7
|
|
52
|
+
- @arikajs/middleware@0.0.7
|
|
53
|
+
- @arikajs/queue@0.0.7
|
|
54
|
+
- @arikajs/router@0.0.7
|
|
55
|
+
- @arikajs/scheduler@0.0.7
|
|
56
|
+
- @arikajs/session@0.0.7
|
|
57
|
+
- @arikajs/storage@0.0.7
|
|
58
|
+
- @arikajs/validation@0.0.7
|
|
59
|
+
- @arikajs/view@0.0.7
|
|
60
|
+
|
|
61
|
+
## 0.0.6
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- fix: ensure CLI templates use semantic version dependencies instead of local file paths when published to npm
|
|
66
|
+
- Updated dependencies
|
|
67
|
+
- @arikajs/cli@0.0.6
|
|
68
|
+
- @arikajs/auth@0.0.6
|
|
69
|
+
- @arikajs/authorization@0.0.6
|
|
70
|
+
- @arikajs/cache@0.0.6
|
|
71
|
+
- @arikajs/console@0.0.6
|
|
72
|
+
- @arikajs/database@0.0.6
|
|
73
|
+
- @arikajs/dispatcher@0.0.6
|
|
74
|
+
- @arikajs/encryption@0.0.6
|
|
75
|
+
- @arikajs/events@0.0.6
|
|
76
|
+
- @arikajs/foundation@0.0.6
|
|
77
|
+
- @arikajs/http@0.0.6
|
|
78
|
+
- @arikajs/localization@0.0.6
|
|
79
|
+
- @arikajs/logging@0.0.6
|
|
80
|
+
- @arikajs/mail@0.0.6
|
|
81
|
+
- @arikajs/middleware@0.0.6
|
|
82
|
+
- @arikajs/queue@0.0.6
|
|
83
|
+
- @arikajs/router@0.0.6
|
|
84
|
+
- @arikajs/scheduler@0.0.6
|
|
85
|
+
- @arikajs/session@0.0.6
|
|
86
|
+
- @arikajs/storage@0.0.6
|
|
87
|
+
- @arikajs/validation@0.0.6
|
|
88
|
+
- @arikajs/view@0.0.6
|
|
89
|
+
|
|
3
90
|
## 0.0.5
|
|
4
91
|
|
|
5
92
|
### Patch Changes
|
package/dist/Application.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Application as FoundationApplication } from '@arikajs/foundation';
|
|
|
2
2
|
import { Router } from '@arikajs/router';
|
|
3
3
|
import { Application as ApplicationContract } from './Contracts/Application';
|
|
4
4
|
export declare class Application extends FoundationApplication implements ApplicationContract {
|
|
5
|
-
static readonly VERSION = "0.0.
|
|
5
|
+
static readonly VERSION = "0.0.5";
|
|
6
6
|
protected router: Router;
|
|
7
7
|
protected server?: any;
|
|
8
8
|
protected isTerminating: boolean;
|
package/dist/Application.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "arikajs",
|
|
3
|
+
"version": "0.0.8",
|
|
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 && cp -R src/http/views dist/http/",
|
|
10
|
+
"clean": "rm -rf dist",
|
|
11
|
+
"test": "npx tsx tests/Framework.test.ts",
|
|
12
|
+
"dev": "tsc -p tsconfig.json --watch"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@arikajs/auth": "*",
|
|
16
|
+
"@arikajs/authorization": "*",
|
|
17
|
+
"@arikajs/cache": "*",
|
|
18
|
+
"@arikajs/cli": "*",
|
|
19
|
+
"@arikajs/console": "*",
|
|
20
|
+
"@arikajs/database": "*",
|
|
21
|
+
"@arikajs/dispatcher": "*",
|
|
22
|
+
"@arikajs/encryption": "*",
|
|
23
|
+
"@arikajs/events": "*",
|
|
24
|
+
"@arikajs/foundation": "*",
|
|
25
|
+
"@arikajs/http": "*",
|
|
26
|
+
"@arikajs/localization": "*",
|
|
27
|
+
"@arikajs/logging": "*",
|
|
28
|
+
"@arikajs/mail": "*",
|
|
29
|
+
"@arikajs/middleware": "*",
|
|
30
|
+
"@arikajs/queue": "*",
|
|
31
|
+
"@arikajs/router": "*",
|
|
32
|
+
"@arikajs/scheduler": "*",
|
|
33
|
+
"@arikajs/session": "*",
|
|
34
|
+
"@arikajs/storage": "*",
|
|
35
|
+
"@arikajs/validation": "*",
|
|
36
|
+
"@arikajs/view": "*",
|
|
37
|
+
"@types/serve-static": "^2.2.0",
|
|
38
|
+
"busboy": "^1.6.0",
|
|
39
|
+
"serve-static": "^2.2.1"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@types/node": "^20.11.24",
|
|
43
|
+
"tsx": "^4.21.0",
|
|
44
|
+
"typescript": "^5.3.3"
|
|
45
|
+
},
|
|
46
|
+
"author": "Prakash Tank",
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "git+https://github.com/ArikaJs/arikajs.git",
|
|
50
|
+
"directory": "packages/arikajs"
|
|
51
|
+
},
|
|
52
|
+
"bugs": {
|
|
53
|
+
"url": "https://github.com/ArikaJs/arikajs/issues"
|
|
54
|
+
},
|
|
55
|
+
"homepage": "https://github.com/ArikaJs/arikajs/tree/main/packages/arikajs#readme"
|
|
56
|
+
}
|
package/src/Application.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { Application as ApplicationContract } from './Contracts/Application';
|
|
|
6
6
|
import { setApp } from './helpers';
|
|
7
7
|
|
|
8
8
|
export class Application extends FoundationApplication implements ApplicationContract {
|
|
9
|
-
public static readonly VERSION = '0.0.
|
|
9
|
+
public static readonly VERSION = '0.0.5';
|
|
10
10
|
|
|
11
11
|
protected router: Router;
|
|
12
12
|
protected server?: any;
|