@anansi/core 0.1.0 → 0.2.0

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 ADDED
@@ -0,0 +1,16 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.2.0 (2022-04-18)
7
+
8
+
9
+ ### 🚀 Features
10
+
11
+ * React 18 partial hydration SSR ([#1427](https://github.com/ntucker/anansi/issues/1427)) ([afe12fe](https://github.com/ntucker/anansi/commit/afe12fea2e0a0f9d9a759c2f533ab925ba0e8957)), closes [#1456](https://github.com/ntucker/anansi/issues/1456)
12
+
13
+
14
+ ### 📦 Package
15
+
16
+ * Update all non-major dependencies ([#1472](https://github.com/ntucker/anansi/issues/1472)) ([903e452](https://github.com/ntucker/anansi/commit/903e452e58dfacb14808d23e1aa883d6126dae1f))
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "React 18 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "module": "lib/index.js",
30
30
  "types": "lib/index.d.ts"
31
31
  },
32
- "module": "src/index.ts",
33
- "types": "src/index.ts",
32
+ "module": "lib/index.js",
33
+ "types": "lib/index.d.ts",
34
34
  "exports": {
35
35
  ".": {
36
36
  "node": {
@@ -78,7 +78,7 @@
78
78
  "memfs": "^3.4.1",
79
79
  "ora": "^5.0.0",
80
80
  "redux": "^4.1.2",
81
- "rest-hooks": "6.3.1",
81
+ "rest-hooks": "6.3.2",
82
82
  "source-map-support": "^0.5.21",
83
83
  "tmp": "^0.2.1",
84
84
  "unionfs": "^4.4.0",
@@ -114,4 +114,4 @@
114
114
  "build:clean": "rimraf lib ts3.4 legacy *.tsbuildinfo",
115
115
  "prepack": "yarn build"
116
116
  }
117
- }
117
+ }