File tree
92 files changed
+227
-81
lines changed- contentstack-templates
- static
- fonts
- scripts
- prettify
- styles
- tmpl
- dist
- nativescript
- react-native
- web
- examples
- node
- web
- scripts
- src
- core
- cache-provider
- lib
- modules
- runtime
- nativescript
- node
- react-native
- web
- webpack
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+227
-81
lines changedLICENSE.txt
100644
100755
File mode changed.
config.js
100644
100755
File mode changed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
dist/.DS_Store
100644
100755
File mode changed.
dist/nativescript/contentstack.js
100644
100755
File mode changed.
dist/react-native/contentstack.js
100644
100755
File mode changed.
dist/web/contentstack.js
100644
100755
File mode changed.
docs-config.json
100644
100755
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
|
examples/node/contentstack-demo.js
100644
100755
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
examples/web/favicon.ico
100644
100755
File mode changed.
examples/web/index.html
100644
100755
File mode changed.
examples/web/scripts/contentstack.js
100644
100755
File mode changed.
nativescript.js
100644
100755
File mode changed.
package.json
100644
100755
File mode changed.
react-native.js
100644
100755
File mode changed.
src/core/cache-provider/index.js
100644
100755
File mode changed.
src/core/cache-provider/localstorage.js
100644
100755
File mode changed.
src/core/cache.js
100644
100755
File mode changed.
src/core/contentstack.js
100644
100755
Lines changed: 12 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
13 |
| - | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
| 27 | + | |
24 | 28 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 29 | + | |
| 30 | + | |
40 | 31 |
| |
41 | 32 |
| |
42 | 33 |
| |
|
src/core/lib/request.js
100644
100755
File mode changed.
src/core/lib/utils.js
100644
100755
File mode changed.
src/core/modules/assets.js
100644
100755
Lines changed: 55 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 |
| |
15 | 24 |
| |
16 | 25 |
| |
17 | 26 |
| |
18 | 27 |
| |
19 | 28 |
| |
20 | 29 |
| |
21 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
22 | 46 |
| |
23 | 47 |
| |
24 | 48 |
| |
25 | 49 |
| |
26 | 50 |
| |
27 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
28 | 64 |
| |
29 | 65 |
| |
30 | 66 |
| |
| |||
34 | 70 |
| |
35 | 71 |
| |
36 | 72 |
| |
37 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
38 | 82 |
| |
39 | 83 |
| |
40 | 84 |
| |
| |||
47 | 91 |
| |
48 | 92 |
| |
49 | 93 |
| |
50 |
| - | |
51 | 94 |
| |
52 | 95 |
| |
53 | 96 |
| |
|
0 commit comments