magicbell-cli 0.2.0 → 0.2.1
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.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# magicbell-cli
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7196](https://github.com/magicbell/magicbell/pull/7196) [`4d32d9e`](https://github.com/magicbell/magicbell/commit/4d32d9e4fb891fc6ec92c99dec8e403163553492) Thanks [@smeijer](https://github.com/smeijer)! - use v2 api for operations
|
|
8
|
+
|
|
3
9
|
## 0.2.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magicbell-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "MagicBell CLI",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"golang-npm": "^0.0.6"
|
|
6
|
+
"golang-npm": "^0.0.6",
|
|
7
|
+
"pinst": "^3.0.0"
|
|
7
8
|
},
|
|
8
9
|
"scripts": {
|
|
9
10
|
"postinstall": "golang-npm install",
|
|
10
11
|
"preuninstall": "golang-npm uninstall",
|
|
12
|
+
"prepack": "pinst --enable",
|
|
13
|
+
"postpack": "pinst --disable",
|
|
11
14
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
12
15
|
},
|
|
13
16
|
"author": "MagicBell",
|