@khanacademy/wonder-blocks-testing 8.0.4 → 8.0.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/wonder-blocks-testing
2
2
 
3
+ ## 8.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43155769]
8
+ - @khanacademy/wonder-blocks-data@11.0.5
9
+
3
10
  ## 8.0.4
4
11
 
5
12
  ### Patch Changes
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for fetch-request-matches-mock
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { FetchMockOperation } from "./types";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for mock-fetch
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { FetchMockFn } from "./types";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { MockResponse } from "../respond-with";
9
8
  export type FetchMockOperation = RegExp | string;
10
9
  declare type FetchMockOperationFn = (
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for fixtures.basic.stories
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  declare type Props = {|
10
9
  propA: string,
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for fixtures.defaultwrapper.stories
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  declare type Props = { [key: any]: any };
10
9
  declare export var F1: mixed;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for fixtures
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import type { FixtureFn } from "./types";
10
9
 
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for gql-request-matches-mock
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { GqlOperation, GqlContext } from "@khanacademy/wonder-blocks-data";
9
8
  import type { GqlMockOperation } from "./types";
10
9
  declare export var gqlRequestMatchesMock: (
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for mock-gql-fetch
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { GqlFetchMockFn } from "./types";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { GqlOperation, GqlContext } from "@khanacademy/wonder-blocks-data";
9
8
  import type { GraphQLJson } from "../types";
10
9
  import type { MockResponse } from "../respond-with";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for adapters
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as $Flowgen$Import$_2e__2e__2f_types from "../types";
9
8
  import * as $Flowgen$Import$aphrodite from "aphrodite";
10
9
  import * as $Flowgen$Import$history from "history";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for css
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { CSSProperties } from "aphrodite";
9
8
  import type { TestHarnessAdapter } from "../types";
10
9
  declare type Config =
@@ -4,7 +4,6 @@
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import { InterceptRequests } from "@khanacademy/wonder-blocks-data";
10
9
  import type { TestHarnessAdapter } from "../types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for portal
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { TestHarnessAdapter } from "../types";
9
8
  declare type Config = string;
10
9
  declare export var defaultConfig: Config | null | void;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for router
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import { MemoryRouter } from "react-router-dom";
10
9
  import type { LocationShape, Location } from "react-router-dom";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for hook-harness
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import { DefaultAdapters } from "./adapters/adapters";
10
9
  import type { TestHarnessConfigs } from "./types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for make-hook-harness
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as $Flowgen$Import$_2e__2f_types from "./types";
9
8
  import * as React from "react";
10
9
  import type { TestHarnessAdapters, TestHarnessConfigs } from "./types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for make-test-harness
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as $Flowgen$Import$_2e__2f_types from "./types";
9
8
  import * as React from "react";
10
9
  import type { TestHarnessAdapters, TestHarnessConfigs } from "./types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for render-adapters
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as $Flowgen$Import$_2e__2f_types from "./types";
9
8
  import * as React from "react";
10
9
  import type { TestHarnessConfigs, TestHarnessAdapters } from "./types";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for test-harness
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as $Flowgen$Import$react from "react";
9
8
  import * as $Flowgen$Import$_2e__2f_types from "./types";
10
9
  import * as $Flowgen$Import$aphrodite from "aphrodite";
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for index
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  declare export { fixtures } from "./fixtures/fixtures";
9
8
  export type {
10
9
  FixtureFn,
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for mock-requester
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { OperationMock, OperationMatcher, MockFn } from "./types";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for respond-with
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import { SettleSignal } from "./settle-signal";
9
8
  import type { GraphQLJson } from "./types";
10
9
 
@@ -1,8 +1,7 @@
1
1
  /**
2
- * Flowtype definitions for response-impl
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  declare export var ResponseImpl: typeof Response;
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for settle-controller
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import { SettleSignal } from "./settle-signal";
9
8
 
10
9
  /**
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for settle-signal
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  /**
9
8
  * A signal for controlling the `RespondWith` API responses.
10
9
  *
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for types
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import type { MockResponse } from "./respond-with";
9
8
 
10
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-testing",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.18.6",
17
- "@khanacademy/wonder-blocks-data": "^11.0.4"
17
+ "@khanacademy/wonder-blocks-data": "^11.0.5"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@khanacademy/wonder-stuff-core": "^1.2.2",
@@ -26,7 +26,7 @@
26
26
  "react-router-dom": "5.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "wb-dev-build-settings": "^0.9.3"
29
+ "wb-dev-build-settings": "^0.9.4"
30
30
  },
31
31
  "author": "",
32
32
  "license": "MIT"