opnet 1.7.15 → 1.7.16

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.
@@ -1,4 +1,4 @@
1
- name: CI for OP_NET
1
+ name: CI for OPNET
2
2
 
3
3
  on:
4
4
  push:
@@ -20,9 +20,12 @@ jobs:
20
20
  - name: Setup Node.js
21
21
  uses: actions/setup-node@v4
22
22
  with:
23
- node-version: '22.x'
23
+ node-version: '24.x'
24
24
  registry-url: 'https://registry.npmjs.org'
25
25
 
26
+ - name: Update npm
27
+ run: npm install -g npm@latest
28
+
26
29
  - name: Install dependencies
27
30
  run: npm install
28
31
 
@@ -33,9 +36,7 @@ jobs:
33
36
  run: npm run browserBuild
34
37
 
35
38
  - name: Publish to npm
36
- run: npm publish --provenance --access public
37
- env:
38
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39
+ run: npm publish --access public
39
40
 
40
41
  - name: Create GitHub Release
41
42
  uses: actions/create-release@v1
@@ -43,6 +44,7 @@ jobs:
43
44
  tag_name: ${{ github.ref_name }}
44
45
  release_name: Release ${{ github.ref_name }}
45
46
  body: |
46
- Automated release for OP_NET.
47
+ Automated release for OPNET.
47
48
  env:
48
49
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opnet",
3
3
  "type": "module",
4
- "version": "1.7.15",
4
+ "version": "1.7.16",
5
5
  "author": "OP_NET",
6
6
  "description": "The perfect library for building Bitcoin-based applications.",
7
7
  "engines": {
@@ -101,7 +101,7 @@
101
101
  "@btc-vision/bitcoin": "^6.4.11",
102
102
  "@btc-vision/bitcoin-rpc": "^1.0.5",
103
103
  "@btc-vision/post-quantum": "^0.5.3",
104
- "@btc-vision/transaction": "^1.7.18",
104
+ "@btc-vision/transaction": "^1.7.19",
105
105
  "@noble/hashes": "^1.8.0",
106
106
  "bignumber.js": "^9.3.1",
107
107
  "buffer": "^6.0.3",