Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libs.toml « data - github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbcaf54d9c5a13381244c487c39d030763510280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Versioning and Subresource Integrity (SRI) for Alpha-Church's JavaScript and CSS dependencies

# When updating the version of an asset below, please also update the corresponding SRI.
# To update the SRI for an entry visit https://www.srihash.org/
# Or, the SRI for the appropriate asset can be copied from https://cdnjs.com/ .

# JavaScript
[js.leaflet]
  version = "1.6.0"
  integrity = "sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="

[js.plyr]
  #Make sure the hash is for the polyfilled version
  version = "3.6.1"
  integrity = "sha384-JIdG6JQfPhPXusD2gXnR4AyixjsSndggmkXTXANkuI1Kjk34eKHLrxzv9u02NkjW"

[js.instantpage]
  version = "1.2.2"
  integrity = "sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU"

# CSS
[css.leaflet]
  version = "1.6.0"
  integrity = "sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="

[css.plyr]
  version = "3.6.1"
  integrity = "sha384-tgmDxXIy3gEdfGLhfl9RguZk1DLdIsVgIDpI+0Ysl3U8wMzNw6b60rxrTTUoW/aw"