@solana/options 2.0.0-experimental.8de8e11 → 2.0.0-experimental.9855bfb

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.
@@ -121,3 +121,5 @@ exports.some = some;
121
121
  exports.unwrapOption = unwrapOption;
122
122
  exports.unwrapOptionRecursively = unwrapOptionRecursively;
123
123
  exports.wrapNullable = wrapNullable;
124
+ //# sourceMappingURL=out.js.map
125
+ //# sourceMappingURL=index.browser.cjs.map
@@ -109,3 +109,5 @@ function unwrapOptionRecursively(input, fallback) {
109
109
  }
110
110
 
111
111
  export { getOptionCodec, getOptionDecoder, getOptionEncoder, isNone, isOption, isSome, none, some, unwrapOption, unwrapOptionRecursively, wrapNullable };
112
+ //# sourceMappingURL=out.js.map
113
+ //# sourceMappingURL=index.browser.js.map
@@ -109,3 +109,5 @@ function unwrapOptionRecursively(input, fallback) {
109
109
  }
110
110
 
111
111
  export { getOptionCodec, getOptionDecoder, getOptionEncoder, isNone, isOption, isSome, none, some, unwrapOption, unwrapOptionRecursively, wrapNullable };
112
+ //# sourceMappingURL=out.js.map
113
+ //# sourceMappingURL=index.native.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/options",
3
- "version": "2.0.0-experimental.8de8e11",
3
+ "version": "2.0.0-experimental.9855bfb",
4
4
  "description": "Managing and serializing Rust-like Option types in JavaScript",
5
5
  "exports": {
6
6
  "browser": {
@@ -49,8 +49,8 @@
49
49
  "node": ">=17.4"
50
50
  },
51
51
  "dependencies": {
52
- "@solana/codecs-core": "2.0.0-experimental.8de8e11",
53
- "@solana/codecs-numbers": "2.0.0-experimental.8de8e11"
52
+ "@solana/codecs-core": "2.0.0-experimental.9855bfb",
53
+ "@solana/codecs-numbers": "2.0.0-experimental.9855bfb"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@solana/eslint-config-solana": "^1.0.2",
@@ -71,8 +71,8 @@
71
71
  "typescript": "^5.2.2",
72
72
  "version-from-git": "^1.1.1",
73
73
  "build-scripts": "0.0.0",
74
- "tsconfig": "0.0.0",
75
- "test-config": "0.0.0"
74
+ "test-config": "0.0.0",
75
+ "tsconfig": "0.0.0"
76
76
  },
77
77
  "bundlewatch": {
78
78
  "defaultCompression": "gzip",