@where-stars-drift/core 1.0.1 → 1.0.2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@where-stars-drift/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "A TypeScript canvas library for creating interactive space simulations with realistic physics, celestial bodies, and dynamic fleet behaviors.",
6
6
  "author": "Volodymyr Lavrynovych",
@@ -17,8 +17,8 @@
17
17
  "starships",
18
18
  "fleets"
19
19
  ],
20
- "main": "./dist/index.js",
21
- "types": "./dist/index.d.ts",
20
+ "main": "./dist/src/index.js",
21
+ "types": "./dist/src/index.d.ts",
22
22
  "files": [
23
23
  "dist",
24
24
  "src",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "exports": {
32
32
  ".": {
33
- "types": "./dist/index.d.ts",
34
- "import": "./dist/index.js"
33
+ "types": "./dist/src/index.d.ts",
34
+ "import": "./dist/src/index.js"
35
35
  }
36
36
  },
37
37
  "scripts": {