Skip to content

Commit

Permalink
chore(sdks/actor): remove all jsr libraries (#1915)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jan 22, 2025
1 parent 4266f46 commit fcceb8d
Show file tree
Hide file tree
Showing 28 changed files with 719 additions and 996 deletions.
377 changes: 0 additions & 377 deletions deno.lock

This file was deleted.

1 change: 0 additions & 1 deletion examples/javascript/bare-template-js/counter_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ await counter.increment(1);

// Disconnect from the actor when finished (https://rivet.gg/docs/connections)
await counter.disconnect();

6 changes: 1 addition & 5 deletions frontend/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"private": true,
"version": "1.0.0",
"type": "module",
"files": [
"dist",
"src",
"public"
],
"files": ["dist", "src", "public"],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"sideEffects": false,
Expand Down
Loading

0 comments on commit fcceb8d

Please sign in to comment.