vovk-rust 0.0.1-draft.34 → 0.0.1-draft.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-rust",
3
- "version": "0.0.1-draft.34",
3
+ "version": "0.0.1-draft.37",
4
4
  "description": "Vovk.ts Rust client",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -1,3 +1,4 @@
1
+ <%- t.getFirstLineBanner('sh') %>
1
2
  <%
2
3
  const data = {
3
4
  package: {
@@ -1,4 +1,5 @@
1
- # <%= t.package.name.replace(/-/g, '_') %> v<%= t.package.version %> ![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white) [![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)](https://vovk.dev)
1
+ <%- t.getFirstLineBanner('html') %>
2
+ # <%= t.package.name.replace(/-/g, '_') %> v<%= t.package.version %> ![Rust](https://img.shields.io/badge/Rust-lang-000000.svg?style=flat&logo=rust) [![Vovk.ts](https://badgen.net/badge/Built%20with/Vovk.ts/333333?icon=https://vovk.dev/icon-white.svg)](https://vovk.dev)
2
3
 
3
4
  <%- t.package.description ? `> ${t.package.description}` : '' %>
4
5
 
@@ -4,7 +4,7 @@ imports: ['vovk-rust']
4
4
  <% const vars = {
5
5
  convertJSONSchemasToRustTypes: t.imports['vovk-rust'].convertJSONSchemasToRustTypes,
6
6
  }; %>
7
- <%- `// auto-generated by Vovk.ts ${new Date().toISOString()}` %>
7
+ <%- t.getFirstLineBanner() %>
8
8
  mod http_request;
9
9
  mod read_full_schema;
10
10