{{ message }}
Tags: casechek/node-printer
Tags
build(deps): bump tar-fs from 2.1.3 to 2.1.4 (PROC-1941) (#11) Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4. - [Commits](mafintosh/tar-fs@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: update @babel/traverse and tar-fs, replace nodeunit with jest (… …PROC-1808) (#9) * build(deps-dev): bump @babel/traverse from 7.17.0 to 7.27.1 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.0 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-version: 7.27.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump tar-fs from 2.1.2 to 2.1.3 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * test: replace nodeunit with jest --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: expand prebuilds (PROC-1754) (#6) * sign before packing the file so we sign the actual .node file * pack the signed binary * add debug output * fix syntax * specify which archive to upload * include TEAM_ID in echo output * try to sign with one that works for notarized apps * try to sign with one that works for notarized apps * run only mac prebuild and use prebuild for all * try building for electron and skipping target, just to see * try building for electron * try building for electron * try building for electron * try building for electron and node * try building for electron and node * try building x64 and arm64 for macos * try building x64 and arm64 for macos * try building x64 and arm64 for macos * fix copy doh * fix copy again * fix mkdir * build for electron * fix package_name so prebuilds match * build node and electron * build node and electron * build node and electron * fix the codesign sign value * feat: merge CI files * chore: upgrade version to 1.0.0 * feat: create variable for signing identity --------- Co-authored-by: Steven Lehn <steven.lehn@casechek.com>
feat: expand prebuilds (PROC-1754) (#6) * sign before packing the file so we sign the actual .node file * pack the signed binary * add debug output * fix syntax * specify which archive to upload * include TEAM_ID in echo output * try to sign with one that works for notarized apps * try to sign with one that works for notarized apps * run only mac prebuild and use prebuild for all * try building for electron and skipping target, just to see * try building for electron * try building for electron * try building for electron * try building for electron and node * try building for electron and node * try building x64 and arm64 for macos * try building x64 and arm64 for macos * try building x64 and arm64 for macos * fix copy doh * fix copy again * fix mkdir * build for electron * fix package_name so prebuilds match * build node and electron * build node and electron * build node and electron * fix the codesign sign value * feat: merge CI files * chore: upgrade version to 1.0.0 * feat: create variable for signing identity --------- Co-authored-by: Steven Lehn <steven.lehn@casechek.com>
Merge pull request #4 from casechek/create-pre-builds try to have CI prebuild and sign
