Skip to content

Commit c42d667

Browse files
committed
发布版本 1.0.8
1 parent e1b22a7 commit c42d667

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOGS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGE LOGS
22

3-
## 版本 0.1.6
3+
## 版本 0.1.8
44

55
1. 调整 fillData 实现机制
66

bin/json5-to-table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs')
44
const yargs = require('yargs')
55
const JSON5 = require('json5')
6-
const difference = require('lodash.difference')
6+
const difference = require('lodash/difference')
77
const { generateHTMLTable, generateExcel: originalGenerateExcel } = require('..')
88
const generateExcel = function (data, schema) {
99
return originalGenerateExcel(data, schema, { writeTo: '/dev/stdout' })

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5-to-table",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "JSON 数据转化为表格的工具,支持深层嵌套数据,支持模式定义",
55
"main": "dist/bundle.js",
66
"bin": {

0 commit comments

Comments
 (0)