@anansi/core 0.14.21 → 0.14.23

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.14.23](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.22...@anansi/core@0.14.23) (2022-09-29)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update babel packages ([#1673](https://github.com/ntucker/anansi/issues/1673)) ([75fe563](https://github.com/ntucker/anansi/commit/75fe563f44777a379845c85201c7d0ef663e940b))
11
+ * Update JS test packages ([#1677](https://github.com/ntucker/anansi/issues/1677)) ([f9cc893](https://github.com/ntucker/anansi/commit/f9cc893fb9a16f276f05967a6abaeebd9cdf3b8f))
12
+
13
+ ### [0.14.22](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.21...@anansi/core@0.14.22) (2022-09-25)
14
+
15
+ **Note:** Version bump only for package @anansi/core
16
+
6
17
  ### [0.14.21](https://github.com/ntucker/anansi/compare/@anansi/core@0.14.20...@anansi/core@0.14.21) (2022-09-17)
7
18
 
8
19
  **Note:** Version bump only for package @anansi/core
@@ -2,40 +2,7 @@
2
2
  import { Controller, Manager } from '@rest-hooks/core';
3
3
  export declare function createPersistedStore(managers?: Manager[]): readonly [({ children }: {
4
4
  children: React.ReactNode;
5
- }) => JSX.Element, Controller, import("redux").Store<Readonly<{
6
- entities: {
7
- readonly [entityKey: string]: {
8
- readonly [pk: string]: unknown;
9
- } | undefined;
10
- };
11
- indexes: import("@rest-hooks/normalizr").NormalizedIndex;
12
- results: {
13
- readonly [key: string]: unknown;
14
- };
15
- meta: {
16
- readonly [key: string]: {
17
- readonly date: number;
18
- readonly error?: import("@rest-hooks/endpoint").ErrorTypes | undefined;
19
- readonly expiresAt: number;
20
- readonly prevExpiresAt?: number | undefined;
21
- readonly invalidated?: boolean | undefined;
22
- readonly errorPolicy?: "soft" | undefined;
23
- };
24
- };
25
- entityMeta: {
26
- readonly [entityKey: string]: {
27
- readonly [pk: string]: {
28
- readonly date: number;
29
- readonly expiresAt: number;
30
- readonly fetchedAt: number;
31
- };
32
- };
33
- };
34
- optimistic: (import("@rest-hooks/core").OptimisticAction<import("rest-hooks").EndpointInterface<import("rest-hooks").FetchFunction<any[], any>, import("rest-hooks").Schema | undefined, true | undefined> & {
35
- update?: import("@rest-hooks/core").EndpointUpdateFunction<import("rest-hooks").EndpointInterface<import("rest-hooks").FetchFunction<any[], any>, import("rest-hooks").Schema | undefined, true | undefined>, Record<string, any>> | undefined;
36
- }> | import("rest-hooks").ReceiveAction<string | number | object | null, any>)[];
37
- lastReset: number | Date;
38
- }>, import("rest-hooks").ActionTypes> & {
5
+ }) => JSX.Element, Controller, import("redux").Store<import("rest-hooks").State<unknown>, import("rest-hooks").ActionTypes> & {
39
6
  dispatch: unknown;
40
7
  }];
41
8
  //# sourceMappingURL=rhHelp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rhHelp.d.ts","sourceRoot":"","sources":["../../src/spouts/rhHelp.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,UAAU,EAGV,OAAO,EAGR,MAAM,kBAAkB,CAAC;AAI1B,wBAAgB,oBAAoB,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE;cAYA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAYvE"}
1
+ {"version":3,"file":"rhHelp.d.ts","sourceRoot":"","sources":["../../src/spouts/rhHelp.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,UAAU,EAGV,OAAO,EAGR,MAAM,kBAAkB,CAAC;AAI1B,wBAAgB,oBAAoB,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE;cAYA,MAAM,SAAS;;;GAYvE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.14.21",
3
+ "version": "0.14.23",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -65,22 +65,22 @@
65
65
  "browser"
66
66
  ],
67
67
  "devDependencies": {
68
- "@anansi/babel-preset": "3.2.17",
68
+ "@anansi/babel-preset": "3.2.18",
69
69
  "@anansi/browserslist-config": "1.4.0",
70
- "@anansi/webpack-config": "13.0.12",
71
- "@babel/cli": "7.18.10",
72
- "@babel/core": "7.19.1",
70
+ "@anansi/webpack-config": "13.0.14",
71
+ "@babel/cli": "7.19.3",
72
+ "@babel/core": "7.19.3",
73
73
  "@types/compression": "1.7.2",
74
74
  "@types/source-map-support": "0.5.6",
75
75
  "@types/tmp": "0.2.3",
76
76
  "@types/webpack-hot-middleware": "2.25.6",
77
- "jest": "29.0.3",
77
+ "jest": "29.1.1",
78
78
  "rimraf": "3.0.2",
79
79
  "webpack": "5.74.0",
80
80
  "webpack-cli": "4.10.0"
81
81
  },
82
82
  "dependencies": {
83
- "@anansi/router": "^0.6.23",
83
+ "@anansi/router": "^0.6.25",
84
84
  "@babel/runtime": "^7.10.5",
85
85
  "@rest-hooks/ssr": "^0.2.0",
86
86
  "chalk": "^4.0.0",