chanjs 1.1.8 → 1.1.9

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.
Files changed (2) hide show
  1. package/core/lib/task.js +1 -1
  2. package/package.json +1 -1
package/core/lib/task.js CHANGED
@@ -1,4 +1,4 @@
1
- const schedule = require('node-schedule');
1
+ import schedule from 'node-schedule
2
2
 
3
3
  export default class Task {
4
4
  constructor(config = {}) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "chanjs",
4
- "version": "1.1.8",
4
+ "version": "1.1.9",
5
5
  "description": "chanjs基于express5 纯js研发的轻量级mvc框架。",
6
6
  "main": "index.js",
7
7
  "module": "index.js",