@soonspacejs/plugin-atmosphere 2.14.28 → 2.14.30

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/dist/index.esm.js +0 -33
  2. package/package.json +2 -2
package/dist/index.esm.js CHANGED
@@ -4315,39 +4315,6 @@ kn([
4315
4315
  kn([
4316
4316
  D("HAS_HIGHER_ORDER_SCATTERING_TEXTURE")
4317
4317
  ], pr.prototype, "hasHigherOrderScatteringTexture");
4318
- /**
4319
- @preserve
4320
-
4321
- Astronomy library for JavaScript (browser and Node.js).
4322
- https://github.com/cosinekitty/astronomy
4323
-
4324
- MIT License
4325
-
4326
- Copyright (c) 2019-2023 Don Cross <cosinekitty@gmail.com>
4327
-
4328
- Permission is hereby granted, free of charge, to any person obtaining a copy
4329
- of this software and associated documentation files (the "Software"), to deal
4330
- in the Software without restriction, including without limitation the rights
4331
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4332
- copies of the Software, and to permit persons to whom the Software is
4333
- furnished to do so, subject to the following conditions:
4334
-
4335
- The above copyright notice and this permission notice shall be included in all
4336
- copies or substantial portions of the Software.
4337
-
4338
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4339
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4340
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4341
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4342
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4343
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4344
- SOFTWARE.
4345
- */
4346
- /**
4347
- * @fileoverview Astronomy calculation library for browser scripting and Node.js.
4348
- * @author Don Cross <cosinekitty@gmail.com>
4349
- * @license MIT
4350
- */
4351
4318
  const Rs = 173.1446326846693, xs = 14959787069098932e-8, Ae = 0.017453292519943295, As = 365.24217, Wi = /* @__PURE__ */ new Date("2000-01-01T12:00:00Z"), ce = 2 * Math.PI, Te = 3600 * (180 / Math.PI), He = 484813681109536e-20, ys = 10800 * 60, Is = 2 * ys, Ns = 6378.1366, ws = Ns / xs, Cs = 81.30056, Ti = 2959122082855911e-19, Vr = 2825345909524226e-22, $r = 8459715185680659e-23, jr = 1292024916781969e-23, qr = 1524358900784276e-23;
4352
4319
  function Ht(i) {
4353
4320
  if (!Number.isFinite(i))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-atmosphere",
3
3
  "pluginName": "AtmospherePlugin",
4
- "version": "2.14.28",
4
+ "version": "2.14.30",
5
5
  "description": "Atmosphere plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -15,7 +15,7 @@
15
15
  "license": "UNLICENSED",
16
16
  "gitHead": "4a87dd85050651088e11c3da777c49fab3db7e5d",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.14.28"
18
+ "soonspacejs": "2.14.30"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@takram/three-atmosphere": "0.14.0",