@aws-amplify/pubsub 5.0.10-unstableV5.6 → 5.0.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [5.0.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.0.9...@aws-amplify/pubsub@5.0.10) (2023-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **pubsub:** Apply localStorage fix for error when cookies are disabled ([8f74aea](https://github.com/aws-amplify/amplify-js/commit/8f74aea9afedb341d48ffc156bf84b27eca046d4))
12
+ * Pull paho-mqtt code in to allow patching ([51a1418](https://github.com/aws-amplify/amplify-js/commit/51a1418f9654becb9854904f5baeefceac78f577))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [5.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@5.0.8...@aws-amplify/pubsub@5.0.9) (2023-01-10)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/pubsub",
3
- "version": "5.0.10-unstableV5.6+f60f24203",
3
+ "version": "5.0.10",
4
4
  "description": "Pubsub category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -49,9 +49,9 @@
49
49
  "src"
50
50
  ],
51
51
  "dependencies": {
52
- "@aws-amplify/auth": "5.1.4-unstableV5.6+f60f24203",
53
- "@aws-amplify/cache": "5.0.10-unstableV5.6+f60f24203",
54
- "@aws-amplify/core": "5.0.10-unstableV5.6+f60f24203",
52
+ "@aws-amplify/auth": "5.1.4",
53
+ "@aws-amplify/cache": "5.0.10",
54
+ "@aws-amplify/core": "5.0.10",
55
55
  "graphql": "15.8.0",
56
56
  "paho-mqtt": "^1.1.0",
57
57
  "tslib": "^1.8.0",
@@ -122,5 +122,5 @@
122
122
  "lib-esm"
123
123
  ]
124
124
  },
125
- "gitHead": "f60f242034462836c207b501b9a96f85b7ee0c0f"
125
+ "gitHead": "87236ea67272a1ec8b5fade5316bba8b448fd293"
126
126
  }