@jsm-mit/rabbit-motoko-package 0.1.13 → 0.1.15

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.
Files changed (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsm-mit/rabbit-motoko-package",
3
- "version": "0.1.13",
4
- "description": "Wrapper TypeScript package for Rabbit Motoko IC actor using @dfinity/agent.",
3
+ "version": "0.1.15",
4
+ "description": "Wrapper TypeScript package for Rabbit Motoko Canister.",
5
5
  "license": "ISC",
6
6
  "author": "",
7
7
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "build": "tsc --build",
22
22
  "clean": "rm -rf dist",
23
23
  "prepare": "npm run build",
24
- "publish": "npm publish --access public",
24
+ "publish": "npm login && npm publish --access public",
25
25
  "test": "echo \"Error: no test specified\" && exit 1"
26
26
  },
27
27
  "devDependencies": {
@@ -29,5 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@icp-sdk/core": "^5.2.0"
32
+ },
33
+ "peerDependencies": {
34
+ "@icp-sdk/core": "5.2.0"
32
35
  }
33
36
  }