@jive-ai/cli 0.0.16 → 0.0.17

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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -2
package/dist/index.mjs CHANGED
@@ -2095,7 +2095,7 @@ async function checkTeamMembership() {
2095
2095
 
2096
2096
  //#endregion
2097
2097
  //#region package.json
2098
- var version = "0.0.15";
2098
+ var version = "0.0.17";
2099
2099
 
2100
2100
  //#endregion
2101
2101
  //#region src/index.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@jive-ai/cli",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
@@ -14,7 +14,8 @@
14
14
  "dev": "npm run build; npx jive",
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
16
  "typecheck": "tsc --noEmit",
17
- "build": "tsdown"
17
+ "build": "tsdown",
18
+ "prepublishOnly": "npm run typecheck && npm run build"
18
19
  },
19
20
  "author": "",
20
21
  "license": "ISC",