Skip to content

Commit

Permalink
Automated commit of dist
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2023
1 parent d0f4095 commit edc21f7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 3.2.18
* fixed support of related filters, only works if enabled in application settings (#388)

#### 3.2.17
* added support for range filters with `NOW` keyword for all widgets (#403)

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<span class="hc10"></span>
</div>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.8c6c29764e6ae42e.js" type="module"></script>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.aef0345cf8f07661.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion dist/main.8c6c29764e6ae42e.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main.aef0345cf8f07661.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1696239524981,
"timestamp": 1696853231694,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -13,7 +13,7 @@
"urls": [
"/contrast.css",
"/index.html",
"/main.8c6c29764e6ae42e.js",
"/main.aef0345cf8f07661.js",
"/manifest.webmanifest",
"/polyfills.fc4e187b2cf60df2.js",
"/runtime.2d49badc8e04eafd.js",
Expand Down Expand Up @@ -252,8 +252,8 @@
"/fontawesome-webfont.cf011583fb81df9f.woff": "28b782240b3e76db824e12c02754a9731a167527",
"/fontawesome-webfont.da909aa098b0ee2d.svg": "98a8aa5cf7d62c2eff5f07ede8d844b874ef06ed",
"/fontawesome-webfont.e9955780856cf8aa.woff2": "d6f48cba7d076fb6f2fd6ba993a75b9dc1ecbf0c",
"/index.html": "544bf1ef32fa8d2944de6732cf99a71f24b57bfa",
"/main.8c6c29764e6ae42e.js": "a3e5c8a16dea54e1b7331f1103503b95fcb25ddb",
"/index.html": "be6c2de0d41ae0f3f11054069064d5c9a4bef3ba",
"/main.aef0345cf8f07661.js": "81473feedee4762764ed6ebca952e95d1e2581d5",
"/manifest.webmanifest": "b848c77a4ea79860cc030444d6b4138668e449ae",
"/polyfills.fc4e187b2cf60df2.js": "c79ce4f8cdf874d8258fba225bd8d038f68eac62",
"/runtime.2d49badc8e04eafd.js": "a3a69d6bd6abbc9549bf3b8f914c7ef4c87ea52d",
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Document name="dsw.ZPM">
<Module>
<Name>dsw</Name>
<Version>3.2.17</Version>
<Version>3.2.18</Version>
<Packaging>module</Packaging>
<Description>DeepSeeWeb (DSW) is an Angular UI layer for IRIS BI (DeepSee) dashboards</Description>
<Dependencies>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edc21f7

Please sign in to comment.