@needle-tools/usd 0.0.2-next.86232fd → 0.0.2-next.b1f54be

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ export function addUsdPlugin() {
29
29
  ### Use with other three.js based viewers
30
30
 
31
31
 
32
- See full example in [examples](./examples/src/main.ts)
32
+ See full example in [examples](/usd-wasm/examples/src/main.ts)
33
33
 
34
34
  ```js
35
35
  // Load the USD module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/usd",
3
- "version": "0.0.2-next.86232fd",
3
+ "version": "0.0.2-next.b1f54be",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "type": "module",