@appcues/web-sdk 7.13.1 → 7.13.3
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 +12 -0
- package/build/{index.DWjqVB6O.js → index.DIKlkbGK.js} +1582 -1582
- package/build/{index.BnjrJqe8.js → index.DVtntSTl.js} +1 -1
- package/build/{index.npm.D8z31J2m.js → index.npm.CbNGHq_b.js} +1 -1
- package/build/index.npm.js +1 -1
- package/package.json +1 -1
- /package/build/{checklist.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → checklist.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{container.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → container.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{debugger.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → debugger.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{modal-step-legacy-render.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → modal-step-legacy-render.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{modal.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → modal.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{satisfaction-survey.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → satisfaction-survey.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{test-mode.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → test-mode.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
- /package/build/{tooltip.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css → tooltip.bfa6d184b8ace06dc4ece82bcefcd323190112c8.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.13.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1a289d5: SDK's versions should not contain preview hashes
|
|
8
|
+
|
|
9
|
+
## 7.13.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 505d7c7: Protect against undefined user IDs when identifying
|
|
14
|
+
|
|
3
15
|
## 7.13.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|