Skip to content

Commit d6582c5

Browse files
authored
Merge pull request #142 from erincdustin/11.1.1
11.1.1
2 parents d05eff1 + 63d671d commit d6582c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# [11.1.1] - 2025-07-23
9+
- Re-published package with missing build output included. No changes to runtime code.
10+
811
# [11.1.0] - 2025-07-22
912
- Add identity provider token management
1013

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ordercloud-javascript-sdk",
33
"description": "The offical Javascript SDK for the Ordercloud ecommerce API",
44
"author": "Four51 OrderCloud",
5-
"version": "11.1.0",
5+
"version": "11.1.1",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.umd.js",
88
"module": "dist/index.esm.js",
@@ -48,7 +48,8 @@
4848
"beautify": "prettier --write codegen/**/*.ts --loglevel silent",
4949
"generate-sdk": "npm run buildCodegen && oc-codegen -t codegen/templates -o ./src -b codegen/handlebars-extensions -k codegen/hooks.js -c",
5050
"debug-template-data": "npm run buildCodegen && oc-codegen -d -k codegen/hooks.js > templateData.json",
51-
"buildCodegen": "tsc --p codegen/tsconfig.json"
51+
"buildCodegen": "tsc --p codegen/tsconfig.json",
52+
"prepublishOnly": "npm run build"
5253
},
5354
"devDependencies": {
5455
"@ordercloud/oc-codegen": "0.0.1-26",

0 commit comments

Comments
 (0)