smbls 3.14.794 → 3.14.796
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 +0 -14
- package/dist/smbls.cjs +42 -24
- package/dist/smbls.embed.iife.js +1 -1
- package/dist/smbls.esm.js +42 -24
- package/dist/smbls.iife-string.js +2 -2
- package/dist/smbls.iife.js +42 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
# smbls
|
|
2
2
|
|
|
3
|
-
## 3.14.794
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Rebuild so the bundled runtime carries @symbo.ls/sync@3.14.703.
|
|
8
|
-
|
|
9
|
-
`smbls` depends on `@symbo.ls/sync` as a devDependency and INLINES it into
|
|
10
|
-
`dist/smbls.iife-string.js`, which the mermaid worker embeds into every published
|
|
11
|
-
page. A sync-only release therefore never reaches a published site — the published
|
|
12
|
-
`smbls` tarball keeps whatever sync was bundled when it was last built.
|
|
13
|
-
|
|
14
|
-
This forces a rebuild so the onOps fail-safe (40df4475f — never re-init the design
|
|
15
|
-
system from the PROCESSED config) actually ships to published pages.
|
|
16
|
-
|
|
17
3
|
## 3.14.792
|
|
18
4
|
|
|
19
5
|
### Patch Changes
|