@deepnote/cli 0.1.0 → 0.1.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.
package/dist/bin.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_cli = require('./cli-DwaGOOLX.cjs');
2
+ const require_cli = require('./cli-DCn-itjr.cjs');
3
3
 
4
4
  //#region src/bin.ts
5
5
  require_cli.run();
package/dist/bin.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as run } from "./cli-BDKrMj8W.js";
2
+ import { n as run } from "./cli-B-lOj193.js";
3
3
 
4
4
  //#region src/bin.ts
5
5
  run();
@@ -4834,7 +4834,7 @@ function createFormatValidator(allowedFormats, aliases) {
4834
4834
 
4835
4835
  //#endregion
4836
4836
  //#region package.json
4837
- var version$1 = "0.1.0";
4837
+ var version$1 = "0.1.1";
4838
4838
 
4839
4839
  //#endregion
4840
4840
  //#region src/version.ts
@@ -4877,7 +4877,7 @@ function createFormatValidator(allowedFormats, aliases) {
4877
4877
 
4878
4878
  //#endregion
4879
4879
  //#region package.json
4880
- var version$1 = "0.1.0";
4880
+ var version$1 = "0.1.1";
4881
4881
 
4882
4882
  //#endregion
4883
4883
  //#region src/version.ts
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- const require_cli = require('./cli-DwaGOOLX.cjs');
1
+ const require_cli = require('./cli-DCn-itjr.cjs');
2
2
 
3
3
  exports.ExitCode = require_cli.ExitCode;
4
4
  exports.FileResolutionError = require_cli.FileResolutionError;
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { a as resolvePathToDeepnoteFile, c as setOutputConfig, i as FileResolutionError, l as shouldDisableColor, n as run, o as getOutputConfig, r as version, s as resetOutputConfig, t as createProgram, u as ExitCode } from "./cli-BDKrMj8W.js";
1
+ import { a as resolvePathToDeepnoteFile, c as setOutputConfig, i as FileResolutionError, l as shouldDisableColor, n as run, o as getOutputConfig, r as version, s as resetOutputConfig, t as createProgram, u as ExitCode } from "./cli-B-lOj193.js";
2
2
 
3
3
  export { ExitCode, FileResolutionError, createProgram, getOutputConfig, resetOutputConfig, resolvePathToDeepnoteFile, run, setOutputConfig, shouldDisableColor, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnote/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Command-line interface for running Deepnote projects locally and on Deepnote Cloud",
5
5
  "keywords": [
6
6
  "cli",
@@ -46,8 +46,8 @@
46
46
  "yaml": "^2.8.1",
47
47
  "zod": "3.25.76",
48
48
  "@deepnote/blocks": "4.0.0",
49
- "@deepnote/database-integrations": "1.4.2",
50
49
  "@deepnote/convert": "3.0.0",
50
+ "@deepnote/database-integrations": "1.4.3",
51
51
  "@deepnote/reactivity": "1.1.0",
52
52
  "@deepnote/runtime-core": "0.1.0"
53
53
  },