@ywfe/fe-tools 1.0.2-beta.7 → 1.0.2-beta.8

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/index.ts +1 -1
  2. package/package.json +2 -1
package/index.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { default as userInputToJson } from './userInputToJson'
2
1
  export { default as request } from './request'
2
+ export { default as userInputToJson } from './userInputToJson'
3
3
  export { default as JSON2String } from './JSON2String'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@ywfe/fe-tools",
4
- "version": "1.0.2-beta.7",
4
+ "version": "1.0.2-beta.8",
5
5
  "description": "工具函数库",
6
6
  "main": "lib/ywfe-tools.esm.js",
7
7
  "module": "lib/ywfe-tools.esm.js",
@@ -11,6 +11,7 @@
11
11
  "build": "NODE_ENV=production rollup -c",
12
12
  "build:type": "tsc -p ./tsconfig.type.json",
13
13
  "publish:npm": "npm publish --access public",
14
+ "prepublish": "npm run build",
14
15
  "test": "jest --coverage"
15
16
  },
16
17
  "repository": "ywfe",