Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Jan 30, 2023
1 parent 97de39c commit c6e338a
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 113 deletions.
8 changes: 4 additions & 4 deletions dev/.files/bin/includes/utilities.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { paginateRest as OctokitPluginPaginateRest } from '@octokit/plugin-pagin
import sodium from 'libsodium-wrappers'; // Used to encrypt GitHub secret values.

const __dirname = dirname(import.meta.url);
const binDir = path.resolve(__dirname, '..' );
const binDir = path.resolve(__dirname, '..');
const projDir = path.resolve(__dirname, '../../../..');

const { pkgFile, pkgName, pkgPrivate, pkgRepository, pkgBuildAppType } = (() => {
Expand All @@ -59,9 +59,9 @@ const { pkgFile, pkgName, pkgPrivate, pkgRepository, pkgBuildAppType } = (() =>
const Octokit = OctokitCore.plugin(OctokitPluginPaginateRest);
const octokit = new Octokit({ auth: process.env.USER_GITHUB_TOKEN || '' });

const githubConfigVersion = '1.0.1'; // Bump when config changes in routines below.
const githubEnvsVersion = '1.0.0'; // Bump when environments change in routines below.
const npmjsConfigVersion = '1.0.0'; // Bump when config changes in routines below.
const githubConfigVersion = '1.0.2'; // Bump when config changes in routines below.
const githubEnvsVersion = '1.0.2'; // Bump when environments change in routines below.
const npmjsConfigVersion = '1.0.2'; // Bump when config changes in routines below.

const c10nLogo = path.resolve(__dirname, '../../assets/brands/c10n/logo.png');
const c10nLogoDev = path.resolve(__dirname, '../../assets/brands/c10n/logo-dev.png');
Expand Down
Loading

0 comments on commit c6e338a

Please sign in to comment.