File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1313
1414
1515
16+ Core
17+ --------
18+
19+ - [ tsl-core-json] ( /tsl-core-json/ )
20+ ([ Download v{{ site.data.tsl-core-json[ 0] .version }}] ( /npm/tsl-core-json.tgz ) ,
21+ [ More] ( /package/tsl-core-json.html ) )
22+ TypeScript library for JSON
23+
24+
25+
1626Mastodon
1727--------
1828
Original file line number Diff line number Diff line change 1- <h1 ><a class =" site-title " href =" /tsl-core-json/ " >TypeScript Library for JSON </a ></h1 >
1+ <h1 ><a class =" site-title " href =" /tsl-core-json/ " >JSON TypeScript Library</a ></h1 >
22<table >
33 <thead>
44 <tr>
99 <tbody>{% for item in site.data.tsl-core-json %}
1010 <tr>
1111 <td>
12- <a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json-{{ item.version }}.tgz">v {{ item.version }}.tgz</a>
12+ <a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json-{{ item.version }}.tgz">tsl-core-json- {{ item.version }}.tgz</a>
1313 </td>
1414 <td>
15- <a href="https://typescriptlibs.org/npm/tsl-core-json/tsl-core-json- {{ item.version }}.sha1">{{ item. checksum }}</a>
15+ {{ item.checksum }}
1616 </td>
1717 </tr>
1818 {% endfor %}</tbody>
Original file line number Diff line number Diff line change 99 <tbody>{% for item in site.data.tsl-mastodon-api %}
1010 <tr>
1111 <td>
12- <a href="https://typescriptlibs.org/npm/tsl-mastodon-api/v {{ item.version }}.tgz">v {{ item.version }}.tgz</a>
12+ <a href="https://typescriptlibs.org/npm/tsl-mastodon-api/tsl-mastodon-api- {{ item.version }}.tgz">tsl-mastodon-api- {{ item.version }}.tgz</a>
1313 </td>
1414 <td>
15- <a href="https://typescriptlibs.org/npm/tsl-mastodon-api/v{{ item.version }}.sha1"> {{ item.checksum }}</a>
15+ {{ item.checksum }}</a>
1616 </td>
1717 </tr>
1818 {% endfor %}</tbody>
You can’t perform that action at this time.
0 commit comments