@magda/connector-sdk 2.3.2-alpha.1 → 2.3.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/dist/index.d.ts +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -467,6 +467,8 @@ declare type JsonConnectorConfigExtraMetaData = {
|
|
|
467
467
|
/**
|
|
468
468
|
* Any aspects that will be `preset` on any records created by the connector
|
|
469
469
|
*
|
|
470
|
+
* id: aspect Id
|
|
471
|
+
*
|
|
470
472
|
* opType: operation type; Describe how to add the aspect to the record
|
|
471
473
|
* - MERGE_LEFT: merge `presetAspect` with records aspects.
|
|
472
474
|
* i.e. `presetAspect` will be overwritten by records aspects data if any
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magda/connector-sdk",
|
|
3
3
|
"description": "MAGDA Connector SDK",
|
|
4
|
-
"version": "2.3.2
|
|
4
|
+
"version": "2.3.2",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
|
|
7
7
|
"compile": "webpack && webpack --env.target=web",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"browser": "dist/index-web.js",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@magda/typescript-common": "^2.3.2
|
|
17
|
+
"@magda/typescript-common": "^2.3.2",
|
|
18
18
|
"@microsoft/api-extractor": "7.15.2",
|
|
19
19
|
"ts-loader": "^6.2.1",
|
|
20
20
|
"typescript": "~4.2.4",
|