diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6c0abb..2fdac11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e39acd2e..2b227326 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",