소스 검색

Update Speedy Vision

customisations
alemart 1 년 전
부모
커밋
641d3fb419
4개의 변경된 파일18773개의 추가작업 그리고 20250개의 파일을 삭제
  1. 18754
    20230
      dist/martins.js
  2. 7
    7
      dist/martins.min.js
  3. 10
    11
      package-lock.json
  4. 2
    2
      package.json

+ 18754
- 20230
dist/martins.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 7
- 7
dist/martins.min.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 10
- 11
package-lock.json 파일 보기

1
 {
1
 {
2
   "name": "martins-js",
2
   "name": "martins-js",
3
-  "version": "0.1.2",
3
+  "version": "0.1.2-wip",
4
   "lockfileVersion": 2,
4
   "lockfileVersion": 2,
5
   "requires": true,
5
   "requires": true,
6
   "packages": {
6
   "packages": {
7
     "": {
7
     "": {
8
       "name": "martins-js",
8
       "name": "martins-js",
9
-      "version": "0.1.0",
10
-      "license": "SEE LICENSE IN LICENSE.md AND LICENSE-PRO.md",
9
+      "version": "0.1.2-wip",
10
+      "license": "AGPL-3.0-only",
11
       "dependencies": {
11
       "dependencies": {
12
-        "speedy-vision": "^0.9.0-wip"
12
+        "speedy-vision": "alemart/speedy-vision"
13
       },
13
       },
14
       "devDependencies": {
14
       "devDependencies": {
15
         "ts-loader": "^9.2.6",
15
         "ts-loader": "^9.2.6",
3153
       "dev": true
3153
       "dev": true
3154
     },
3154
     },
3155
     "node_modules/speedy-vision": {
3155
     "node_modules/speedy-vision": {
3156
-      "version": "0.9.0-wip",
3157
-      "resolved": "https://registry.npmjs.org/speedy-vision/-/speedy-vision-0.9.0-wip.tgz",
3158
-      "integrity": "sha512-P1+Sa7xfG85/9QYEczq7GenxUa8HZPfGl8ExNkupikRl9MVtW51D9Fh2iWUz0aK8xmTKcuWQqXJJWUPxBxnXhg==",
3156
+      "version": "0.9.1-wip",
3157
+      "resolved": "git+ssh://git@github.com/alemart/speedy-vision.git#5143cab2a827f08769e2f8b6f0867204f593cfbf",
3158
+      "license": "Apache-2.0",
3159
       "funding": {
3159
       "funding": {
3160
-        "url": "https://www.paypal.com/donate?hosted_button_id=JS6AR2WMLAJTY"
3160
+        "url": "https://github.com/sponsors/alemart"
3161
       }
3161
       }
3162
     },
3162
     },
3163
     "node_modules/statuses": {
3163
     "node_modules/statuses": {
6142
       }
6142
       }
6143
     },
6143
     },
6144
     "speedy-vision": {
6144
     "speedy-vision": {
6145
-      "version": "0.9.0-wip",
6146
-      "resolved": "https://registry.npmjs.org/speedy-vision/-/speedy-vision-0.9.0-wip.tgz",
6147
-      "integrity": "sha512-P1+Sa7xfG85/9QYEczq7GenxUa8HZPfGl8ExNkupikRl9MVtW51D9Fh2iWUz0aK8xmTKcuWQqXJJWUPxBxnXhg=="
6145
+      "version": "git+ssh://git@github.com/alemart/speedy-vision.git#5143cab2a827f08769e2f8b6f0867204f593cfbf",
6146
+      "from": "speedy-vision@alemart/speedy-vision"
6148
     },
6147
     },
6149
     "statuses": {
6148
     "statuses": {
6150
       "version": "1.5.0",
6149
       "version": "1.5.0",

+ 2
- 2
package.json 파일 보기

1
 {
1
 {
2
   "name": "martins-js",
2
   "name": "martins-js",
3
-  "version": "0.1.2",
3
+  "version": "0.1.2-wip",
4
   "description": "GPU-accelerated Augmented Reality for the web",
4
   "description": "GPU-accelerated Augmented Reality for the web",
5
   "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
5
   "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
6
   "homepage": "https://github.com/alemart/martins-js",
6
   "homepage": "https://github.com/alemart/martins-js",
23
     "test": "echo \"Error: no test specified\" && exit 1"
23
     "test": "echo \"Error: no test specified\" && exit 1"
24
   },
24
   },
25
   "dependencies": {
25
   "dependencies": {
26
-    "speedy-vision": "^0.9.0"
26
+    "speedy-vision": "alemart/speedy-vision"
27
   },
27
   },
28
   "devDependencies": {
28
   "devDependencies": {
29
     "ts-loader": "^9.2.6",
29
     "ts-loader": "^9.2.6",

Loading…
취소
저장