File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments