@memberjunction/cli 2.12.0 → 2.13.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/README.md CHANGED
@@ -12,7 +12,7 @@ $ npm install -g @memberjunction/cli
12
12
  $ mj COMMAND
13
13
  running command...
14
14
  $ mj (--version)
15
- @memberjunction/cli/2.12.0 linux-x64 node-v20.18.0
15
+ @memberjunction/cli/2.13.1 linux-x64 node-v20.18.1
16
16
  $ mj --help [COMMAND]
17
17
  USAGE
18
18
  $ mj COMMAND
@@ -45,7 +45,7 @@ EXAMPLES
45
45
  $ mj clean
46
46
  ```
47
47
 
48
- _See code: [src/commands/clean/index.ts](https://github.com/MemberJunction/MJ/blob/v2.12.0/src/commands/clean/index.ts)_
48
+ _See code: [src/commands/clean/index.ts](https://github.com/MemberJunction/MJ/blob/v2.13.1/src/commands/clean/index.ts)_
49
49
 
50
50
  ## `mj help [COMMAND]`
51
51
 
@@ -85,7 +85,7 @@ EXAMPLES
85
85
  $ mj install
86
86
  ```
87
87
 
88
- _See code: [src/commands/install/index.ts](https://github.com/MemberJunction/MJ/blob/v2.12.0/src/commands/install/index.ts)_
88
+ _See code: [src/commands/install/index.ts](https://github.com/MemberJunction/MJ/blob/v2.13.1/src/commands/install/index.ts)_
89
89
 
90
90
  ## `mj migrate`
91
91
 
@@ -105,7 +105,7 @@ EXAMPLES
105
105
  $ mj migrate
106
106
  ```
107
107
 
108
- _See code: [src/commands/migrate/index.ts](https://github.com/MemberJunction/MJ/blob/v2.12.0/src/commands/migrate/index.ts)_
108
+ _See code: [src/commands/migrate/index.ts](https://github.com/MemberJunction/MJ/blob/v2.13.1/src/commands/migrate/index.ts)_
109
109
 
110
110
  ## `mj version`
111
111
 
@@ -97,5 +97,5 @@
97
97
  ]
98
98
  }
99
99
  },
100
- "version": "2.12.0"
100
+ "version": "2.13.1"
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
- "version": "2.12.0",
3
+ "version": "2.13.1",
4
4
  "description": "MemberJunction command line tools",
5
5
  "keywords": [
6
6
  "oclif"