Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Rename STRUCTURE to CODE_CHANGE (#160)
Browse files Browse the repository at this point in the history
* Rename STRUCTURE to CODE_CHANGE

* Changeset
  • Loading branch information
mateuszradomski authored Mar 20, 2024
1 parent 3e53b46 commit b4820d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @l2beat/discovery

## 0.46.2

### Patch Changes

- Rename STRUCTURE to CODE_CHANGE

## 0.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/discovery",
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
"version": "0.46.1",
"version": "0.46.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/src/discovery/config/DiscoveryMeta.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { z } from 'zod'

export const ValueType = z.enum([
'STRUCTURE',
'CODE_CHANGE',
'L2',
'EXTERNAL',
'RISK_PARAMETER',
Expand Down
2 changes: 1 addition & 1 deletion schemas/meta.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"valueType": {
"type": ["string", "null"],
"enum": [
"STRUCTURE",
"CODE_CHANGE",
"L2",
"EXTERNAL",
"RISK_PARAMETER",
Expand Down

0 comments on commit b4820d3

Please sign in to comment.