@solana/codecs-core 2.0.0-experimental.a293578 → 2.0.0-experimental.a48ebd2
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/dist/index.browser.js +2 -0
- package/dist/index.node.js +2 -0
- package/package.json +3 -3
package/dist/index.browser.js
CHANGED
|
@@ -164,3 +164,5 @@ function reverseCodec(codec) {
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
export { assertByteArrayHasEnoughBytesForCodec, assertByteArrayIsNotEmptyForCodec, assertFixedSizeCodec, combineCodec, fixBytes, fixCodec, fixDecoder, fixEncoder, mapCodec, mapDecoder, mapEncoder, mergeBytes, padBytes, reverseCodec, reverseDecoder, reverseEncoder };
|
|
167
|
+
//# sourceMappingURL=out.js.map
|
|
168
|
+
//# sourceMappingURL=index.browser.js.map
|
package/dist/index.node.js
CHANGED
|
@@ -164,3 +164,5 @@ function reverseCodec(codec) {
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
export { assertByteArrayHasEnoughBytesForCodec, assertByteArrayIsNotEmptyForCodec, assertFixedSizeCodec, combineCodec, fixBytes, fixCodec, fixDecoder, fixEncoder, mapCodec, mapDecoder, mapEncoder, mergeBytes, padBytes, reverseCodec, reverseDecoder, reverseEncoder };
|
|
167
|
+
//# sourceMappingURL=out.js.map
|
|
168
|
+
//# sourceMappingURL=index.node.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/codecs-core",
|
|
3
|
-
"version": "2.0.0-experimental.
|
|
3
|
+
"version": "2.0.0-experimental.a48ebd2",
|
|
4
4
|
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",
|
|
5
5
|
"exports": {
|
|
6
6
|
"browser": {
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"typescript": "^5.2.2",
|
|
68
68
|
"version-from-git": "^1.1.1",
|
|
69
69
|
"build-scripts": "0.0.0",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"test-config": "0.0.0",
|
|
71
|
+
"tsconfig": "0.0.0"
|
|
72
72
|
},
|
|
73
73
|
"bundlewatch": {
|
|
74
74
|
"defaultCompression": "gzip",
|