@auraindustry/aurajs 0.0.6 → 0.0.7

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,8 +31,8 @@ npm run play
31
31
 
32
32
  ## Docs
33
33
 
34
- - Repo README: <https://github.com/Aura-Industry/aurajs>
35
- - Docs hub: <https://aurajsgg.com/docs>
36
- - Game Dev API handbook: <https://github.com/Aura-Industry/aurajs/blob/main/packages/aurascript/docs/external/game-dev-api/README.md>
37
- - Core API: <https://github.com/Aura-Industry/aurajs/blob/main/packages/aurascript/docs/api-contract.md>
38
- - 3D API: <https://github.com/Aura-Industry/aurajs/blob/main/packages/aurascript/docs/api-contract-3d.md>
34
+ - Repo README: <https://github.com/Aura-Industry/auramaxx>
35
+ - Docs hub: <https://aurajs.gg/docs>
36
+ - Game Dev API handbook: <https://aurajs.gg/docs/asc>
37
+ - Core API: <https://aurajs.gg/docs/api-contract>
38
+ - 3D API: <https://aurajs.gg/docs/api-contract-3d>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auraindustry/aurajs",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Write games in JavaScript, build native binaries.",
5
5
  "type": "module",
6
6
  "exports": {