Skip to content

Commit 3df195c

Browse files
author
khanh2906
committed
update v0.6.11
1 parent 13ec092 commit 3df195c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Version | Supported |
66
| ------- | ------------------ |
77
| 0.5.3 | :white_check_mark: |
8-
| 0.6.10 | :white_check_mark: |
8+
| 0.6.11 | :white_check_mark: |
99

1010

1111
## Reporting a Vulnerability

lib/stubs/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "bamimi",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"description": "Power framework for nodejs",
55
"main": "src/server.js",
6-
"bamimiVersion": "0.6.10",
6+
"bamimiVersion": "0.6.11",
77
"bin": {
88
"bamimi-enjoy-": "./dist/routes/cli/index.js",
99
"bamimi-enjoy-dev": "./src/routes/cli/index.js"

lib/stubs/template/src/bootstrap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const express = require("express"),
1212
flash = require("express-flash");
1313

1414

15-
const jobOnMain = require("@iKernel/cronjobs/onMain");
15+
const jobOnMain = require("@iKernel/job/onMain");
1616
/**
1717
* **********************************
1818
* Set log

lib/stubs/template/src/routes/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
66
const { Command } = require("commander");
77
const program = new Command();
88

9-
const jobCommand = require("@iKernel/cronjobs");
9+
const jobCommand = require("@iKernel/job");
1010

1111
program
1212
.addCommand(jobCommand)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knfs-tech/bamimi-cli",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"description": "Command line of Bamimi framework",
55
"bin": {
66
"bamimi-cli": "./bin/cli.js"

0 commit comments

Comments
 (0)