File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " contentstack" ,
3- "version" : " 3.7.0 " ,
3+ "version" : " 3.7.1 " ,
44 "description" : " Contentstack Javascript SDK" ,
55 "homepage" : " https://www.contentstack.com/" ,
66 "author" : {
Original file line number Diff line number Diff line change 11import Stack from "./stack" ;
22import CacheProvider from './cache-provider/index' ;
3+ import ContentstackRegion from "./contentstackregion" ;
34
45
56 /**
@@ -23,6 +24,7 @@ class Contentstack {
2324 * Contentstack.CachePolicy.CACHE_THEN_NETWORK
2425 */
2526 this . CachePolicy = CacheProvider . policies ;
27+ this . Region = ContentstackRegion ;
2628 }
2729/**
2830
Original file line number Diff line number Diff line change 1+ const ContentstackRegion = {
2+ EU : "eu" ,
3+ US : "us"
4+ } ;
5+
6+ export default ContentstackRegion ;
7+ //module.exports = ContentstackRegion;
You can’t perform that action at this time.
0 commit comments