@solana/assertions 2.0.0-experimental.bba4a25 → 2.0.0-experimental.bfaffe0

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.
@@ -59,3 +59,5 @@ exports.assertKeyExporterIsAvailable = assertKeyExporterIsAvailable;
59
59
  exports.assertKeyGenerationIsAvailable = assertKeyGenerationIsAvailable;
60
60
  exports.assertSigningCapabilityIsAvailable = assertSigningCapabilityIsAvailable;
61
61
  exports.assertVerificationCapabilityIsAvailable = assertVerificationCapabilityIsAvailable;
62
+ //# sourceMappingURL=out.js.map
63
+ //# sourceMappingURL=index.node.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/assertions",
3
- "version": "2.0.0-experimental.bba4a25",
3
+ "version": "2.0.0-experimental.bfaffe0",
4
4
  "description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
5
5
  "exports": {
6
6
  "browser": {
@@ -51,20 +51,20 @@
51
51
  "devDependencies": {
52
52
  "@solana/eslint-config-solana": "^1.0.2",
53
53
  "@swc/jest": "^0.2.28",
54
- "@types/jest": "^29.5.3",
54
+ "@types/jest": "^29.5.5",
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
59
  "eslint-plugin-jest": "^27.2.3",
60
60
  "eslint-plugin-sort-keys-fix": "^1.1.2",
61
- "jest": "^29.6.1",
61
+ "jest": "^29.7.0",
62
62
  "jest-environment-jsdom": "^29.6.4",
63
63
  "jest-runner-eslint": "^2.1.0",
64
64
  "jest-runner-prettier": "^1.0.0",
65
65
  "prettier": "^2.8",
66
66
  "tsup": "7.2.0",
67
- "typescript": "^5.1.6",
67
+ "typescript": "^5.2.2",
68
68
  "version-from-git": "^1.1.1",
69
69
  "build-scripts": "0.0.0",
70
70
  "test-config": "0.0.0",
@@ -87,8 +87,8 @@
87
87
  "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
88
88
  "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
89
89
  "test:treeshakability:browser": "agadoo dist/index.browser.js",
90
- "test:treeshakability:native": "agadoo dist/index.node.js",
91
- "test:treeshakability:node": "agadoo dist/index.native.js",
90
+ "test:treeshakability:native": "agadoo dist/index.native.js",
91
+ "test:treeshakability:node": "agadoo dist/index.node.js",
92
92
  "test:typecheck": "tsc --noEmit",
93
93
  "test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",
94
94
  "test:unit:node": "jest -c node_modules/test-config/jest-unit.config.node.ts --rootDir . --silent"
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"subtle-crypto.d.ts","sourceRoot":"","sources":["../../src/subtle-crypto.ts"],"names":[],"mappings":"AA+BA,wBAAsB,iCAAiC,kBAMtD;AAED,wBAAsB,8BAA8B,kBAgBnD;AAED,wBAAsB,4BAA4B,kBAMjD;AAED,wBAAsB,kCAAkC,kBAMvD;AAED,wBAAsB,uCAAuC,kBAM5D"}