amis-formula 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-formula v1.2.0
2
+ * amis-formula v1.2.1
3
3
  * Copyright 2021 fex
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "amis-formula",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
5
5
  "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "browser": "dist/index.umd.js",
8
6
  "scripts": {
9
7
  "build": "npm run clean-dist && NODE_ENV=production rollup -c && npm run declaration",
10
8
  "clean-dist": "rimraf dist/*",