@gravity-platform/ingest 1.1.5 → 1.1.6

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @gravity-platform/ingest
2
2
 
3
+ ## 1.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - bump
8
+
3
9
  ## 1.1.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-platform/ingest",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Data ingestion nodes for Gravity workflow system",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,6 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@gravity-platform/plugin-base": "*",
37
36
  "pdf-parse": "^1.1.1",
38
37
  "mammoth": "^1.6.0",
39
38
  "jschardet": "^3.1.3",
@@ -184,5 +183,8 @@
184
183
  "description": "API key from app.apollo.io"
185
184
  }
186
185
  ]
186
+ },
187
+ "peerDependencies": {
188
+ "@gravity-platform/plugin-base": ">=1.0.0"
187
189
  }
188
190
  }