@peernova/cuneiform-sf 1.0.1 → 1.0.2

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
@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
161
161
  More information about a flag. Don't repeat the summary.
162
162
  ```
163
163
 
164
- _See code: [src/commands/cuneiform/about.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/0.1.0/src/commands/cuneiform/about.ts)_
164
+ _See code: [src/commands/cuneiform/about.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/1.0.2/src/commands/cuneiform/about.ts)_
165
165
 
166
166
  ## `sf hello world`
167
167
 
@@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
198
198
  This person can be anyone in the world!
199
199
  ```
200
200
 
201
- _See code: [src/commands/hello/world.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/0.1.0/src/commands/hello/world.ts)_
201
+ _See code: [src/commands/hello/world.ts](https://github.com/PeerNova-Solutions/cuneiform-cli/blob/1.0.2/src/commands/hello/world.ts)_
202
202
 
203
203
  <!-- commandsstop -->
@@ -114,5 +114,5 @@
114
114
  ]
115
115
  }
116
116
  },
117
- "version": "1.0.1"
117
+ "version": "1.0.2"
118
118
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peernova/cuneiform-sf",
3
3
  "description": "Cuneiform for Salesforce CLI-Powered Data Profiling",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",