@h3ravel/console 8.0.0 → 8.0.3
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/package.json +5 -2
- package/CHANGELOG.md +0 -184
- package/src/Commands/MakeController.ts +0 -1
- package/src/Commands/MakeModel.ts +0 -1
- package/src/Commands/MakeResource.ts +0 -1
- package/src/Contracts/.gitkeep +0 -0
- package/src/IO/.gitkeep +0 -0
- package/src/Kernel.ts +0 -1
- package/src/Musket.ts +0 -4
- package/src/Providers/ConsoleServiceProvider.ts +0 -18
- package/src/index.ts +0 -10
- package/tests/.gitkeep +0 -0
- package/tsconfig.json +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h3ravel/console",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"description": "CLI utilities for scaffolding, running migrations, tasks and for H3ravel.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"types": "./dist/index.d.ts"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
16
19
|
"publishConfig": {
|
|
17
20
|
"access": "public"
|
|
18
21
|
},
|
|
@@ -33,7 +36,7 @@
|
|
|
33
36
|
"laravel"
|
|
34
37
|
],
|
|
35
38
|
"peerDependencies": {
|
|
36
|
-
"@h3ravel/core": "^1.4.
|
|
39
|
+
"@h3ravel/core": "^1.4.1"
|
|
37
40
|
},
|
|
38
41
|
"devDependencies": {
|
|
39
42
|
"typescript": "^5.4.0"
|
package/CHANGELOG.md
DELETED
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
# @h3ravel/console
|
|
2
|
-
|
|
3
|
-
## 8.0.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 79f4045: feat: add add exports to package.json
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies [79f4045]
|
|
12
|
-
- @h3ravel/core@1.4.0
|
|
13
|
-
|
|
14
|
-
## 7.0.0
|
|
15
|
-
|
|
16
|
-
### Patch Changes
|
|
17
|
-
|
|
18
|
-
- Updated dependencies
|
|
19
|
-
- @h3ravel/core@1.3.0
|
|
20
|
-
|
|
21
|
-
## 6.0.2
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- feat: add homepage and repository to all packages.
|
|
26
|
-
- Updated dependencies
|
|
27
|
-
- @h3ravel/core@1.2.2
|
|
28
|
-
|
|
29
|
-
## 6.0.1
|
|
30
|
-
|
|
31
|
-
### Patch Changes
|
|
32
|
-
|
|
33
|
-
- chore: update readme accros all packages
|
|
34
|
-
- Updated dependencies
|
|
35
|
-
- @h3ravel/core@1.2.1
|
|
36
|
-
|
|
37
|
-
## 6.0.0
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- Updated dependencies [d07ff49]
|
|
42
|
-
- @h3ravel/core@1.2.0
|
|
43
|
-
|
|
44
|
-
## 5.0.4
|
|
45
|
-
|
|
46
|
-
### Patch Changes
|
|
47
|
-
|
|
48
|
-
- db0dd70: chore: revert to old workspace core dependency
|
|
49
|
-
|
|
50
|
-
## 5.0.3
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- version: explicitly set the latest version as pearDependency in requiring packages.
|
|
55
|
-
|
|
56
|
-
## 5.0.2
|
|
57
|
-
|
|
58
|
-
### Patch Changes
|
|
59
|
-
|
|
60
|
-
- chore: require the latest dependencies from the framework
|
|
61
|
-
- Updated dependencies
|
|
62
|
-
- @h3ravel/core@1.1.2
|
|
63
|
-
|
|
64
|
-
## 5.0.1
|
|
65
|
-
|
|
66
|
-
### Patch Changes
|
|
67
|
-
|
|
68
|
-
- @h3ravel/core@1.1.1
|
|
69
|
-
|
|
70
|
-
## 5.0.0
|
|
71
|
-
|
|
72
|
-
### Patch Changes
|
|
73
|
-
|
|
74
|
-
- Updated dependencies [6e249fe]
|
|
75
|
-
- @h3ravel/core@1.1.0
|
|
76
|
-
|
|
77
|
-
## 4.0.9
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- chore: regularize all interfaces.
|
|
82
|
-
- Updated dependencies
|
|
83
|
-
- @h3ravel/core@1.0.9
|
|
84
|
-
|
|
85
|
-
## 4.0.8
|
|
86
|
-
|
|
87
|
-
### Patch Changes
|
|
88
|
-
|
|
89
|
-
- @h3ravel/core@1.0.8
|
|
90
|
-
|
|
91
|
-
## 4.0.7
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- @h3ravel/core@1.0.7
|
|
96
|
-
|
|
97
|
-
## 4.0.6
|
|
98
|
-
|
|
99
|
-
### Patch Changes
|
|
100
|
-
|
|
101
|
-
- @h3ravel/core@1.0.6
|
|
102
|
-
|
|
103
|
-
## 4.0.5
|
|
104
|
-
|
|
105
|
-
### Patch Changes
|
|
106
|
-
|
|
107
|
-
- @h3ravel/core@1.0.5
|
|
108
|
-
|
|
109
|
-
## 4.0.4
|
|
110
|
-
|
|
111
|
-
### Patch Changes
|
|
112
|
-
|
|
113
|
-
- @h3ravel/core@1.0.4
|
|
114
|
-
|
|
115
|
-
## 4.0.3
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- chore: add download count to readme
|
|
120
|
-
- Updated dependencies
|
|
121
|
-
- @h3ravel/core@1.0.3
|
|
122
|
-
|
|
123
|
-
## 4.0.2
|
|
124
|
-
|
|
125
|
-
### Patch Changes
|
|
126
|
-
|
|
127
|
-
- @h3ravel/core@1.0.2
|
|
128
|
-
|
|
129
|
-
## 4.0.0
|
|
130
|
-
|
|
131
|
-
### Minor Changes
|
|
132
|
-
|
|
133
|
-
- b40caeb: feat: make service providers sortable and unique while only loading the core providers by default.
|
|
134
|
-
Service providers are no longer loaded by default, asides the ones provided by @h3ravel/core
|
|
135
|
-
Service provides are sorted by an optional order and priority property.
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- Updated dependencies [b40caeb]
|
|
140
|
-
- @h3ravel/core@1.0.0
|
|
141
|
-
|
|
142
|
-
## 3.0.0
|
|
143
|
-
|
|
144
|
-
### Minor Changes
|
|
145
|
-
|
|
146
|
-
- rebuild all dependencies
|
|
147
|
-
|
|
148
|
-
### Patch Changes
|
|
149
|
-
|
|
150
|
-
- Updated dependencies
|
|
151
|
-
- @h3ravel/core@0.5.0
|
|
152
|
-
|
|
153
|
-
## 2.0.0
|
|
154
|
-
|
|
155
|
-
### Patch Changes
|
|
156
|
-
|
|
157
|
-
- a27f452: chore: fix all linting issues.
|
|
158
|
-
- c906050: chore: migrate tests suite to jest
|
|
159
|
-
- Updated dependencies [8ceb2c1]
|
|
160
|
-
- Updated dependencies [a27f452]
|
|
161
|
-
- Updated dependencies [c906050]
|
|
162
|
-
- @h3ravel/core@0.4.0
|
|
163
|
-
|
|
164
|
-
## 1.0.0
|
|
165
|
-
|
|
166
|
-
### Minor Changes
|
|
167
|
-
|
|
168
|
-
- 3ff97bf: refactor: add a shared package to be extended by others to avoid cyclic dependency issues.
|
|
169
|
-
|
|
170
|
-
### Patch Changes
|
|
171
|
-
|
|
172
|
-
- Updated dependencies [3ff97bf]
|
|
173
|
-
- @h3ravel/core@0.3.0
|
|
174
|
-
|
|
175
|
-
## 0.2.0
|
|
176
|
-
|
|
177
|
-
### Minor Changes
|
|
178
|
-
|
|
179
|
-
- aea734f: Fix all known bugs and improved interdependecy between packages.
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Updated dependencies [aea734f]
|
|
184
|
-
- @h3ravel/core@0.2.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default class { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default class { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default class { }
|
package/src/Contracts/.gitkeep
DELETED
|
File without changes
|
package/src/IO/.gitkeep
DELETED
|
File without changes
|
package/src/Kernel.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default class { }
|
package/src/Musket.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ServiceProvider } from '@h3ravel/core'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Handles CLI commands and tooling.
|
|
5
|
-
*
|
|
6
|
-
* Register DatabaseManager and QueryBuilder.
|
|
7
|
-
* Set up ORM models and relationships.
|
|
8
|
-
* Register migration and seeder commands.
|
|
9
|
-
*
|
|
10
|
-
* Auto-Registered when in CLI mode
|
|
11
|
-
*/
|
|
12
|
-
export class ConsoleServiceProvider extends ServiceProvider {
|
|
13
|
-
public static priority = 992;
|
|
14
|
-
|
|
15
|
-
register () {
|
|
16
|
-
// Core bindings
|
|
17
|
-
}
|
|
18
|
-
}
|
package/src/index.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @file Automatically generated by barrelsby.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export * from './Kernel';
|
|
6
|
-
export * from './Musket';
|
|
7
|
-
export * from './Commands/MakeController';
|
|
8
|
-
export * from './Commands/MakeModel';
|
|
9
|
-
export * from './Commands/MakeResource';
|
|
10
|
-
export * from './Providers/ConsoleServiceProvider';
|
package/tests/.gitkeep
DELETED
|
File without changes
|