@magda/typescript-common 2.3.2-alpha.1 → 2.3.2-alpha.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.
@@ -166,6 +166,8 @@ export declare type JsonConnectorConfigExtraMetaData = {
166
166
  /**
167
167
  * Any aspects that will be `preset` on any records created by the connector
168
168
  *
169
+ * id: aspect Id
170
+ *
169
171
  * opType: operation type; Describe how to add the aspect to the record
170
172
  * - MERGE_LEFT: merge `presetAspect` with records aspects.
171
173
  * 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/typescript-common",
3
3
  "description": "Common TypeScript code shared between components.",
4
- "version": "2.3.2-alpha.1",
4
+ "version": "2.3.2-alpha.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "prebuild": "rimraf dist tsconfig.tsbuildinfo",
@@ -14,8 +14,8 @@
14
14
  "release": "npm publish || echo \"Skip releasing npm package @magda/typescript-common.\""
15
15
  },
16
16
  "devDependencies": {
17
- "@magda/registry-aspects": "^2.3.2-alpha.1",
18
- "@magda/scripts": "^2.3.2-alpha.1",
17
+ "@magda/registry-aspects": "^2.3.2-alpha.2",
18
+ "@magda/scripts": "^2.3.2-alpha.2",
19
19
  "@types/chai": "^4.0.0",
20
20
  "@types/chai-as-promised": "^7.1.0",
21
21
  "@types/cross-spawn": "^6.0.1",