@marina-cloud/cli 0.0.0 → 0.0.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.
Files changed (2) hide show
  1. package/dist/marina.mjs +2 -2
  2. package/package.json +2 -2
package/dist/marina.mjs CHANGED
@@ -1716,7 +1716,7 @@ function installSkills(agent) {
1716
1716
  // package.json
1717
1717
  var package_default = {
1718
1718
  name: "@marina-cloud/cli",
1719
- version: "0.0.0",
1719
+ version: "0.0.1",
1720
1720
  description: "Command-line client for Marina Cloud",
1721
1721
  homepage: "https://github.com/marina-hq/marina#readme",
1722
1722
  bugs: {
@@ -1737,7 +1737,7 @@ var package_default = {
1737
1737
  type: "module",
1738
1738
  publishConfig: {
1739
1739
  access: "public",
1740
- provenance: false
1740
+ provenance: true
1741
1741
  },
1742
1742
  scripts: {
1743
1743
  build: 'esbuild src/index.ts --bundle --platform=node --target=node22 --format=esm --loader:.md=text --loader:.yaml=text --loader:.html=text --loader:.css=text --loader:.txt=text --outfile=dist/marina.mjs --banner:js="#!/usr/bin/env node" && chmod +x dist/marina.mjs',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marina-cloud/cli",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Command-line client for Marina Cloud",
5
5
  "homepage": "https://github.com/marina-hq/marina#readme",
6
6
  "bugs": {
@@ -21,7 +21,7 @@
21
21
  "type": "module",
22
22
  "publishConfig": {
23
23
  "access": "public",
24
- "provenance": false
24
+ "provenance": true
25
25
  },
26
26
  "scripts": {
27
27
  "build": "esbuild src/index.ts --bundle --platform=node --target=node22 --format=esm --loader:.md=text --loader:.yaml=text --loader:.html=text --loader:.css=text --loader:.txt=text --outfile=dist/marina.mjs --banner:js=\"#!/usr/bin/env node\" && chmod +x dist/marina.mjs",