@junobuild/cli 0.3.0 → 0.4.0-next-2025-06-16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.0-next-2025-06-16",
4
4
  "description": "The Juno command-line interface",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -19,7 +19,6 @@
19
19
  "format": "prettier . --write",
20
20
  "format:check": "prettier --check .",
21
21
  "build": "tsc --noEmit && node ./scripts/rmdir.mjs && node ./scripts/esbuild.mjs",
22
- "dev": "node ./scripts/rmdir.mjs && NODE_ENV=development node ./scripts/esbuild.mjs",
23
22
  "lint": "eslint --max-warnings 0 \"src/**/*\"",
24
23
  "prepublishOnly": "./scripts/prepublish.sh"
25
24
  },
@@ -30,12 +29,14 @@
30
29
  "@dfinity/ic-management": "^6.1.1",
31
30
  "@dfinity/identity": "^2.3.0",
32
31
  "@dfinity/principal": "^2.3.0",
33
- "@junobuild/admin": "^0.3.0",
34
- "@junobuild/cli-tools": "^0.1.9",
32
+ "@junobuild/admin": "^0.5.0-next-2025-06-12",
33
+ "@junobuild/cdn": "^0.1.0-next-2025-06-10.3",
34
+ "@junobuild/cli-tools": "^0.2.0-next-2025-06-04.3",
35
35
  "@junobuild/config": "^0.1.8",
36
36
  "@junobuild/config-loader": "^0.2.1",
37
- "@junobuild/core": "^0.1.13",
37
+ "@junobuild/core": "^0.1.15-next-2025-06-04.3",
38
38
  "@junobuild/did-tools": "^0.2.1",
39
+ "@junobuild/storage": "^0.2.0-next-2025-06-04.3",
39
40
  "@junobuild/utils": "^0.1.3",
40
41
  "chokidar": "^4.0.3",
41
42
  "conf": "^13.1.0",
@@ -43,22 +44,21 @@
43
44
  "ora": "^8.2.0",
44
45
  "portfinder": "^1.0.37",
45
46
  "prompts": "^2.4.2",
46
- "semver": "^7.7.1",
47
+ "semver": "^7.7.2",
47
48
  "terminal-link": "^4.0.0"
48
49
  },
49
50
  "devDependencies": {
50
51
  "@eslint/eslintrc": "^3.3.1",
51
- "@eslint/js": "^9.26.0",
52
+ "@eslint/js": "^9.27.0",
52
53
  "@junobuild/functions": "^0.1.0",
53
- "@types/node": "^22.15.14",
54
+ "@types/node": "^22.15.27",
54
55
  "@types/prompts": "^2.4.9",
55
56
  "@types/semver": "^7.7.0",
56
- "dotenv": "^16.5.0",
57
- "esbuild": "^0.25.4",
58
- "eslint": "^9.26.0",
59
- "eslint-config-love": "^119.0.0",
60
- "eslint-config-prettier": "^10.1.2",
61
- "globals": "^16.0.0",
57
+ "esbuild": "^0.25.5",
58
+ "eslint": "^9.27.0",
59
+ "eslint-config-love": "^120.0.0",
60
+ "eslint-config-prettier": "^10.1.5",
61
+ "globals": "^16.2.0",
62
62
  "prettier": "^3.5.3",
63
63
  "prettier-plugin-organize-imports": "^4.1.0",
64
64
  "typescript": "^5.8.3"
@@ -84,4 +84,4 @@
84
84
  "engines": {
85
85
  "node": ">=20"
86
86
  }
87
- }
87
+ }
@@ -13,7 +13,7 @@ import {
13
13
  type OnDeleteManyDocs,
14
14
  type OnSetDoc,
15
15
  type OnSetManyDocs,
16
- OnUploadAsset
16
+ type OnUploadAsset
17
17
  } from '@junobuild/functions';
18
18
 
19
19
  // All the available hooks and assertions for your Datastore and Storage are scaffolded by default in this module.