@appcues/web-sdk 7.17.9 → 7.18.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 +12 -0
- package/build/{index.Cc0H27__.js → bootstrap.npm.DZ3VyBbr.js} +2233 -2245
- package/build/{index.4PlOFgbE.js → index.BBifE5FF.js} +1 -1
- package/build/{index.npm.U3r7LHzY.js → index.npm.CH0_X30H.js} +119 -119
- package/build/index.npm.d.ts.map +1 -1
- package/build/index.npm.js +1 -1
- package/build/types.d.ts +9 -1
- package/build/types.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.2d0acacbe05af2460191025a1b2d317220788396.css → checklist.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{container.2d0acacbe05af2460191025a1b2d317220788396.css → container.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{debugger.2d0acacbe05af2460191025a1b2d317220788396.css → debugger.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{modal-step-legacy-render.2d0acacbe05af2460191025a1b2d317220788396.css → modal-step-legacy-render.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{modal.2d0acacbe05af2460191025a1b2d317220788396.css → modal.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{satisfaction-survey.2d0acacbe05af2460191025a1b2d317220788396.css → satisfaction-survey.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{test-mode.2d0acacbe05af2460191025a1b2d317220788396.css → test-mode.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
- /package/build/{tooltip.2d0acacbe05af2460191025a1b2d317220788396.css → tooltip.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.17.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8ea3e5f: Fix replayStubCalls losing queued calls after SDK bootstrap
|
|
8
|
+
|
|
9
|
+
## 7.17.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2d0acac: Update node engine requirement to v18 instead of v22
|
|
14
|
+
|
|
3
15
|
## 7.17.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|