omnibot3000 1.10.1 → 1.10.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.
@@ -8,6 +8,8 @@ on:
8
8
  jobs:
9
9
  publish:
10
10
  runs-on: ubuntu-latest
11
+ env:
12
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
13
  permissions:
12
14
  contents: read
13
15
  id-token: write
package/netlify.toml CHANGED
@@ -1,3 +1,7 @@
1
+ [build]
2
+ command = "pnpm run build"
3
+ publish = "dist"
4
+
1
5
  [[redirects]]
2
6
  from = "/*"
3
7
  to = "/index.html"
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "x-display-name": "OMNIBOT 3000",
4
4
  "description": "your omniscient source of truth",
5
5
  "private": false,
6
- "version": "1.10.1",
6
+ "version": "1.10.2",
7
7
  "type": "module",
8
8
  "author": {
9
9
  "name": "rez",