@tuwaio/pulsar-evm 0.5.4 → 0.5.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![License](https://img.shields.io/npm/l/@tuwaio/pulsar-evm.svg)](./LICENSE)
5
5
  [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/pulsar-core/release.yml?branch=main)](https://github.com/TuwaIO/pulsar-core/actions)
6
6
 
7
- Tier 4 of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.
7
+ Layer 4 (L4) of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.
8
8
 
9
9
  > [!WARNING]
10
10
  > Use of legacy `web3.js` and `ethers.js` libraries is strictly prohibited. All interactions must proceed via `viem` and `wagmi` primitives to ensure deterministic transaction status reconciliation and application sovereignty.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@tuwaio/pulsar-evm",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
7
- "description": "Tier 4 of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.",
7
+ "description": "Layer 4 (L4) of the TUWA Ecosystem. Low-level EVM state trackers and lifecycle indexers powered strictly by viem and wagmi primitives.",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",
10
10
  "types": "./dist/index.d.ts",
@@ -49,19 +49,19 @@
49
49
  "zustand": "5.x.x"
50
50
  },
51
51
  "devDependencies": {
52
- "@tuwaio/orbit-core": "^0.2.12",
53
- "@tuwaio/orbit-evm": "^0.2.17",
54
- "@wagmi/core": "^3.5.5",
52
+ "@tuwaio/orbit-core": "^0.2.13",
53
+ "@tuwaio/orbit-evm": "^0.2.18",
54
+ "@wagmi/core": "^3.6.3",
55
55
  "dayjs": "^1.11.21",
56
- "immer": "^11.1.9",
56
+ "immer": "^11.1.15",
57
57
  "jsdom": "^29.1.1",
58
58
  "tsup": "^8.5.1",
59
59
  "typescript": "^6.0.3",
60
- "viem": "^2.54.2",
61
- "vitest": "^4.1.9",
60
+ "viem": "^2.55.2",
61
+ "vitest": "^4.1.10",
62
62
  "zustand": "^5.0.14",
63
63
  "dotenv": "^17.4.2",
64
- "@tuwaio/pulsar-core": "^0.6.5"
64
+ "@tuwaio/pulsar-core": "^0.6.7"
65
65
  },
66
66
  "scripts": {
67
67
  "start": "tsup src/index.ts --watch",