@nocobase/plugin-action-import 1.9.14 → 1.9.16

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
@@ -6,7 +6,7 @@
6
6
  "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
7
7
  "description.ru-RU": "Импорт записей с помощью шаблонов Excel: можно настроить, какие поля импортировать, шаблоны будут генерироваться автоматически.",
8
8
  "description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
9
- "version": "1.9.14",
9
+ "version": "1.9.16",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/action-import",
@@ -39,7 +39,7 @@
39
39
  "@nocobase/test": "1.x",
40
40
  "@nocobase/utils": "1.x"
41
41
  },
42
- "gitHead": "2373dd8980c27cc8220e71ea2f84884bbec4781d",
42
+ "gitHead": "ca822bde759d66200628633f660135091c30df12",
43
43
  "keywords": [
44
44
  "Actions"
45
45
  ]