Skip to content

Commit

Permalink
fix: upgrade astjson, add deprecated hint on old package
Browse files Browse the repository at this point in the history
  • Loading branch information
jensneuse committed Dec 11, 2024
1 parent 3b6f8b1 commit 1548484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/pkg/astjson/astjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (p *pool) Put(j *JSON) {
p.p.Put(j)
}

// Deprecated: JSON is deprecated, use the github.com/wundergraph/astjson package instead
type JSON struct {
storage []byte
Nodes []Node
Expand Down

0 comments on commit 1548484

Please sign in to comment.