sh-tools 2.2.19 → 2.3.1

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.
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "name": "sh-tools",
3
- "version": "2.2.19",
4
- "description": "基于fetch和xe-utils二次封装,支持宏公式计算,及notification提示窗",
5
- "main": "packages/index.js",
6
- "scripts": {
7
- "lib": "vue-cli-service build --target lib packages/index.js --name sh-tools --dest lib"
8
- },
9
- "keywords": [
10
- "sh-tools"
11
- ],
12
- "author": "神秘的sh",
13
- "license": "ISC",
14
- "dependencies": {
15
- "hot-formula-parser": "^4.0.0",
16
- "xe-utils": "^3.7.0"
17
- },
18
- "devDependencies": {
19
- "@babel/core": "^7.12.16",
20
- "@babel/eslint-parser": "^7.12.16",
21
- "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
22
- "@vue/cli-plugin-babel": "~5.0.8",
23
- "@vue/cli-plugin-eslint": "~5.0.8",
24
- "@vue/cli-plugin-router": "~5.0.8",
25
- "@vue/cli-plugin-vuex": "~5.0.8",
26
- "@vue/cli-service": "~5.0.8",
27
- "babel-loader": "^9.1.2",
28
- "babel-plugin-import": "^1.13.6",
29
- "compression-webpack-plugin": "~6.1.1",
30
- "eslint": "^7.32.0",
31
- "eslint-config-prettier": "^8.3.0",
32
- "eslint-plugin-prettier": "^4.0.0",
33
- "eslint-plugin-vue": "^8.0.3",
34
- "html-webpack-tags-plugin": "^3.0.2",
35
- "node-polyfill-webpack-plugin": "^2.0.1",
36
- "prettier": "^2.4.1",
37
- "vue": "^3.3.4"
38
- }
2
+ "name": "sh-tools",
3
+ "version": "2.3.1",
4
+ "description": "基于fetch和xe-utils二次封装,支持宏公式计算",
5
+ "main": "packages/index.js",
6
+ "scripts": {
7
+ "lib": "vue-cli-service build --target lib packages/index.js --name sh-tools --dest lib"
8
+ },
9
+ "keywords": [
10
+ "sh-tools"
11
+ ],
12
+ "author": "神秘的sh",
13
+ "license": "ISC",
14
+ "dependencies": {
15
+ "hot-formula-parser": "^4.0.0",
16
+ "xe-utils": "^3.8.2"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/core": "^7.12.16",
20
+ "@babel/eslint-parser": "^7.12.16",
21
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
22
+ "@vue/cli-plugin-babel": "~5.0.8",
23
+ "@vue/cli-plugin-eslint": "~5.0.8",
24
+ "@vue/cli-plugin-router": "~5.0.8",
25
+ "@vue/cli-plugin-vuex": "~5.0.8",
26
+ "@vue/cli-service": "~5.0.8",
27
+ "babel-loader": "^9.1.2",
28
+ "babel-plugin-import": "^1.13.6",
29
+ "compression-webpack-plugin": "~6.1.1",
30
+ "eslint": "^7.32.0",
31
+ "eslint-config-prettier": "^8.3.0",
32
+ "eslint-plugin-prettier": "^4.0.0",
33
+ "eslint-plugin-vue": "^8.0.3",
34
+ "html-webpack-tags-plugin": "^3.0.2",
35
+ "node-polyfill-webpack-plugin": "^2.0.1",
36
+ "prettier": "^2.4.1",
37
+ "vue": "^3.3.4"
38
+ }
39
39
  }
@@ -280,7 +280,7 @@ export default {
280
280
  }
281
281
  break
282
282
  default:
283
- rtext = String(rvalue)
283
+ rtext = rvalue
284
284
  }
285
285
  return { rvalue, rtext }
286
286
  }