@newkrok/nape-js 3.33.0 → 3.35.0

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.
package/llms-full.txt CHANGED
@@ -5,7 +5,7 @@
5
5
  - **npm**: `npm install @newkrok/nape-js`
6
6
  - **GitHub**: https://github.com/NewKrok/nape-js
7
7
  - **API docs**: https://napejs.org/api/index.html
8
- - **Demos**: https://napejs.org/examples.html
8
+ - **Demos**: https://napejs.org/examples
9
9
  - **License**: MIT
10
10
  - **Version**: 3.30.0
11
11
  - **Cookbook**: https://github.com/NewKrok/nape-js/blob/master/docs/guides/cookbook.md
package/llms.txt CHANGED
@@ -7,7 +7,7 @@ Install: `npm install @newkrok/nape-js`
7
7
  - [GitHub Repository](https://github.com/NewKrok/nape-js): Source code, issues, contributing guide
8
8
  - [npm Package](https://www.npmjs.com/package/@newkrok/nape-js): Published package with TypeScript declarations
9
9
  - [API Reference](https://napejs.org/api/index.html): Full TypeDoc-generated API docs
10
- - [Interactive Demos](https://napejs.org/examples.html): Live physics demos with source code
10
+ - [Interactive Demos](https://napejs.org/examples): Live physics demos with source code
11
11
  - [Full LLM Documentation](https://raw.githubusercontent.com/NewKrok/nape-js/master/packages/nape-js/llms-full.txt): Complete API reference in a single file
12
12
  - [Cookbook](https://github.com/NewKrok/nape-js/blob/master/docs/guides/cookbook.md): Task-oriented recipes (platformer, ragdoll, fluid, serialization, replay, etc.)
13
13
  - [Replay Guide](https://github.com/NewKrok/nape-js/blob/master/docs/guides/replay-guide.md): Recorder + Player + binary encode/decode + determinism contract
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newkrok/nape-js",
3
- "version": "3.33.0",
3
+ "version": "3.35.0",
4
4
  "description": "High-performance 2D physics engine for TypeScript & JavaScript — rigid bodies, constraints, fluid simulation, raycasting, and deterministic multiplayer. Tree-shakeable, zero dependencies.",
5
5
  "type": "module",
6
6
  "sideEffects": [