Skip to content

Commit dc5cd4c

Browse files
authored
Merge pull request #55 from contentstack/bug/utils-lib
Update Utils Package
2 parents 88b660e + 297d5af commit dc5cd4c

11 files changed

Lines changed: 247 additions & 287 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## Change log
12

2-
3+
### Version: 3.13.2
4+
#### Date: May-26-2021
5+
##### Dependency:
6+
- Update Utils SDK dependency version
7+
38
### Version: 3.13.1
49
#### Date: Apr-16-2021
510
##### Bug fix:

dist/nativescript/contentstack.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node/contentstack.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-native/contentstack.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/contentstack.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node/contentstack-demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ContentstackDemo {
2626
*/
2727
getEntries(contentTypeUid) {
2828
contentTypeUid = contentTypeUid || 'source'
29-
return this.Stack.ContentType('test').Query().includeContentType().toJSON().find()
29+
return this.Stack.ContentType(contentTypeUid).Query().includeContentType().toJSON().find()
3030
//return this.Stack.getContentTypes(contentTypeUid)
3131

3232
}

examples/node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const ContentstackDemo = require('./contentstack-demo.js')
4-
const Demo = new ContentstackDemo({ 'api_key': 'blt1b0a32d0c621f844', 'delivery_token': 'csaba2e2b6a51971b00ea373ea', 'environment': 'development', })
4+
const Demo = new ContentstackDemo({ 'api_key': 'blt123something', 'delivery_token': 'blt123something', 'environment': 'development', })
55

66

77
//get all the entries

0 commit comments

Comments
 (0)