File tree 7 files changed +51
-7
lines changed
7 files changed +51
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ ### [ 6.2.1] ( https://github.com/AnthonyLzq/simba.js/compare/v6.2.0...v6.2.1 ) (2022-07-11)
6
+
7
+
8
+ ### Features
9
+
10
+ * implemented linting gha ([ 788b19d] ( https://github.com/AnthonyLzq/simba.js/commit/788b19d98ad7530de1db5d1f9d45eea6e5c6fae2 ) )
11
+ * updated eslint rules ([ ebaa193] ( https://github.com/AnthonyLzq/simba.js/commit/ebaa19386c39123a2935953edae98f34396fa9f6 ) )
12
+
5
13
## [ 6.2.0] ( https://github.com/AnthonyLzq/simba.js/compare/v6.1.0...v6.2.0 ) (2022-07-08)
6
14
7
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @anthonylzq/simba.js" ,
3
- "version" : " 6.2.0 " ,
3
+ "version" : " 6.2.1 " ,
4
4
"description" : " set up a modern backend app by running one command" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
express
2
2
├── .github
3
3
│ └── workflows
4
+ │ ├── lint.yml
4
5
│ └── test.yml
5
6
├── node_modules
6
7
│ ├── abbrev
@@ -933,7 +934,8 @@ semver
933
934
│ │ │ │ │ ├── inference
934
935
│ │ │ │ │ │ ├── index.js
935
936
│ │ │ │ │ │ ├── inferer-reference.js
936
- │ │ │ │ │ │ └── inferers.js
937
+ │ │ │ │ │ │ ├── inferers.js
938
+ │ │ │ │ │ │ └── util.js
937
939
│ │ │ │ │ ├── lib
938
940
│ │ │ │ │ │ ├── hoister.js
939
941
│ │ │ │ │ │ ├── removal-hooks.js
@@ -13245,6 +13247,13 @@ semver
13245
13247
│ │ │ ├── compiler.js
13246
13248
│ │ │ ├── index.d.ts
13247
13249
│ │ │ └── index.js
13250
+ │ │ ├── conditional
13251
+ │ │ │ ├── conditional.d.ts
13252
+ │ │ │ ├── conditional.js
13253
+ │ │ │ ├── index.d.ts
13254
+ │ │ │ ├── index.js
13255
+ │ │ │ ├── structural.d.ts
13256
+ │ │ │ └── structural.js
13248
13257
│ │ ├── guard
13249
13258
│ │ │ ├── guard.d.ts
13250
13259
│ │ │ ├── guard.js
Original file line number Diff line number Diff line change 1
1
express
2
2
├── .github
3
3
│ └── workflows
4
+ │ ├── lint.yml
4
5
│ └── test.yml
5
6
├── node_modules
6
7
│ ├── abbrev
@@ -933,7 +934,8 @@ semver
933
934
│ │ │ │ │ ├── inference
934
935
│ │ │ │ │ │ ├── index.js
935
936
│ │ │ │ │ │ ├── inferer-reference.js
936
- │ │ │ │ │ │ └── inferers.js
937
+ │ │ │ │ │ │ ├── inferers.js
938
+ │ │ │ │ │ │ └── util.js
937
939
│ │ │ │ │ ├── lib
938
940
│ │ │ │ │ │ ├── hoister.js
939
941
│ │ │ │ │ │ ├── removal-hooks.js
@@ -13245,6 +13247,13 @@ semver
13245
13247
│ │ │ ├── compiler.js
13246
13248
│ │ │ ├── index.d.ts
13247
13249
│ │ │ └── index.js
13250
+ │ │ ├── conditional
13251
+ │ │ │ ├── conditional.d.ts
13252
+ │ │ │ ├── conditional.js
13253
+ │ │ │ ├── index.d.ts
13254
+ │ │ │ ├── index.js
13255
+ │ │ │ ├── structural.d.ts
13256
+ │ │ │ └── structural.js
13248
13257
│ │ ├── guard
13249
13258
│ │ │ ├── guard.d.ts
13250
13259
│ │ │ ├── guard.js
Original file line number Diff line number Diff line change 1
1
express
2
2
├── .github
3
3
│ └── workflows
4
+ │ ├── lint.yml
4
5
│ └── test.yml
5
6
├── node_modules
6
7
│ ├── abbrev
@@ -933,7 +934,8 @@ semver
933
934
│ │ │ │ │ ├── inference
934
935
│ │ │ │ │ │ ├── index.js
935
936
│ │ │ │ │ │ ├── inferer-reference.js
936
- │ │ │ │ │ │ └── inferers.js
937
+ │ │ │ │ │ │ ├── inferers.js
938
+ │ │ │ │ │ │ └── util.js
937
939
│ │ │ │ │ ├── lib
938
940
│ │ │ │ │ │ ├── hoister.js
939
941
│ │ │ │ │ │ ├── removal-hooks.js
@@ -13245,6 +13247,13 @@ semver
13245
13247
│ │ │ ├── compiler.js
13246
13248
│ │ │ ├── index.d.ts
13247
13249
│ │ │ └── index.js
13250
+ │ │ ├── conditional
13251
+ │ │ │ ├── conditional.d.ts
13252
+ │ │ │ ├── conditional.js
13253
+ │ │ │ ├── index.d.ts
13254
+ │ │ │ ├── index.js
13255
+ │ │ │ ├── structural.d.ts
13256
+ │ │ │ └── structural.js
13248
13257
│ │ ├── guard
13249
13258
│ │ │ ├── guard.d.ts
13250
13259
│ │ │ ├── guard.js
Original file line number Diff line number Diff line change 1
1
express
2
2
├── .github
3
3
│ └── workflows
4
+ │ ├── lint.yml
4
5
│ └── test.yml
5
6
├── node_modules
6
7
│ ├── abbrev
@@ -933,7 +934,8 @@ semver
933
934
│ │ │ │ │ ├── inference
934
935
│ │ │ │ │ │ ├── index.js
935
936
│ │ │ │ │ │ ├── inferer-reference.js
936
- │ │ │ │ │ │ └── inferers.js
937
+ │ │ │ │ │ │ ├── inferers.js
938
+ │ │ │ │ │ │ └── util.js
937
939
│ │ │ │ │ ├── lib
938
940
│ │ │ │ │ │ ├── hoister.js
939
941
│ │ │ │ │ │ ├── removal-hooks.js
@@ -13245,6 +13247,13 @@ semver
13245
13247
│ │ │ ├── compiler.js
13246
13248
│ │ │ ├── index.d.ts
13247
13249
│ │ │ └── index.js
13250
+ │ │ ├── conditional
13251
+ │ │ │ ├── conditional.d.ts
13252
+ │ │ │ ├── conditional.js
13253
+ │ │ │ ├── index.d.ts
13254
+ │ │ │ ├── index.js
13255
+ │ │ │ ├── structural.d.ts
13256
+ │ │ │ └── structural.js
13248
13257
│ │ ├── guard
13249
13258
│ │ │ ├── guard.d.ts
13250
13259
│ │ │ ├── guard.js
You can’t perform that action at this time.
0 commit comments