@steedos/formula 2.1.28 → 2.1.33

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -119,3 +119,6 @@ Formulon exists thanks to the following people who have contributed.
119
119
 
120
120
  - [Jordan Henderson](https://github.com/jordanhenderson)
121
121
  - [Leif Gensert](https://github.com/leifg)
122
+
123
+ ## 功能说明
124
+ - 此包用于系统的公式计算功能
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/formula",
3
- "version": "2.1.28",
3
+ "version": "2.1.33",
4
4
  "description": "Salesforce Formula Parser",
5
5
  "main": "lib/formulon.js",
6
6
  "files": [
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "49f457800e7a2735ea61e2bbf3a7cfb1cfb5284a"
57
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
58
58
  }