Skip to content

Commit

Permalink
Merge pull request #7921 from Agoric/lighten-notifier
Browse files Browse the repository at this point in the history
build: clean up notifier deps
  • Loading branch information
turadg authored and mhofman committed Aug 7, 2023
2 parents d416b5c + 574f6e2 commit dea0652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"@agoric/assert": "^0.6.0",
"@agoric/internal": "^0.3.2",
"@agoric/store": "^0.9.2",
"@agoric/swing-store": "^0.9.1",
"@agoric/swingset-vat": "^0.32.2",
"@agoric/vat-data": "^0.5.2",
"@endo/far": "^0.2.18",
"@endo/marshal": "^0.8.5",
"@endo/patterns": "^0.2.2",
"@endo/promise-kit": "^0.2.56"
},
"devDependencies": {
"@agoric/swing-store": "^0.9.1",
"@agoric/swingset-vat": "^0.32.2",
"@endo/init": "^0.5.56",
"@endo/ses-ava": "^0.2.40",
"ava": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/notifier/src/publish-kit.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// <reference types="ses"/>

import { makePromiseKit } from '@endo/promise-kit';
import { E, Far } from '@endo/far';
import { M } from '@agoric/store';
import { canBeDurable, prepareExoClassKit } from '@agoric/vat-data';
import { E, Far } from '@endo/far';
import { M } from '@endo/patterns';
import { makePromiseKit } from '@endo/promise-kit';

import './types-ambient.js';

Expand Down
1 change: 1 addition & 0 deletions packages/swingset-liveslots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"src/**/*.js",
"src/**/*.d.ts",
"test/**/*.js",
"tools",
"exported.js"
],
"repository": {
Expand Down

0 comments on commit dea0652

Please sign in to comment.