sfc-utils 1.4.99 → 1.4.100

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.
@@ -13,7 +13,12 @@ const LayoutScript = (domain) => {
13
13
  }
14
14
  return (
15
15
  <>
16
- <script src="https://projects.sfchronicle.com/shared/js/jquery.min.js"></script>
16
+ <script
17
+ src={
18
+ "https://projects.sfchronicle.com/shared/js/jquery.min.js?domain=" +
19
+ domain
20
+ }
21
+ ></script>
17
22
  {domainString && (
18
23
  <script dangerouslySetInnerHTML={{ __html: domainString }}></script>
19
24
  )}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.99",
3
+ "version": "1.4.100",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",