stxer 0.9.0 → 0.10.0
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/CHANGELOG.md +10 -0
- package/dist/stxer.cjs.development.js.map +1 -1
- package/dist/stxer.cjs.production.min.js.map +1 -1
- package/dist/stxer.esm.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +18 -19
- package/src/types.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to the `stxer` SDK are documented here. The format
|
|
|
4
4
|
loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
|
|
5
5
|
versioning is [SemVer](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 0.10.0
|
|
8
|
+
|
|
9
|
+
### Removed
|
|
10
|
+
|
|
11
|
+
- **Breaking (types):** `'Epoch35'` removed from the `ClarityEpoch`
|
|
12
|
+
union. The epoch never activated — stacks-core 4.0.1 goes
|
|
13
|
+
`Epoch34` → `Epoch40` — and the upgraded parser backend returns a
|
|
14
|
+
500 for its wire value (`0x03005`), so any code passing it was
|
|
15
|
+
already broken at runtime.
|
|
16
|
+
|
|
7
17
|
## 0.9.0
|
|
8
18
|
|
|
9
19
|
Adopts Stacks **Epoch 4.0 / Clarity 6** (stacks-core 4.0.1).
|