Skip to content

Commit

Permalink
[alpha-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
jablonnc committed Feb 16, 2024
1 parent 1c771d3 commit 1c81375
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
yarn --frozen-lock-file
yarn lerna publish from-package --canary --no-verify-access --yes
yarn lerna publish --canary --no-verify-access --yes
2 changes: 1 addition & 1 deletion packages/integration-sdk-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/integration-sdk-runtime",
"version": "12.0.0-alpha.1",
"version": "12.0.0",
"description": "The SDK for developing JupiterOne integrations",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
21 changes: 0 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2499,27 +2499,6 @@
ajv "^8.0.0"
ajv-formats "^2.0.0"

"@jupiterone/integration-sdk-runtime@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-12.0.0.tgz#f83e8b433942808139e5ce46dba582495ee8f720"
integrity sha512-9kobCG1xv43oHXHF9M4qa3ka0cfmd8NIcymdfq2PrjXs6SaNWpJHRyU76jASQgwsPwLlSxI+aktvnSAx80oEhw==
dependencies:
"@jupiterone/integration-sdk-core" "^12.0.0"
"@lifeomic/alpha" "^5.2.0"
"@lifeomic/attempt" "^3.0.3"
async-sema "^3.1.0"
bunyan "^1.8.12"
bunyan-format "^0.2.1"
dependency-graph "^0.9.0"
dotenv "^8.2.0"
dotenv-expand "^5.1.0"
get-folder-size "^2.0.1"
globby "^11.0.0"
lodash "^4.17.15"
p-map "^4.0.0"
p-queue "^6.3.0"
rimraf "^3.0.2"

"@lerna/[email protected]":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.4.tgz#5ab64540b01a339ecc6787f4f06d29aee99d71d5"
Expand Down

0 comments on commit 1c81375

Please sign in to comment.