@eosrio/node-abieos 3.3.1 → 3.3.2

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.
package/lib/abieos.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eosrio/node-abieos",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Node Bindings for abieos: Binary <> JSON conversion using ABIs.",
5
5
  "main": "./lib/abieos.js",
6
6
  "types": "./lib/abieos.d.ts",
@@ -1,34 +0,0 @@
1
- name: Node.js Addon with CMake
2
-
3
- on:
4
- push:
5
- branches: [ "master", "3.3-staging" ]
6
- pull_request:
7
- branches: [ "master" ]
8
-
9
- env:
10
- BUILD_TYPE: Release
11
-
12
- jobs:
13
- build:
14
- runs-on: ubuntu-latest
15
- strategy:
16
- matrix:
17
- node-version: [20.x]
18
-
19
- steps:
20
- # Checkout repo and submodules
21
- - uses: actions/checkout@v4
22
- with:
23
- submodules: recursive
24
-
25
- # Setup Node.js
26
- - name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v4
28
- with:
29
- node-version: ${{ matrix.node-version }}
30
- cache: 'npm'
31
- - run: npm ci
32
- - run: npm run build:linux:ci
33
- - run: npm run build:tsc
34
- - run: npm run test
@@ -1,6 +0,0 @@
1
- {
2
- "files.associations": {
3
- "*.toml": "toml",
4
- "utility": "cpp"
5
- }
6
- }
package/bun.lockb DELETED
Binary file