@junobuild/cli 0.0.40 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/cli",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "The Juno command-line interface",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -17,19 +17,22 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "format": "prettier . --write",
20
+ "format:check": "prettier --check .",
20
21
  "build": "node rmdir.mjs && node esbuild.mjs",
21
- "dev": "node rmdir.mjs && NODE_ENV=development node esbuild.mjs"
22
+ "dev": "node rmdir.mjs && NODE_ENV=development node esbuild.mjs",
23
+ "lint": "eslint --max-warnings 0 src/**/*"
22
24
  },
23
25
  "dependencies": {
24
- "@dfinity/agent": "^0.19.2",
25
- "@dfinity/candid": "^0.19.2",
26
- "@dfinity/identity": "^0.19.2",
27
- "@dfinity/principal": "^0.19.2",
28
- "@junobuild/admin": "^0.0.34",
29
- "@junobuild/core": "^0.0.33",
30
- "@junobuild/utils": "^0.0.13",
31
- "conf": "^11.0.2",
32
- "file-type": "^18.5.0",
26
+ "@dfinity/agent": "^0.19.3",
27
+ "@dfinity/candid": "^0.19.3",
28
+ "@dfinity/identity": "^0.19.3",
29
+ "@dfinity/principal": "^0.19.3",
30
+ "@junobuild/admin": "^0.0.36",
31
+ "@junobuild/core-peer": "^0.0.1",
32
+ "@junobuild/utils": "^0.0.15",
33
+ "conf": "^12.0.0",
34
+ "file-type": "^18.6.0",
35
+ "listr": "^0.14.3",
33
36
  "mime-types": "^2.1.35",
34
37
  "minimatch": "^9.0.3",
35
38
  "node-fetch": "^3.3.2",
@@ -41,13 +44,23 @@
41
44
  "terminal-link": "^3.0.0"
42
45
  },
43
46
  "devDependencies": {
47
+ "@types/listr": "^0.14.8",
48
+ "@types/mime-types": "^2.1.4",
44
49
  "@types/minimatch": "^5.1.2",
45
- "@types/prompts": "^2.4.4",
46
- "@types/semver": "^7.5.1",
50
+ "@types/prompts": "^2.4.8",
51
+ "@types/semver": "^7.5.5",
52
+ "@typescript-eslint/eslint-plugin": "^6.10.0",
47
53
  "dotenv": "^16.3.1",
48
- "esbuild": "^0.19.2",
54
+ "esbuild": "^0.19.5",
55
+ "eslint": "^8.53.0",
56
+ "eslint-config-prettier": "^9.0.0",
57
+ "eslint-config-standard-with-typescript": "^39.1.1",
58
+ "eslint-plugin-import": "^2.29.0",
59
+ "eslint-plugin-n": "^16.3.0",
60
+ "eslint-plugin-prettier": "^5.0.1",
61
+ "eslint-plugin-promise": "^6.1.1",
49
62
  "prettier": "^3.0.3",
50
- "prettier-plugin-organize-imports": "^3.2.3",
63
+ "prettier-plugin-organize-imports": "^3.2.4",
51
64
  "typescript": "^5.2.2"
52
65
  },
53
66
  "repository": {
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />