Skip to content

Commit

Permalink
chore: add release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Nov 14, 2024
1 parent ad59135 commit 4f4198f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@
"@elastic/ecs": "^8.11.1",
"@elastic/elasticsearch": "^8.15.2",
"@elastic/ems-client": "8.5.3",
"@elastic/eui": "file:./elastic_eui_97.3.1_borealis_prerelease_001.tgz",
"@elastic/eui-theme-borealis": "file:./elastic_eui_theme_borealis_0.0.1_97.3.1_prerelease_001.tgz",
"@elastic/eui-theme-common": "file:./elastic_eui_theme_common_0.0.1_97.3.1_prerelease_001.tgz",
"@elastic/eui": "97.3.1-borealis.2",
"@elastic/eui-theme-borealis": "0.0.2",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "^1.2.3",
"@elastic/numeral": "^2.5.1",
Expand Down
5 changes: 2 additions & 3 deletions src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ export const LICENSE_OVERRIDES = {
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/[email protected]': ['Elastic License 2.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'@elastic/[email protected]': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
'[email protected]': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
'@bufbuild/[email protected]': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)
Expand Down
22 changes: 13 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1748,21 +1748,25 @@
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==

"@elastic/eui-theme-borealis@file:./elastic_eui_theme_borealis_0.0.1_97.3.1_prerelease_001.tgz":
version "0.0.1"
resolved "file:./elastic_eui_theme_borealis_0.0.1_97.3.1_prerelease_001.tgz#e0d269f202097d72dad41cdf5168fcd78f97a99a"
"@elastic/[email protected]":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.2.tgz#4b65f13073b1887a12641063ace96539fa923674"
integrity sha512-ekePJ+V9UMCUDqjNLECjM+Vi/qHkJcu6lhm1GenUFs3awPxaLhvasb3pN++qnWYkXWo90vmZER62MTHpxlQyQA==

"@elastic/eui-theme-common@file:./elastic_eui_theme_common_0.0.1_97.3.1_prerelease_001.tgz":
version "0.0.1"
resolved "file:./elastic_eui_theme_common_0.0.1_97.3.1_prerelease_001.tgz#fed94a21eeac809d5659b9fcd6e703ec89cf66d6"
"@elastic/[email protected]":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.2.tgz#3da6078a5d255c5740423d26409e5e06536a5db3"
integrity sha512-tIyXrylrLhmOWiRbxuJSiHHVJpt4fVd5frzhUGoSN2frobOT9RLh8Klzyd4kmHasZ7bB1vETPR5fytqgocRvdA==
dependencies:
"@types/lodash" "^4.14.202"
lodash "^4.17.21"

"@elastic/eui@file:./elastic_eui_97.3.1_borealis_prerelease_001.tgz":
version "97.3.1"
resolved "file:./elastic_eui_97.3.1_borealis_prerelease_001.tgz#38b28e0c9afd10cafaf9875e72d1c2769131f703"
"@elastic/[email protected]":
version "97.3.1-borealis.2"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-97.3.1-borealis.2.tgz#32d9616ddbab11ef6e97739cf728a667220ca74c"
integrity sha512-j0WsE+WWtV3eEbRqyjr8hJ1swQIbCEGc9iViMtDK/XeVCVqs++dJE/+jPdjharMjXLrstOr0cx0uvtsH6OWTUw==
dependencies:
"@elastic/eui-theme-common" "0.0.2"
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"
"@types/numeral" "^2.0.5"
Expand Down

0 comments on commit 4f4198f

Please sign in to comment.