@curvefi/llamalend-api 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,6 @@ on:
4
4
  push:
5
5
  branches:
6
6
  - main
7
- - feat/init
8
7
 
9
8
  jobs:
10
9
  release:
@@ -12,7 +11,7 @@ jobs:
12
11
  runs-on: ubuntu-latest
13
12
  steps:
14
13
  - name: Checkout code
15
- uses: actions/checkout@v4
14
+ uses: actions/checkout@v5
16
15
  - name: get-npm-version
17
16
  id: package-version
18
17
  uses: martinbeentjes/npm-get-version-action@main
@@ -42,19 +41,13 @@ jobs:
42
41
  permissions:
43
42
  contents: read
44
43
  id-token: write
44
+ environment: production
45
45
  steps:
46
- - uses: actions/checkout@v4
47
- - name: Setup node version
48
- uses: actions/setup-node@v4
46
+ - uses: actions/checkout@v5
47
+ - uses: actions/setup-node@v5
49
48
  with:
50
49
  node-version: 24
51
50
  cache: npm
52
- registry-url: 'https://registry.npmjs.org'
53
- - name: Install modules
54
- run: npm ci
55
- - name: Build
56
- run: npm run build
57
- - name: Publish to npm
58
- run: npm publish --access public
59
- env:
60
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51
+ - run: npm ci
52
+ - run: npm run build
53
+ - run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/llamalend-api",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "JavaScript library for Curve Lending",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",