Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e20d811
Add environment variable checks and refactor live preview tests
harshitha-cstk Apr 3, 2025
68d4090
Update environment variable checks and improve error handling in config
harshitha-cstk Apr 8, 2025
7a6deb2
Bump version to 3.25.3 and update changelog to handle sanity tests wi…
harshitha-cstk Apr 8, 2025
d4abca6
Update changelog date for version 3.25.3
harshitha-cstk Apr 8, 2025
0de8500
Update integrity hashes in README
harshitha-cstk Apr 8, 2025
e8a4541
Merge pull request #325 from contentstack/fix/dx-2231-handle-envs
harshithad0703 Apr 8, 2025
f8e8422
Fix: initialize live_preview config before setting properties in Live…
sunil-lakshman Apr 8, 2025
78d3401
Merge pull request #326 from contentstack/fix/sanity-testcases
AniketDev7 Apr 8, 2025
c7f13e6
test: added sync test cases with improved structure
harshitha-cstk Apr 15, 2025
f117f1c
Fix: pagination token test
harshitha-cstk Apr 15, 2025
59670d7
chore: update package-lock.json with dependency version bumps
harshitha-cstk Apr 15, 2025
dec7cc4
Merge pull request #327 from contentstack/fix/dx-2392-sync-test-cases
harshithad0703 Apr 15, 2025
353bd24
chore: bump dependencies in package.json and package-lock.json
harshitha-cstk Apr 15, 2025
121fb85
Merge branch 'staging' into fix/upgrade-dependencies
harshitha-cstk Apr 15, 2025
43e4ba9
Merge pull request #329 from contentstack/fix/upgrade-dependencies
harshithad0703 Apr 15, 2025
b941b1c
Merge pull request #330 from contentstack/master
harshithad0703 Apr 16, 2025
085e856
Merge pull request #331 from contentstack/staging
harshithad0703 Apr 16, 2025
21661c9
Merge pull request #332 from contentstack/master
harshithad0703 Apr 16, 2025
3689437
Merge pull request #328 from contentstack/development
harshithad0703 Apr 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update integrity hashes in README
  • Loading branch information
harshitha-cstk committed Apr 8, 2025
commit 0de85002c8426d0f7d9275adb306718bc5f0659d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ For browsers, we recommend to download the library via npm or yarn to ensure 100
If you'd like to use a standalone built file you can use the following script tag or download it from [jsDelivr](https://www.jsdelivr.com/package/npm/contentstack), under the `dist` directory:

```html
<script src="https://cdn.jsdelivr.net/npm/contentstack@latest/dist/web/contentstack.min.js" integrity="9u29niwIJG3dEc7vPUc1ZA1Dl/uaiR4+s7k55kb/CCkzTzyFuZHNM165BQ10+Hiw%" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/contentstack@latest/dist/web/contentstack.min.js" integrity="12nVcFP1kBh/0Q5rLUvKE34exDRK2DpHUFkGkhRSXTcwGC2PI1D9h64C5arpt5OY" crossorigin="anonymous"></script>
```
You can also specify a specific version number.
```html
<script src="https://cdn.jsdelivr.net/npm/contentstack@3.20.3/dist/web/contentstack.min.js" integrity="9u29niwIJG3dEc7vPUc1ZA1Dl/uaiR4+s7k55kb/CCkzTzyFuZHNM165BQ10+Hiw%" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/contentstack@3.25.2/dist/web/contentstack.min.js" integrity="fXmq+b/kd2EenBR7APjzzy0hLTOhAhrir3C6HZYZKuF9O+g+HuSIU7Usi8Ccy9I5" crossorigin="anonymous"></script>
```

To initialize the SDK, you will need to specify the API Key, Delivery Token, and Environment Name of your stack.
Expand Down
Loading