@itwin/reality-data-client
Version:
HTTP Client for the iTwin Platform Reality Management APIs
20 lines • 735 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @type {import("beachball").BeachballConfig } */
module.exports = {
bumpDeps: false,
access: "public",
tag: "latest",
ignorePatterns: [
".nycrc",
".eslintrc.json",
"tsconfig.*",
".*ignore",
".github/**",
".vscode/**",
"pnpm-lock.yaml",
],
changehint: "Run 'pnpm change' to generate a change file",
};