@newkrok/nape-js 3.33.0 → 3.34.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/llms-full.txt +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "3.34.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": [
|