@interstellar-tools/constants 0.15.0 → 0.17.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/physics.d.ts CHANGED
@@ -18,7 +18,7 @@
18
18
  * ```ts
19
19
  * // Standard gravitational parameter (mu) for Earth:
20
20
  * const M_earth = 5.97219e24; // kg
21
- * const mu_earth = G_SI * M_earth; // ≈ 3.986004e14 m^3/s^2
21
+ * const mu_earth = G_SI * M_earth; // ≈ 3.986004e14 m³/s²
22
22
  * ```
23
23
  */
24
24
  export declare const G_SI: number;
package/dist/physics.js CHANGED
@@ -18,7 +18,7 @@
18
18
  * ```ts
19
19
  * // Standard gravitational parameter (mu) for Earth:
20
20
  * const M_earth = 5.97219e24; // kg
21
- * const mu_earth = G_SI * M_earth; // ≈ 3.986004e14 m^3/s^2
21
+ * const mu_earth = G_SI * M_earth; // ≈ 3.986004e14 m³/s²
22
22
  * ```
23
23
  */
24
24
  export const G_SI = 6.6743e-11;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interstellar-tools/constants",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "Authoritative physical and astronomical constants in SI units for consistent calculations.",
5
5
  "keywords": [
6
6
  "interstellar",