@truedat/ie 4.40.1 → 4.40.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/ie",
3
- "version": "4.40.1",
3
+ "version": "4.40.2",
4
4
  "description": "Truedat Web Ingests",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -80,8 +80,8 @@
80
80
  ]
81
81
  },
82
82
  "dependencies": {
83
- "@truedat/core": "4.40.1",
84
- "@truedat/df": "4.40.1",
83
+ "@truedat/core": "4.40.2",
84
+ "@truedat/df": "4.40.2",
85
85
  "file-saver": "^2.0.5",
86
86
  "moment": "^2.24.0",
87
87
  "path-to-regexp": "^1.7.0",
@@ -100,5 +100,5 @@
100
100
  "react-dom": ">= 16.8.6 < 17",
101
101
  "semantic-ui-react": ">= 0.88.2 < 2.1"
102
102
  },
103
- "gitHead": "58b35b48833fbed1602d1070853e6c805bcc48f1"
103
+ "gitHead": "86aa7e6c6e49c8e3a975f8f4f744c44035324c7f"
104
104
  }
@@ -13,7 +13,6 @@ export default {
13
13
  "fields.pairlist.url.value.placeholder": "https://example.com",
14
14
  "filters._confidential": "Confidential",
15
15
  "filters.domain": "Domain",
16
- "filters.domain_parents": "Domain",
17
16
  "filters.filiacion": "Filiacion",
18
17
  "filters.status": "Status",
19
18
  "filters.template": "Tipo",
@@ -144,5 +143,5 @@ export default {
144
143
  "Delete link",
145
144
  "ingestRelation.master.table.title": "Master Link to Structure",
146
145
  "ingestDeletedRelation.table.title": "Deleted Structures",
147
- "ingestRelation.table.title": "Link to Structure"
146
+ "ingestRelation.table.title": "Link to Structure",
148
147
  };
@@ -14,7 +14,6 @@ export default {
14
14
  "fields.pairlist.url.value.placeholder": "https://ejemplo.es",
15
15
  "filters._confidential": "Confidencial",
16
16
  "filters.domain": "Dominio",
17
- "filters.domain_parents": "Dominio",
18
17
  "filters.filiacion": "Filiacion",
19
18
  "filters.status": "Estado",
20
19
  "filters.template": "Tipo",
@@ -148,5 +147,5 @@ export default {
148
147
  "Borrar vínculación",
149
148
  "ingestRelation.master.table.title": "Enlace a Estructura Tipo Master",
150
149
  "ingestDeletedRelation.table.title": "Estructuras Eliminadas",
151
- "ingestRelation.table.title": "Enlace a Estructura"
150
+ "ingestRelation.table.title": "Enlace a Estructura",
152
151
  };