@jive-ai/cli 0.0.41 → 0.0.42

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 -6
package/dist/index.mjs CHANGED
@@ -3444,7 +3444,7 @@ async function createGraphQLClient() {
3444
3444
 
3445
3445
  //#endregion
3446
3446
  //#region package.json
3447
- var version = "0.0.41";
3447
+ var version = "0.0.42";
3448
3448
 
3449
3449
  //#endregion
3450
3450
  //#region src/runner/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.41",
4
+ "version": "0.0.42",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "dist",
@@ -15,11 +15,8 @@
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
16
  "typecheck": "tsc --noEmit",
17
17
  "build": "tsdown && npm pack && npm install -g jive-ai-cli-*.tgz",
18
- "docker:build": "touch jive-ai-cli-0.0.0.tgz && docker build -t jiveai/task:latest . && rm -f jive-ai-cli-*.tgz",
19
- "docker:build:local": "docker rmi jiveai/task:$npm_package_version jiveai/task:latest; bun run build && docker build --no-cache --build-arg USE_LOCAL=true -t jiveai/task:latest -t jiveai/task:$npm_package_version .",
20
- "docker:build:public": "touch jive-ai-cli-0.0.0.tgz && docker buildx build --platform linux/amd64 -t jiveai/task:latest -t jiveai/task:$npm_package_version . && rm -f jive-ai-cli-*.tgz",
21
- "docker:push": "docker buildx build --platform linux/amd64 --push -t jiveai/task:latest -t jiveai/task:$npm_package_version .",
22
- "docker:publish": "touch jive-ai-cli-0.0.0.tgz && docker buildx build --platform linux/amd64 --push -t jiveai/task:latest -t jiveai/task:$npm_package_version . && rm -f jive-ai-cli-*.tgz",
18
+ "docker:build": "bun run build && .docker/build.sh",
19
+ "docker:push": ".docker/build.sh --push",
23
20
  "prepublishOnly": "npm run typecheck && npm run build"
24
21
  },
25
22
  "author": "",