@contentstack/datasync-manager 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +2 -30
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,40 +68,12 @@ You can replace [@contentstack/datasync-content-store-filesystem](https://www.np
68
68
  <tr>
69
69
  <td>enableAssetReferences</td>
70
70
  <td>true</td>
71
- <td>
72
- This would map out all the asset fields and modify/map them to the content type they belong to. Ex:
73
- <ul>
74
- <li><strong>Before</strong></li>
75
- <code>"asset_field": "bltassetuid123"</code>
76
- <li><strong>After</strong></li>
77
- <code>
78
- "asset_field": {
79
- "reference_to": "_assets",
80
- "values": "bltassetuid123"
81
- }
82
- </code>
83
- </ul>
84
- </td>
71
+ <td>This is not implemented, you can help: <a href="https://github.com/contentstack/datasync-manager/issues/33" target="_blank">#33</a></td>
85
72
  </tr>
86
73
  <tr>
87
74
  <td>enableContentReferences</td>
88
75
  <td>true</td>
89
- <td>
90
- This would map out all the reference fields and modify/map them to the content type they belong to. Ex:
91
- <ul>
92
- <li><strong>Before</strong></li>
93
- <code>
94
- "categories": "bltcategoryuid123"
95
- </code>
96
- <li><strong>After</strong></li>
97
- <code>
98
- "categories": {
99
- "reference_to": "category",
100
- "values": "bltcategoryuid123"
101
- }
102
- </code>
103
- </ul>
104
- </td>
76
+ <td>This is not implemented, you can help: <a href="https://github.com/contentstack/datasync-manager/issues/34" target="_blank">#34</a></td>
105
77
  </tr>
106
78
  <tr>
107
79
  <td>limit</td>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/datasync-manager",
3
3
  "author": "Contentstack LLC <support@contentstack.com>",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "description": "The primary module of Contentstack DataSync. Syncs Contentstack data with your server using Contentstack Sync API",
6
6
  "main": "dist/index.js",
7
7
  "dependencies": {
@@ -72,4 +72,4 @@
72
72
  "url": "https://github.com/contentstack/datasync-manager/issues"
73
73
  },
74
74
  "homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync"
75
- }
75
+ }