x-runtime-lib 0.8.70 → 0.8.72

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.
@@ -8499,11 +8499,6 @@ ws = {}, se(ws, "".concat(Ct.position), {
8499
8499
  });
8500
8500
  var Rr;
8501
8501
  Rr = {}, se(Rr, "".concat(Ct.position), "*"), se(Rr, "".concat(Ct.positionRaw), "*"), se(Rr, "".concat(Ct.normal), "*"), se(Rr, "".concat(Ct.pointSize), ["PointsMaterial"]), se(Rr, "".concat(Ct.diffuseColor), "*"), se(Rr, "".concat(Ct.fragColor), "*"), se(Rr, "".concat(Ct.emissive), ["MeshStandardMaterial", "MeshPhysicalMaterial"]), se(Rr, "".concat(Ct.roughness), ["MeshStandardMaterial", "MeshPhysicalMaterial"]), se(Rr, "".concat(Ct.metalness), ["MeshStandardMaterial", "MeshPhysicalMaterial"]), se(Rr, "".concat(Ct.ao), ["MeshStandardMaterial", "MeshPhysicalMaterial", "MeshBasicMaterial", "MeshLambertMaterial", "MeshPhongMaterial", "MeshToonMaterial"]), se(Rr, "".concat(Ct.bump), ["MeshLambertMaterial", "MeshMatcapMaterial", "MeshNormalMaterial", "MeshPhongMaterial", "MeshPhysicalMaterial", "MeshStandardMaterial", "MeshToonMaterial", "ShadowMaterial"]), se(Rr, "".concat(Ct.depthAlpha), "*");
8502
- /**
8503
- * @license
8504
- * Copyright 2010-2025 Three.js Authors
8505
- * SPDX-License-Identifier: MIT
8506
- */
8507
8502
  const OA = "180", RA = 1, JV = 2, ey = 0, e_ = 300, IA = 301, QV = 302, Kx = 1e3, Uh = 1001, Jx = 1002, xu = 1003, ry = 1006, DA = 1008, t4 = 1009, e4 = 1013, LA = 1014, r4 = 1015, n4 = 1016, i4 = 1023, Qx = 1026, a4 = 1027, tw = 0, o4 = 1, Sd = "", Fn = "srgb", ew = "srgb-linear", rw = "linear", Hl = "srgb", Ed = 35044, Po = 2e3, Cd = 2001;
8508
8503
  class Ap {
8509
8504
  /**
@@ -21750,20 +21745,6 @@ const dH = {
21750
21745
  args: [0.5, 1, 64]
21751
21746
  }, vH = { key: 2 }, gH = ["tone-mapped", "map", "side", "color"];
21752
21747
  new Zo(16777215);
21753
- /*! *****************************************************************************
21754
- Copyright (c) Microsoft Corporation.
21755
-
21756
- Permission to use, copy, modify, and/or distribute this software for any
21757
- purpose with or without fee is hereby granted.
21758
-
21759
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21760
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21761
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
21762
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
21763
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21764
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21765
- PERFORMANCE OF THIS SOFTWARE.
21766
- ***************************************************************************** */
21767
21748
  var fy = function(r, t) {
21768
21749
  return fy = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, n) {
21769
21750
  e.__proto__ = n;
@@ -46583,11 +46564,6 @@ function met() {
46583
46564
  \**************************************/
46584
46565
  /***/
46585
46566
  (function(o, s, l) {
46586
- /**
46587
- * @license
46588
- * Copyright 2013 Neil Fraser
46589
- * SPDX-License-Identifier: Apache-2.0
46590
- */
46591
46567
  var u = function(h, c) {
46592
46568
  typeof h == "string" && (h = this.parse_(h, "code"));
46593
46569
  var f = h.constructor;
@@ -50445,9 +50421,6 @@ function met() {
50445
50421
  };
50446
50422
  var a = {};
50447
50423
  return (() => {
50448
- /*!*******************************!*\
50449
- !*** ./src/js-interpreter.js ***!
50450
- \*******************************/
50451
50424
  i.r(a), i.d(a, {
50452
50425
  /* harmony export */
50453
50426
  default: () => l
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.70",
4
+ "version": "0.8.72",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -25,40 +25,40 @@
25
25
  "@sindresorhus/base62": "^1.0.0",
26
26
  "@tresjs/cientos": "^5.1.0",
27
27
  "@tresjs/core": "^5.1.0",
28
- "axios": "^1.12.2",
28
+ "axios": "^1.13.2",
29
29
  "echarts": "^6.0.0",
30
30
  "js-interpreter": "^6.0.1",
31
31
  "lodash-es": "^4.17.21",
32
32
  "mitt": "^3.0.1",
33
- "three": "^0.180.0",
34
- "vue": "^3.5.22",
33
+ "three": "^0.181.0",
34
+ "vue": "^3.5.23",
35
35
  "vue-i18n": "^11.1.12",
36
- "vuetify": "^3.10.7",
37
- "x-error-lib": "^0.5.9",
38
- "x-essential-lib": "^0.9.2"
36
+ "vuetify": "^3.10.9",
37
+ "x-error-lib": "^0.5.10",
38
+ "x-essential-lib": "^0.9.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@eslint/js": "^9.38.0",
41
+ "@eslint/js": "^9.39.1",
42
42
  "@types/lodash-es": "^4.17.12",
43
- "@types/node": "^24.9.1",
44
- "@types/three": "^0.180.0",
43
+ "@types/node": "^24.10.0",
44
+ "@types/three": "^0.181.0",
45
45
  "@vitejs/plugin-vue": "^6.0.1",
46
- "eslint": "^9.38.0",
46
+ "eslint": "^9.39.1",
47
47
  "eslint-config-prettier": "^10.1.8",
48
48
  "eslint-plugin-prettier": "^5.5.4",
49
49
  "eslint-plugin-vue": "^10.5.1",
50
- "globals": "^16.4.0",
50
+ "globals": "^16.5.0",
51
51
  "husky": "^9.1.7",
52
52
  "lint-staged": "^16.2.6",
53
53
  "prettier": "3.6.2",
54
- "sass": "^1.93.2",
54
+ "sass": "^1.93.3",
55
55
  "typescript": "^5.9.3",
56
- "typescript-eslint": "^8.46.2",
57
- "vite": "^7.1.11",
56
+ "typescript-eslint": "^8.46.3",
57
+ "vite": "^7.2.1",
58
58
  "vite-plugin-css-injected-by-js": "^3.5.2",
59
59
  "vite-plugin-vuetify": "^2.1.2",
60
60
  "vue-eslint-parser": "^10.2.0",
61
61
  "vue-router": "^4.6.3",
62
- "vue-tsc": "^3.1.1"
62
+ "vue-tsc": "^3.1.3"
63
63
  }
64
64
  }