Hong-Phuc Bui
2023-05-17 745c93a4fa8d9382cf7986166eb83f4de90a01fe
new version
3 files modified
6 ■■■■ changed files
docs/globals.html 2 ●●● patch | view | raw | blame | history
docs/index.html 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
docs/globals.html
@@ -2946,7 +2946,7 @@
            <pre><code>{
    ...
    <span class="hljs-string">"devDependencies"</span>: {
        <span class="hljs-string">"@mathcoach/ide-api"</span>: <span class="hljs-string">"git+https://newton.htwsaar.de/gitblit/r/mathcoach/mathcoach-ide-api.git"</span>
        <span class="hljs-string">"@mathcoach/ide-api"</span>: <span class="hljs-string">"git+https://bayes.htwsaar.de/gitblit/r/mathcoach/mathcoach-ide-api.git"</span>
    },
    ...
}</code></pre><p>Der Git-Repo URL kann man eine Versionsnummer anhängen (z.B. <code>&quot;.../mathcoach/mathcoach-ide-api.git#3.0.0&quot;</code> 
docs/index.html
@@ -2946,7 +2946,7 @@
            <pre><code>{
    ...
    <span class="hljs-string">"devDependencies"</span>: {
        <span class="hljs-string">"@mathcoach/ide-api"</span>: <span class="hljs-string">"git+https://newton.htwsaar.de/gitblit/r/mathcoach/mathcoach-ide-api.git"</span>
        <span class="hljs-string">"@mathcoach/ide-api"</span>: <span class="hljs-string">"git+https://bayes.htwsaar.de/gitblit/r/mathcoach/mathcoach-ide-api.git"</span>
    },
    ...
}</code></pre><p>Der Git-Repo URL kann man eine Versionsnummer anhängen (z.B. <code>&quot;.../mathcoach/mathcoach-ide-api.git#3.0.0&quot;</code> 
package.json
@@ -1,6 +1,6 @@
{
  "name": "@mathcoach/ide-api",
  "version": "3.0.0",
  "version": "4.0.0",
  "description": "API zur MathCoach IDE",
  "main": "./src/index.ts",
  "types": "dist/es6/index.d.ts",