@metamask-previews/core-backend 5.1.0-preview-bc3c2ef97 → 5.1.0-preview-0bb0ab8a7

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /// <reference types="jest" />
5
5
  import { ApiPlatformClient } from "./ApiPlatformClient.cjs";
6
- export declare const mockFetch: jest.Mock<any, any>;
6
+ export declare const mockFetch: jest.Mock<any, any, any>;
7
7
  /**
8
8
  * Helper to create a mock Response.
9
9
  *
@@ -1 +1 @@
1
- {"version":3,"file":"test-utils.d.cts","sourceRoot":"","sources":["../../src/api/test-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AAGxD,eAAO,MAAM,SAAS,qBAAY,CAAC;AAGnC;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,8EAI5B,QAiBwB,CAAC;AAE5B;;;;GAIG;AACH,wBAAgB,gBAAgB,IAAI,iBAAiB,CAcpD;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAIpE"}
1
+ {"version":3,"file":"test-utils.d.cts","sourceRoot":"","sources":["../../src/api/test-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AAGxD,eAAO,MAAM,SAAS,0BAAY,CAAC;AAGnC;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,8EAI5B,QAiBwB,CAAC;AAE5B;;;;GAIG;AACH,wBAAgB,gBAAgB,IAAI,iBAAiB,CAcpD;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAIpE"}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /// <reference types="jest" />
5
5
  import { ApiPlatformClient } from "./ApiPlatformClient.mjs";
6
- export declare const mockFetch: jest.Mock<any, any>;
6
+ export declare const mockFetch: jest.Mock<any, any, any>;
7
7
  /**
8
8
  * Helper to create a mock Response.
9
9
  *
@@ -1 +1 @@
1
- {"version":3,"file":"test-utils.d.mts","sourceRoot":"","sources":["../../src/api/test-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AAGxD,eAAO,MAAM,SAAS,qBAAY,CAAC;AAGnC;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,8EAI5B,QAiBwB,CAAC;AAE5B;;;;GAIG;AACH,wBAAgB,gBAAgB,IAAI,iBAAiB,CAcpD;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAIpE"}
1
+ {"version":3,"file":"test-utils.d.mts","sourceRoot":"","sources":["../../src/api/test-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAIH,OAAO,EAAE,iBAAiB,EAAE,gCAA4B;AAGxD,eAAO,MAAM,SAAS,0BAAY,CAAC;AAGnC;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,8EAI5B,QAiBwB,CAAC;AAE5B;;;;GAIG;AACH,wBAAgB,gBAAgB,IAAI,iBAAiB,CAcpD;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI;IAAE,MAAM,EAAE,iBAAiB,CAAA;CAAE,CAIpE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "5.1.0-preview-bc3c2ef97",
3
+ "version": "5.1.0-preview-0bb0ab8a7",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -60,11 +60,12 @@
60
60
  "devDependencies": {
61
61
  "@metamask/auto-changelog": "^3.4.4",
62
62
  "@ts-bridge/cli": "^0.6.4",
63
- "@types/jest": "^27.5.2",
63
+ "@types/jest": "^29.5.14",
64
64
  "deepmerge": "^4.2.2",
65
- "jest": "^27.5.1",
65
+ "jest": "^29.7.0",
66
+ "jest-environment-jsdom": "^29.7.0",
66
67
  "sinon": "^9.2.4",
67
- "ts-jest": "^27.1.5",
68
+ "ts-jest": "^29.2.5",
68
69
  "typedoc": "^0.24.8",
69
70
  "typedoc-plugin-missing-exports": "^2.0.0",
70
71
  "typescript": "~5.3.3"