Skip to content

Commit

Permalink
feat: update to JS SDK 3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update major JS SDK
  • Loading branch information
alexjoverm committed Dec 15, 2023
1 parent 6e43b86 commit 0bd8a9b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ Possible values:

- `eu` (default): For spaces created in the EU
- `us`: For spaces created in the US
- `ap`: For spaces created in Australia
- `ca`: For spaces created in Canada
- `cn`: For spaces created in China

Full example for a space created in the US:
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
"@storyblok/js": "^2.3.0"
"@storyblok/js": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bd8a9b

Please sign in to comment.