0.1.62 • Published 1 day ago

@0xsquid/squid-types v0.1.62

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 day ago

Squid Types

Squid types used on the data feed, pathfinder api and sdk.

LINTER & PRETTIER

This project has Prettier and ESLint linter rules installed. With Husky we ensure pre-commit and pre-push validation.

yarn lint
yarn lint:fix
yarn format

VSCODE SETUP

Create a file .vscode/settings.json for auto-saving linter and prettier formatting.

Add the following:

{
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  }
}

RELEASE

NPM package publishing is automated with github actions. Follow these steps:

1. Create a PR to the develop branch

  • Update version inside package.json
  • Review, approve and merge.

2. Create a PR from develop to main

  • Review, approve and merge

As the PR from (2.) is merged, the commit to main will automatically trigger a release to NPM, please make sure you correctly update the version.

0.1.62

1 day ago

0.1.60

16 days ago

0.1.61

16 days ago

0.1.57

2 months ago

0.1.58

2 months ago

0.1.59

2 months ago

0.1.56

2 months ago

0.1.55

2 months ago

0.1.54

3 months ago

0.1.52

3 months ago

0.1.53

3 months ago

0.1.51

4 months ago

0.1.50

4 months ago

0.1.49

5 months ago

0.1.48

5 months ago

0.1.44

5 months ago

0.1.45

5 months ago

0.1.46

5 months ago

0.1.47

5 months ago

0.1.43

5 months ago

0.1.42

5 months ago

0.1.37

6 months ago

0.1.41

5 months ago

0.1.40

5 months ago

0.1.38

6 months ago

0.1.39

5 months ago

0.1.31

6 months ago

0.1.33

6 months ago

0.1.34

6 months ago

0.1.35

6 months ago

0.1.36

6 months ago

0.1.30

7 months ago

0.1.29

7 months ago

0.1.28

7 months ago

0.1.27

7 months ago

0.1.26

7 months ago

0.1.25

7 months ago

0.1.24

7 months ago

0.1.23

7 months ago

0.1.21

7 months ago

0.1.20

8 months ago

0.1.19

8 months ago

0.1.18

8 months ago

0.1.17

8 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

9 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago