Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 3, 2025
1 parent 2c5f0f9 commit 322d2c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 33 deletions.
6 changes: 1 addition & 5 deletions sdks/actor/client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@rivet-gg/actor-client",
"version": "25.1.0-rc.1",
"files": [
"src",
"dist",
"package.json"
],
"files": ["src", "dist", "package.json"],
"type": "module",
"exports": {
".": {
Expand Down
5 changes: 1 addition & 4 deletions sdks/actor/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@rivet-gg/actor-common",
"private": true,
"version": "25.1.0-rc.1",
"files": [
"dist",
"package.json"
],
"files": ["dist", "package.json"],
"type": "module",
"exports": {
"./log": {
Expand Down
6 changes: 1 addition & 5 deletions sdks/actor/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@rivet-gg/actor-core",
"version": "25.1.0-rc.1",
"files": [
"dist",
"src",
"package.json"
],
"files": ["dist", "src", "package.json"],
"type": "module",
"types": "dist/mod.d.ts",
"main": "dist/mod.cjs",
Expand Down
7 changes: 1 addition & 6 deletions sdks/actor/manager-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@rivet-gg/manager-protocol",
"private": true,
"version": "25.1.0-rc.1",
"files": [
"dist",
"src",
"deno.json",
"package.json"
],
"files": ["dist", "src", "deno.json", "package.json"],
"type": "module",
"exports": {
".": {
Expand Down
5 changes: 1 addition & 4 deletions sdks/actor/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@rivet-gg/actor-protocol",
"private": true,
"version": "25.1.0-rc.1",
"files": [
"dist",
"package.json"
],
"files": ["dist", "package.json"],
"type": "module",
"exports": {
"./http/rpc": {
Expand Down
11 changes: 2 additions & 9 deletions sdks/actor/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@rivet-gg/actor",
"version": "25.1.0-rc.1",
"license": "Apache-2.0",
"files": [
"dist",
"src",
"deno.json",
"package.json"
],
"files": ["dist", "src", "deno.json", "package.json"],
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -70,9 +65,7 @@
},
"deno": {
"compilerOptions": {
"lib": [
"dom"
],
"lib": ["dom"],
"jsx": "react-jsx",
"jsxImportSource": "react",
"jsxImportSourceTypes": "@types/react@^19"
Expand Down

0 comments on commit 322d2c8

Please sign in to comment.