File tree Expand file tree Collapse file tree 4 files changed +132
-9
lines changed Expand file tree Collapse file tree 4 files changed +132
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"author" : " Contentstack Ecosystem <ecosystem@contentstack.com>" ,
3
3
"name" : " datasync-mongodb-sdk" ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.0.5 " ,
5
5
"description" : " Mongodb query wrapper around contents synced via @contentstack/content-store-mongodb" ,
6
6
"main" : " dist/index.js" ,
7
7
"scripts" : {
29
29
"debug" : " ^4.3.4" ,
30
30
"jest" : " ^29.0.3" ,
31
31
"jsdoc" : " ^4.0.0" ,
32
+ "node-notifier" : " ^10.0.1" ,
32
33
"rimraf" : " ^2.6.3" ,
33
34
"ts-jest" : " ^29.0.2" ,
34
35
"tslint" : " ^5.18.0" ,
Original file line number Diff line number Diff line change 6
6
7
7
import {
8
8
merge ,
9
+ mergeWith ,
9
10
remove ,
10
11
} from 'lodash'
11
12
import {
@@ -2125,7 +2126,7 @@ export class Stack {
2125
2126
2126
2127
schemas . forEach ( ( schema ) => {
2127
2128
// Entry references
2128
- entryReferences = merge ( entryReferences , schema [ this . types . references ] )
2129
+ entryReferences = mergeWith ( entryReferences , schema [ this . types . references ] )
2129
2130
// tslint:disable-next-line: forin
2130
2131
for ( const path in schema [ this . types . assets ] ) {
2131
2132
paths . push ( path )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const assets = [
8
8
title : 'A 1' ,
9
9
uid : 'a1' ,
10
10
url :
11
- 'https://images.contentstack.io/v3/assets/***REMOVED*** /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
11
+ 'https://images.contentstack.io/v3/assets/blt44d99c34b040fa61 /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
12
12
} ,
13
13
{
14
14
_version : 1 ,
@@ -19,7 +19,7 @@ export const assets = [
19
19
title : 'A 2' ,
20
20
uid : 'a2' ,
21
21
url :
22
- 'https://images.contentstack.io/v3/assets/***REMOVED*** /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
22
+ 'https://images.contentstack.io/v3/assets/blt44d99c34b040fa61 /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
23
23
} ,
24
24
{
25
25
_version : 2 ,
@@ -30,6 +30,6 @@ export const assets = [
30
30
title : 'A 3' ,
31
31
uid : 'a3' ,
32
32
url :
33
- 'https://images.contentstack.io/v3/assets/***REMOVED*** /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
33
+ 'https://images.contentstack.io/v3/assets/blt44d99c34b040fa61 /blt6788d40f2aaaab9a/5c5aae49005d89b20bb85c21/cnn.png' ,
34
34
} ,
35
35
]
You can’t perform that action at this time.
0 commit comments