@solana/codecs-core 2.0.0-experimental.fba53a2 → 2.0.0-experimental.fbd3974

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.
@@ -181,5 +181,3 @@ exports.padBytes = padBytes;
181
181
  exports.reverseCodec = reverseCodec;
182
182
  exports.reverseDecoder = reverseDecoder;
183
183
  exports.reverseEncoder = reverseEncoder;
184
- //# sourceMappingURL=out.js.map
185
- //# sourceMappingURL=index.browser.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/codecs-core",
3
- "version": "2.0.0-experimental.fba53a2",
3
+ "version": "2.0.0-experimental.fbd3974",
4
4
  "description": "Core types and helpers for encoding and decoding byte arrays on Solana",
5
5
  "exports": {
6
6
  "browser": {
@@ -50,24 +50,24 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@solana/eslint-config-solana": "^1.0.2",
53
- "@swc/jest": "^0.2.28",
54
- "@types/jest": "^29.5.5",
53
+ "@swc/jest": "^0.2.29",
54
+ "@types/jest": "^29.5.6",
55
55
  "@typescript-eslint/eslint-plugin": "^6.7.0",
56
56
  "@typescript-eslint/parser": "^6.3.0",
57
57
  "agadoo": "^3.0.0",
58
58
  "eslint": "^8.45.0",
59
- "eslint-plugin-jest": "^27.2.3",
59
+ "eslint-plugin-jest": "^27.4.2",
60
60
  "eslint-plugin-sort-keys-fix": "^1.1.2",
61
61
  "jest": "^29.7.0",
62
- "jest-environment-jsdom": "^29.6.4",
63
- "jest-runner-eslint": "^2.1.0",
62
+ "jest-environment-jsdom": "^29.7.0",
63
+ "jest-runner-eslint": "^2.1.2",
64
64
  "jest-runner-prettier": "^1.0.0",
65
65
  "prettier": "^2.8",
66
66
  "tsup": "7.2.0",
67
67
  "typescript": "^5.2.2",
68
68
  "version-from-git": "^1.1.1",
69
- "test-config": "0.0.0",
70
69
  "build-scripts": "0.0.0",
70
+ "test-config": "0.0.0",
71
71
  "tsconfig": "0.0.0"
72
72
  },
73
73
  "bundlewatch": {