skir-client 1.0.3 → 1.0.4

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.
@@ -1931,11 +1931,11 @@ function getStudioHtml(studioAppJsUrl) {
1931
1931
  <html>
1932
1932
  <head>
1933
1933
  <meta charset="utf-8" />
1934
- <title>RESTudio</title>
1934
+ <title>Skir Studio</title>
1935
1935
  <script src="${studioAppJsUrl}"></script>
1936
1936
  </head>
1937
1937
  <body style="margin: 0; padding: 0;">
1938
- <restudio-app></restudio-app>
1938
+ <skir-studio-app></skir-studio-app>
1939
1939
  </body>
1940
1940
  </html>
1941
1941
  `;
@@ -1917,11 +1917,11 @@ function getStudioHtml(studioAppJsUrl) {
1917
1917
  <html>
1918
1918
  <head>
1919
1919
  <meta charset="utf-8" />
1920
- <title>RESTudio</title>
1920
+ <title>Skir Studio</title>
1921
1921
  <script src="${studioAppJsUrl}"></script>
1922
1922
  </head>
1923
1923
  <body style="margin: 0; padding: 0;">
1924
- <restudio-app></restudio-app>
1924
+ <skir-studio-app></skir-studio-app>
1925
1925
  </body>
1926
1926
  </html>
1927
1927
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skir-client",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/gepheum/skir-typescript-client#readme",
6
6
  "bugs": {
@@ -2861,11 +2861,11 @@ function getStudioHtml(studioAppJsUrl: string): string {
2861
2861
  <html>
2862
2862
  <head>
2863
2863
  <meta charset="utf-8" />
2864
- <title>RESTudio</title>
2864
+ <title>Skir Studio</title>
2865
2865
  <script src="${studioAppJsUrl}"></script>
2866
2866
  </head>
2867
2867
  <body style="margin: 0; padding: 0;">
2868
- <restudio-app></restudio-app>
2868
+ <skir-studio-app></skir-studio-app>
2869
2869
  </body>
2870
2870
  </html>
2871
2871
  `;