@solana/options 2.0.0-experimental.f57da91 → 2.0.0-experimental.fc4e943

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2018 Solana Labs, Inc
1
+ Copyright (c) 2023 Solana Labs, Inc
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -95,5 +95,3 @@ function unwrapOptionRecursively(input, fallback) {
95
95
  }
96
96
 
97
97
  export { getOptionCodec, getOptionDecoder, getOptionEncoder, isNone, isOption, isSome, none, some, unwrapOption, unwrapOptionRecursively, wrapNullable };
98
- //# sourceMappingURL=out.js.map
99
- //# sourceMappingURL=index.browser.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/options",
3
- "version": "2.0.0-experimental.f57da91",
3
+ "version": "2.0.0-experimental.fc4e943",
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.f57da91",
53
- "@solana/codecs-numbers": "2.0.0-experimental.f57da91"
52
+ "@solana/codecs-core": "2.0.0-experimental.fc4e943",
53
+ "@solana/codecs-numbers": "2.0.0-experimental.fc4e943"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@solana/eslint-config-solana": "^1.0.2",
@@ -87,7 +87,7 @@
87
87
  "compile:typedefs": "tsc -p ./tsconfig.declarations.json",
88
88
  "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",
89
89
  "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks",
90
- "style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*",
90
+ "style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
91
91
  "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
92
92
  "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
93
93
  "test:treeshakability:browser": "agadoo dist/index.browser.js",