tempest.games 0.3.0 → 0.3.1

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/app/index.html CHANGED
@@ -10,7 +10,7 @@
10
10
  />
11
11
  <meta name="apple-mobile-web-app-capable" content="yes" />
12
12
  <title>TEMPEST</title>
13
- <script type="module" crossorigin src="/assets/index-BwFhk7UF.js"></script>
13
+ <script type="module" crossorigin src="/assets/index-CHjZDDSa.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="/assets/index-92RdVh_1.css">
15
15
  </head>
16
16
  <body>
@@ -36292,6 +36292,7 @@ var init_env = __esm(() => {
36292
36292
  },
36293
36293
  clientPrefix: `VITE_`,
36294
36294
  client: {
36295
+ VITE_HIDE_DEVTOOLS: type(`string | undefined`).pipe((s2) => s2 === `true`),
36295
36296
  VITE_BACKEND_ORIGIN: str,
36296
36297
  VITE_DEV_FRONTEND_HOST: type(`string | undefined`),
36297
36298
  VITE_DEV_HTTPS: maybeBool.pipe((s2) => s2 === `true`)
@@ -15297,6 +15297,7 @@ var init_env = __esm(() => {
15297
15297
  },
15298
15298
  clientPrefix: `VITE_`,
15299
15299
  client: {
15300
+ VITE_HIDE_DEVTOOLS: type(`string | undefined`).pipe((s) => s === `true`),
15300
15301
  VITE_BACKEND_ORIGIN: str,
15301
15302
  VITE_DEV_FRONTEND_HOST: type(`string | undefined`),
15302
15303
  VITE_DEV_HTTPS: maybeBool.pipe((s) => s === `true`)
@@ -21449,6 +21449,7 @@ var init_env = __esm(() => {
21449
21449
  },
21450
21450
  clientPrefix: `VITE_`,
21451
21451
  client: {
21452
+ VITE_HIDE_DEVTOOLS: type(`string | undefined`).pipe((s2) => s2 === `true`),
21452
21453
  VITE_BACKEND_ORIGIN: str2,
21453
21454
  VITE_DEV_FRONTEND_HOST: type(`string | undefined`),
21454
21455
  VITE_DEV_HTTPS: maybeBool.pipe((s2) => s2 === `true`)
@@ -13574,6 +13574,7 @@ var init_env = __esm(() => {
13574
13574
  },
13575
13575
  clientPrefix: `VITE_`,
13576
13576
  client: {
13577
+ VITE_HIDE_DEVTOOLS: type(`string | undefined`).pipe((s) => s === `true`),
13577
13578
  VITE_BACKEND_ORIGIN: str,
13578
13579
  VITE_DEV_FRONTEND_HOST: type(`string | undefined`),
13579
13580
  VITE_DEV_HTTPS: maybeBool.pipe((s) => s === `true`)
@@ -13919,6 +13919,7 @@ var env2 = createEnv({
13919
13919
  },
13920
13920
  clientPrefix: `VITE_`,
13921
13921
  client: {
13922
+ VITE_HIDE_DEVTOOLS: type(`string | undefined`).pipe((s) => s === `true`),
13922
13923
  VITE_BACKEND_ORIGIN: str,
13923
13924
  VITE_DEV_FRONTEND_HOST: type(`string | undefined`),
13924
13925
  VITE_DEV_HTTPS: maybeBool.pipe((s) => s === `true`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest.games",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -29,8 +29,8 @@
29
29
  "@js-temporal/polyfill": "0.5.1",
30
30
  "@react-email/components": "1.0.3",
31
31
  "@react-spring/three": "10.0.3",
32
- "@react-three/drei": "10.7.6",
33
- "@react-three/fiber": "9.4.0",
32
+ "@react-three/drei": "10.7.7",
33
+ "@react-three/fiber": "9.5.0",
34
34
  "@t3-oss/env-core": "0.13.10",
35
35
  "@trpc/client": "11.8.1",
36
36
  "@trpc/server": "11.8.1",
@@ -49,10 +49,10 @@
49
49
  "socket.io": "4.8.3",
50
50
  "socket.io-client": "4.8.3",
51
51
  "three": "0.180.0",
52
- "three-stdlib": "2.36.0",
52
+ "three-stdlib": "2.36.1",
53
+ "atom.io": "0.46.13",
53
54
  "safedeposit": "0.1.2",
54
- "treetrunks": "0.1.5",
55
- "atom.io": "0.46.13"
55
+ "treetrunks": "0.1.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@react-email/preview-server": "5.1.1",