Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a2db3481
Commit
a2db3481
authored
Aug 16, 2023
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
5877ee24
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
53 additions
and
25 deletions
+53
-25
quick-poets-heal.md
.changeset/quick-poets-heal.md
+0
-5
tall-shirts-wonder.md
.changeset/tall-shirts-wonder.md
+0
-5
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+11
-0
package.json
packages/chain-mon/package.json
+1
-1
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+7
-0
package.json
packages/common-ts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+6
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/sdk/CHANGELOG.md
+7
-0
package.json
packages/sdk/package.json
+2
-2
pnpm-lock.yaml
pnpm-lock.yaml
+16
-9
No files found.
.changeset/quick-poets-heal.md
deleted
100644 → 0
View file @
5877ee24
---
'
@eth-optimism/core-utils'
:
patch
---
Upgraded npm dependencies to latest
.changeset/tall-shirts-wonder.md
deleted
100644 → 0
View file @
5877ee24
---
'
@eth-optimism/chain-mon'
:
patch
---
Upgraded npm dependencies to latest
packages/chain-mon/CHANGELOG.md
View file @
a2db3481
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.4.3
### Patch Changes
-
[
#6796
](
https://github.com/ethereum-optimism/optimism/pull/6796
)
[
`a196c63ad`
]
(https://github.com/ethereum-optimism/optimism/commit/a196c63ad67de04c4143e0ccd6fe4dc27fb2833b) Thanks
[
@roninjin10
](
https://github.com/roninjin10
)
! - Upgraded npm dependencies to latest
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
-
@eth-optimism/common-ts@0.8.4
-
@eth-optimism/sdk@3.1.1
## 0.4.2
## 0.4.2
### Patch Changes
### Patch Changes
...
...
packages/chain-mon/package.json
View file @
a2db3481
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
3
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
a2db3481
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.8.4
### Patch Changes
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
## 0.8.3
## 0.8.3
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
a2db3481
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.8.
3
"
,
"version"
:
"0.8.
4
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.12.
2
"
,
"@eth-optimism/core-utils"
:
"0.12.
3
"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.7"
,
"bcfg"
:
"^0.1.7"
,
"body-parser"
:
"^1.20.0"
,
"body-parser"
:
"^1.20.0"
,
...
...
packages/core-utils/CHANGELOG.md
View file @
a2db3481
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.12.3
### Patch Changes
-
[
#6797
](
https://github.com/ethereum-optimism/optimism/pull/6797
)
[
`dfa309e34`
]
(https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e) Thanks
[
@roninjin10
](
https://github.com/roninjin10
)
! - Upgraded npm dependencies to latest
## 0.12.2
## 0.12.2
### Patch Changes
### Patch Changes
...
...
packages/core-utils/package.json
View file @
a2db3481
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.12.
2
"
,
"version"
:
"0.12.
3
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/sdk/CHANGELOG.md
View file @
a2db3481
# @eth-optimism/sdk
# @eth-optimism/sdk
## 3.1.1
### Patch Changes
-
Updated dependencies
[
[`dfa309e34`
](
https://github.com/ethereum-optimism/optimism/commit/dfa309e3430ebc8790b932554dde120aafc4161e
)
]:
-
@eth-optimism/core-utils@0.12.3
## 3.1.0
## 3.1.0
### Minor Changes
### Minor Changes
...
...
packages/sdk/package.json
View file @
a2db3481
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"3.1.
0
"
,
"version"
:
"3.1.
1
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.16.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.16.0"
,
"@eth-optimism/core-utils"
:
"0.12.
2
"
,
"@eth-optimism/core-utils"
:
"0.12.
3
"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/mocha"
:
"^10.0.1"
,
"@types/mocha"
:
"^10.0.1"
,
...
...
pnpm-lock.yaml
View file @
a2db3481
...
@@ -23,7 +23,7 @@ importers:
...
@@ -23,7 +23,7 @@ importers:
version
:
0.4.8
version
:
0.4.8
'
@nrwl/nx-cloud'
:
'
@nrwl/nx-cloud'
:
specifier
:
latest
specifier
:
latest
version
:
16.
3.0
version
:
16.
4.0-beta.1
'
@types/chai'
:
'
@types/chai'
:
specifier
:
^4.2.18
specifier
:
^4.2.18
version
:
4.2.21
version
:
4.2.21
...
@@ -192,7 +192,7 @@ importers:
...
@@ -192,7 +192,7 @@ importers:
packages/common-ts
:
packages/common-ts
:
dependencies
:
dependencies
:
'
@eth-optimism/core-utils'
:
'
@eth-optimism/core-utils'
:
specifier
:
0.12.
2
specifier
:
0.12.
3
version
:
link:../core-utils
version
:
link:../core-utils
'
@sentry/node'
:
'
@sentry/node'
:
specifier
:
^6.3.1
specifier
:
^6.3.1
...
@@ -450,7 +450,7 @@ importers:
...
@@ -450,7 +450,7 @@ importers:
specifier
:
0.16.0
specifier
:
0.16.0
version
:
link:../contracts-bedrock
version
:
link:../contracts-bedrock
'
@eth-optimism/core-utils'
:
'
@eth-optimism/core-utils'
:
specifier
:
0.12.
2
specifier
:
0.12.
3
version
:
link:../core-utils
version
:
link:../core-utils
'
@types/chai'
:
'
@types/chai'
:
specifier
:
^4.2.18
specifier
:
^4.2.18
...
@@ -3184,10 +3184,10 @@ packages:
...
@@ -3184,10 +3184,10 @@ packages:
tslib
:
2.6.0
tslib
:
2.6.0
dev
:
true
dev
:
true
/@nrwl/nx-cloud@16.
3.0
:
/@nrwl/nx-cloud@16.
4.0-beta.1
:
resolution
:
{
integrity
:
sha512-
nJrGsVufhY74KcP7kM7BqFOGAoO5OEF6+wfiM295DgmEG9c1yW+x5QiQaC42K9SWYn/eKQa1X7466ZA5lynXoQ
==
}
resolution
:
{
integrity
:
sha512-
XQFmpVtGJghvR+JJWgp2so0eeJSG7U1W0/WcyAskTnCSMt8M5FFotJmF4upFfRK1rexlECZ7xbcZzUXuIEqzsw
==
}
dependencies
:
dependencies
:
nx-cloud
:
16.
3.0
nx-cloud
:
16.
4.0-beta.1
transitivePeerDependencies
:
transitivePeerDependencies
:
-
debug
-
debug
dev
:
true
dev
:
true
...
@@ -4100,6 +4100,12 @@ packages:
...
@@ -4100,6 +4100,12 @@ packages:
'
@swc/core-win32-x64-msvc'
:
1.3.76
'
@swc/core-win32-x64-msvc'
:
1.3.76
dev
:
true
dev
:
true
/@swc/helpers@0.5.1
:
resolution
:
{
integrity
:
sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==
}
dependencies
:
tslib
:
2.6.0
dev
:
true
/@tanstack/query-core@4.29.25
:
/@tanstack/query-core@4.29.25
:
resolution
:
{
integrity
:
sha512-DI4y4VC6Uw4wlTpOocEXDky69xeOScME1ezLKsj+hOk7DguC9fkqXtp6Hn39BVb9y0b5IBrY67q6kIX623Zj4Q==
}
resolution
:
{
integrity
:
sha512-DI4y4VC6Uw4wlTpOocEXDky69xeOScME1ezLKsj+hOk7DguC9fkqXtp6Hn39BVb9y0b5IBrY67q6kIX623Zj4Q==
}
...
@@ -13628,11 +13634,12 @@ packages:
...
@@ -13628,11 +13634,12 @@ packages:
resolution
:
{
integrity
:
sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
}
resolution
:
{
integrity
:
sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
}
dev
:
true
dev
:
true
/nx-cloud@16.
3.0
:
/nx-cloud@16.
4.0-beta.1
:
resolution
:
{
integrity
:
sha512-
hmNgpeLO4v4WDSWa8YhwX+q+9ohIyY8iqxlWyIKixWzQH2XfRgYFjOLH4IDLGOlKa3hg7MB6+4+75cK9CfSmKw
==
}
resolution
:
{
integrity
:
sha512-
I62IBQDjbA3h+P8JVFrannVllj8O9/3YYfyg8sPLVYxFKwnqqsgR6kG2zHxB9Q2k0hoSU7JZ02d9oPJsRzL5rg
==
}
hasBin
:
true
hasBin
:
true
dependencies
:
dependencies
:
'
@nrwl/nx-cloud'
:
16.3.0
'
@nrwl/nx-cloud'
:
16.4.0-beta.1
'
@swc/helpers'
:
0.5.1
axios
:
1.1.3
axios
:
1.1.3
chalk
:
4.1.2
chalk
:
4.1.2
dotenv
:
10.0.0
dotenv
:
10.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment