Browse Source

Use Speedy version 0.9.1

customisations
alemart 1 year ago
parent
commit
8574f25675
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      package-lock.json
  2. 1
    1
      package.json

+ 4
- 4
package-lock.json View File

9
       "version": "0.2.0",
9
       "version": "0.2.0",
10
       "license": "LGPL-3.0-or-later",
10
       "license": "LGPL-3.0-or-later",
11
       "dependencies": {
11
       "dependencies": {
12
-        "speedy-vision": "github:alemart/speedy-vision"
12
+        "speedy-vision": "github:alemart/speedy-vision#v0.9.1"
13
       },
13
       },
14
       "devDependencies": {
14
       "devDependencies": {
15
         "ts-loader": "^9.2.6",
15
         "ts-loader": "^9.2.6",
3066
     },
3066
     },
3067
     "node_modules/speedy-vision": {
3067
     "node_modules/speedy-vision": {
3068
       "version": "0.9.1",
3068
       "version": "0.9.1",
3069
-      "resolved": "git+ssh://git@github.com/alemart/speedy-vision.git#5f5ec7268b79560edcdc323874ec34f1a53c33b9",
3069
+      "resolved": "git+ssh://git@github.com/alemart/speedy-vision.git#0413026c238312352aee262bd0ab884116712449",
3070
       "funding": {
3070
       "funding": {
3071
         "url": "https://github.com/sponsors/alemart"
3071
         "url": "https://github.com/sponsors/alemart"
3072
       }
3072
       }
6116
       }
6116
       }
6117
     },
6117
     },
6118
     "speedy-vision": {
6118
     "speedy-vision": {
6119
-      "version": "git+ssh://git@github.com/alemart/speedy-vision.git#5f5ec7268b79560edcdc323874ec34f1a53c33b9",
6120
-      "from": "speedy-vision@github:alemart/speedy-vision"
6119
+      "version": "git+ssh://git@github.com/alemart/speedy-vision.git#0413026c238312352aee262bd0ab884116712449",
6120
+      "from": "speedy-vision@github:alemart/speedy-vision#v0.9.1"
6121
     },
6121
     },
6122
     "statuses": {
6122
     "statuses": {
6123
       "version": "1.5.0",
6123
       "version": "1.5.0",

+ 1
- 1
package.json View File

32
     "test": "echo \"Error: no test specified\" && exit 1"
32
     "test": "echo \"Error: no test specified\" && exit 1"
33
   },
33
   },
34
   "dependencies": {
34
   "dependencies": {
35
-    "speedy-vision": "github:alemart/speedy-vision"
35
+    "speedy-vision": "github:alemart/speedy-vision#v0.9.1"
36
   },
36
   },
37
   "devDependencies": {
37
   "devDependencies": {
38
     "ts-loader": "^9.2.6",
38
     "ts-loader": "^9.2.6",

Loading…
Cancel
Save