@paxoslabs/amplify-sdk 0.1.1-alpha.0 → 0.1.1-alpha.1
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 +6 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
<!-- auto-changelog-above -->
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [0.1.1-alpha.1](///compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2025-12-10)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **release:** resolve whatBump is not a function error 1d5d0e3
|
|
16
|
+
|
|
11
17
|
## <small>0.1.1-alpha.0 (2025-12-10)</small>
|
|
12
18
|
|
|
13
19
|
* docs(deposits): update spender references from Teller to CommunityCodeDepositor ([6af71db](https://github.com/Ion-Protocol/amplify-sdk/commit/6af71db))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paxoslabs/amplify-sdk",
|
|
3
|
-
"version": "0.1.1-alpha.
|
|
3
|
+
"version": "0.1.1-alpha.1",
|
|
4
4
|
"description": "Paxos Labs Amplify SDK",
|
|
5
5
|
"packageManager": "pnpm@10.19.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@biomejs/biome": "2.2.0",
|
|
106
106
|
"@commitlint/cli": "^19.8.1",
|
|
107
107
|
"@commitlint/config-conventional": "^19.8.1",
|
|
108
|
-
"@release-it/conventional-changelog": "^10.0.
|
|
108
|
+
"@release-it/conventional-changelog": "^10.0.2",
|
|
109
109
|
"@types/node": "^22.13.0",
|
|
110
110
|
"@vitest/coverage-v8": "^4.0.7",
|
|
111
111
|
"commitizen": "^4.3.1",
|
|
@@ -139,7 +139,8 @@
|
|
|
139
139
|
"@conventional-changelog/git-client": ">=2.0.0",
|
|
140
140
|
"tmp": ">=0.2.4",
|
|
141
141
|
"glob": ">=10.5.0",
|
|
142
|
-
"js-yaml": ">=4.1.1"
|
|
142
|
+
"js-yaml": ">=4.1.1",
|
|
143
|
+
"conventional-changelog-conventionalcommits": "^8.0.0"
|
|
143
144
|
}
|
|
144
145
|
}
|
|
145
146
|
}
|