Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [11.1.1] - 2025-07-23
- Re-published package with missing build output included. No changes to runtime code.

# [11.1.0] - 2025-07-22
- Add identity provider token management

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ordercloud-javascript-sdk",
"description": "The offical Javascript SDK for the Ordercloud ecommerce API",
"author": "Four51 OrderCloud",
"version": "11.1.0",
"version": "11.1.1",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -48,7 +48,8 @@
"beautify": "prettier --write codegen/**/*.ts --loglevel silent",
"generate-sdk": "npm run buildCodegen && oc-codegen -t codegen/templates -o ./src -b codegen/handlebars-extensions -k codegen/hooks.js -c",
"debug-template-data": "npm run buildCodegen && oc-codegen -d -k codegen/hooks.js > templateData.json",
"buildCodegen": "tsc --p codegen/tsconfig.json"
"buildCodegen": "tsc --p codegen/tsconfig.json",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@ordercloud/oc-codegen": "0.0.1-26",
Expand Down