Browse Source

Revert to speedy-vision v0.9.1

customisations
alemart 3 months ago
parent
commit
7a412e9ff1
2 changed files with 4 additions and 5 deletions
  1. 3
    4
      package-lock.json
  2. 1
    1
      package.json

+ 3
- 4
package-lock.json View File

@@ -9,7 +9,7 @@
9 9
       "version": "0.4.4-dev",
10 10
       "license": "LGPL-3.0-or-later",
11 11
       "dependencies": {
12
-        "speedy-vision": "github:alemart/speedy-vision#af1a64017ea1476fdac1adbbba4337732e5bfefb"
12
+        "speedy-vision": "github:alemart/speedy-vision#v0.9.1"
13 13
       },
14 14
       "devDependencies": {
15 15
         "esbuild": "0.24.2",
@@ -74,9 +74,8 @@
74 74
       }
75 75
     },
76 76
     "node_modules/speedy-vision": {
77
-      "version": "0.9.1.1",
78
-      "resolved": "git+ssh://git@github.com/alemart/speedy-vision.git#af1a64017ea1476fdac1adbbba4337732e5bfefb",
79
-      "integrity": "sha512-d6iK96sKp8fazja1F/pK8Ymt6kN21IMk39xuypuiInIAlirlQVW2//zXkIDxejunIwB61wYwxtddWLk+4s7D1w==",
77
+      "version": "0.9.1",
78
+      "resolved": "git+ssh://git@github.com/alemart/speedy-vision.git#6a48fca4c45b6f4c80bfa8bcacbed5abd0e69ec2",
80 79
       "funding": {
81 80
         "url": "https://github.com/sponsors/alemart"
82 81
       }

+ 1
- 1
package.json View File

@@ -43,7 +43,7 @@
43 43
     "test": "echo \"Error: no test specified\" && exit 1"
44 44
   },
45 45
   "dependencies": {
46
-    "speedy-vision": "github:alemart/speedy-vision#af1a64017ea1476fdac1adbbba4337732e5bfefb"
46
+    "speedy-vision": "github:alemart/speedy-vision#v0.9.1"
47 47
   },
48 48
   "devDependencies": {
49 49
     "esbuild": "0.24.2",

Loading…
Cancel
Save