Skip to content

Commit a970d57

Browse files
committed
version 0.14.11
1 parent 3ac86d7 commit a970d57

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and import it as a module:
5959
"imports": {
6060
"three": "./js/third_party/three.js/three.module.min.js",
6161
"arnft-threejs": "./js/ARnftThreejs.module.js",
62-
"arnft": "./../dist/ARnft.module.js"
62+
"arnft": "./../dist/ARnft.mjs"
6363
}
6464
}
6565
</script>
@@ -82,7 +82,7 @@ or you can use raw.githack services (for development):
8282
"imports": {
8383
"three": "https://cdn.jsdelivr.net/npm/three@<version>/build/three.module.min.js",
8484
"arnft-threejs": "https://raw.githack.com/webarkit/ARnft-threejs/master/dist/ARnftThreejs.module.js",
85-
"arnft": "https://raw.githack.com/webarkit/ARnft/master/dist/ARnft.module.js"
85+
"arnft": "https://raw.githack.com/webarkit/ARnft/master/dist/ARnft.mjs"
8686
}
8787
}
8888
</script>
@@ -103,7 +103,7 @@ or if you want to import as a module with npm:
103103
```
104104
// In your package.json:
105105
"devDependencies": {
106-
"@webarkit/ar-nft": "^0.14.9"
106+
"@webarkit/ar-nft": "^0.14.11"
107107
},
108108
```
109109
```javascript

dist/ARnft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ARnft.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/ARnft.simd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ARnft.simd.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webarkit/ar-nft",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"main": "dist/ARnft.js",
55
"module": "dist/ARnft.mjs",
66
"types": "types/src/index.d.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webarkit/ar-nft",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"main": "dist/ARnft.js",
55
"module": "dist/ARnft.mjs",
66
"types": "types/src/index.d.ts",

0 commit comments

Comments
 (0)