Skip to content

Commit 35c4174

Browse files
jablonncmscottford
authored andcommitted
[alpha-release]
1 parent 1c771d3 commit 35c4174

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: |
3434
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
3535
yarn --frozen-lock-file
36-
yarn lerna publish from-package --canary --no-verify-access --yes
36+
yarn lerna publish --canary --no-verify-access --yes

packages/integration-sdk-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupiterone/integration-sdk-runtime",
3-
"version": "12.0.0-alpha.1",
3+
"version": "12.0.0",
44
"description": "The SDK for developing JupiterOne integrations",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

yarn.lock

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,27 +2499,6 @@
24992499
ajv "^8.0.0"
25002500
ajv-formats "^2.0.0"
25012501

2502-
"@jupiterone/integration-sdk-runtime@^12.0.0":
2503-
version "12.0.0"
2504-
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-12.0.0.tgz#f83e8b433942808139e5ce46dba582495ee8f720"
2505-
integrity sha512-9kobCG1xv43oHXHF9M4qa3ka0cfmd8NIcymdfq2PrjXs6SaNWpJHRyU76jASQgwsPwLlSxI+aktvnSAx80oEhw==
2506-
dependencies:
2507-
"@jupiterone/integration-sdk-core" "^12.0.0"
2508-
"@lifeomic/alpha" "^5.2.0"
2509-
"@lifeomic/attempt" "^3.0.3"
2510-
async-sema "^3.1.0"
2511-
bunyan "^1.8.12"
2512-
bunyan-format "^0.2.1"
2513-
dependency-graph "^0.9.0"
2514-
dotenv "^8.2.0"
2515-
dotenv-expand "^5.1.0"
2516-
get-folder-size "^2.0.1"
2517-
globby "^11.0.0"
2518-
lodash "^4.17.15"
2519-
p-map "^4.0.0"
2520-
p-queue "^6.3.0"
2521-
rimraf "^3.0.2"
2522-
25232502
"@lerna/child-process@7.1.4":
25242503
version "7.1.4"
25252504
resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-7.1.4.tgz#5ab64540b01a339ecc6787f4f06d29aee99d71d5"

0 commit comments

Comments
 (0)