Closed Shaptic closed 4 months ago
Size Change: +2.76 kB (+0.09%)
Total Size: 3.21 MB
Filename | Size | Change |
---|---|---|
dist/stellar-base.js |
2.36 MB | +1.78 kB (+0.08%) |
dist/stellar-base.min.js |
857 kB | +979 B (+0.11%) |
When is this going to be released? 🙏
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@babel/cli@7.24.7, npm/@babel/compat-data@7.24.7, npm/@babel/core@7.24.7, npm/@babel/eslint-parser@7.24.7, npm/@babel/generator@7.24.7, npm/@babel/helper-compilation-targets@7.24.7, npm/@babel/helper-create-class-features-plugin@7.24.7, npm/@babel/helper-member-expression-to-functions@7.24.7, npm/@babel/helper-module-transforms@7.24.7, npm/@babel/helper-plugin-utils@7.24.7, npm/@babel/helper-string-parser@7.24.7, npm/@babel/helper-validator-option@7.24.7, npm/@babel/helpers@7.24.7, npm/@babel/parser@7.24.7, npm/@babel/plugin-transform-classes@7.24.7, npm/@babel/plugin-transform-destructuring@7.24.7, npm/@babel/plugin-transform-modules-commonjs@7.24.7, npm/@babel/plugin-transform-optional-chaining@7.24.7, npm/@babel/plugin-transform-typeof-symbol@7.24.7, npm/@babel/preset-env@7.24.7, npm/@babel/runtime@7.24.7, npm/@babel/traverse@7.24.7, npm/@babel/types@7.24.7, npm/@eslint-community/regexpp@4.10.1, npm/@jridgewell/sourcemap-codec@1.4.15, npm/@stellar/js-xdr@3.1.1, npm/@types/node@20.14.2, npm/acorn-walk@8.3.2, npm/acorn@8.11.3, npm/ansi-colors@4.1.1, npm/browserslist@4.23.1, npm/caniuse-lite@1.0.30001633, npm/electron-to-chromium@1.4.802, npm/elliptic@6.5.5, npm/engine.io-parser@5.2.2, npm/engine.io@6.5.4, npm/ent@2.2.0, npm/es-module-lexer@1.5.3, npm/eslint-plugin-prettier@5.1.3, npm/esquery@1.5.0, npm/is-core-module@2.13.1, npm/listr2@8.2.1, npm/mocha@10.4.0, npm/node-releases@2.0.14, npm/object-inspect@1.13.1, npm/prettier@3.3.2, npm/serialize-javascript@6.0.0, npm/socket.io-adapter@2.5.4, npm/synckit@0.8.8, npm/terser@5.31.1, npm/type-fest@4.20.0, npm/typescript@5.4.5, npm/update-browserslist-db@1.0.16, npm/webpack@5.92.0, npm/workerpool@6.2.1, npm/ws@8.11.0
@JuanRdBO hopefully very soon! I want to get a couple of bug fixes in: #764 and #763, before releasing :+1:
@Shaptic I can't see the new methods addOperationAt
or clearOperationAt
in the new release
@JuanRdBO forgot to add them to TypeScript defs :facepalm: fixed in #766! You can still force it via TS though.
@JuanRdBO forgot to add them to TypeScript defs :facepalm: fixed in #766! You can still force it via TS though.
All good! Thanks!!
This release includes a feature and some bug fixes.
Added
TransactionBuilder
now hasaddOperationAt
andclearOperationAt
methods to allow manipulation of individual operations (#757).Fixed
nativeToScVal
now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).humanizeEvents
now handles events without acontractId
set more reliably (#764).nativeToScVal
now allows all integer types to come from strings (#763).