@webspatial/builder 0.1.22 → 0.1.23

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 +6 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="left">
2
- <img src="../../docs/assets/logo.png" alt="WebSpatial Logo" width="400"/>
2
+ <img src="../../assets/logo.png" alt="WebSpatial Logo" width="400"/>
3
3
  </div>
4
4
  <br/>
5
5
 
@@ -10,11 +10,10 @@ The build tool transforms websites into Packaged WebSpatial Apps for debugging a
10
10
  ## Documentation
11
11
 
12
12
  For WebSpatial Builder:
13
- - [Add Build Tool for Packaged WebSpatial Apps](../../docs/en/development-guide/enabling-webspatial-in-web-projects/step-2-add-build-tool-for-packaged-webspatial-apps.md)
13
+ - [Add Build Tool for Packaged WebSpatial Apps](https://webspatial.dev/docs/development-guide/enabling-webspatial-in-web-projects/step-2-add-build-tool-for-packaged-webspatial-apps)
14
14
 
15
15
  For WebSpatial:
16
- - [Table of Contents](../../docs/en/README.md)
17
- - [Introduction](../../docs/en/introduction/README.md)
18
- - [Quick Example](../../docs/en/quick-start/README.md)
19
- - [Core Concepts](../../docs/en/core-concepts/README.md)
20
- - [Development Guide](../../docs/en/development-guide/README.md)
16
+ - [Introduction](https://webspatial.dev/docs/introduction)
17
+ - [Quick Example](https://webspatial.dev/docs/quick-example)
18
+ - [Core Concepts](https://webspatial.dev/docs/core-concepts)
19
+ - [Development Guide](https://webspatial.dev/docs/development-guide)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webspatial/builder",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Client CLI tool to Generate XRApp project for Apple Vision Pro",
5
5
  "type": "commonjs",
6
6
  "engines": {
@@ -40,7 +40,7 @@
40
40
  "sharp": "^0.33.5",
41
41
  "valid-url": "^1.0.9",
42
42
  "xcode": "^3.0.1",
43
- "@webspatial/platform-visionos": "^0.1.22"
43
+ "@webspatial/platform-visionos": "^0.1.23"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rollup/plugin-terser": "^0.4.3",