@camera.ui/cli 0.0.54 → 0.0.55

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": "@camera.ui/cli",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "camera.ui cli",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,31 +8,34 @@
8
8
  },
9
9
  "types": "./dist/types.d.ts",
10
10
  "scripts": {
11
+ "audit": "npm audit fix",
11
12
  "build": "rimraf dist && tsc && node ./scripts/chmod.js",
12
13
  "format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern",
14
+ "install-updates": "npm i --save",
13
15
  "lint": "eslint .",
14
16
  "lint:fix": "eslint --fix .",
15
- "test": "vitest run",
17
+ "prepublishOnly": "npm i --package-lock-only && npm run lint:fix && npm run format && npm run build",
16
18
  "release": "bash scripts/release.sh",
17
- "update": "updates --update ./",
18
- "prepublishOnly": "npm i --package-lock-only && npm run lint:fix && npm run format && npm run build"
19
+ "test": "vitest run",
20
+ "update:templates": "node scripts/update-templates.mjs",
21
+ "update": "updates --update ./ && npm run update:templates"
19
22
  },
20
23
  "dependencies": {
21
- "@camera.ui/sdk": "^0.0.5",
22
- "@clack/prompts": "^1.5.1",
24
+ "@camera.ui/sdk": "~0.0.7",
25
+ "@clack/prompts": "^1.6.0",
23
26
  "adm-zip": "^0.5.17",
24
27
  "commander": "^15.0.0",
25
28
  "esbuild": "^0.28.1",
26
29
  "fs-extra": "^11.3.5",
27
30
  "picocolors": "^1.1.1",
28
- "semver": "^7.8.4",
31
+ "semver": "^7.8.5",
29
32
  "ts-import": "^5.0.0-beta.1"
30
33
  },
31
34
  "devDependencies": {
32
35
  "@stylistic/eslint-plugin": "^5.10.0",
33
36
  "@types/adm-zip": "^0.5.8",
34
37
  "@types/fs-extra": "^11.0.4",
35
- "@types/node": "25.9.3",
38
+ "@types/node": "26.0.0",
36
39
  "@types/semver": "^7.7.1",
37
40
  "@typescript-eslint/parser": "^8.61.1",
38
41
  "eslint": "9.39.2",
@@ -1,5 +1,5 @@
1
1
  {
2
- "@stylistic/eslint-plugin": "^4.2.0",
3
- "eslint": "^9.25.1",
4
- "globals": "^16.0.0"
5
- }
2
+ "@stylistic/eslint-plugin": "^5.10.0",
3
+ "eslint": "^9.39.4",
4
+ "globals": "^17.6.0"
5
+ }
@@ -9,12 +9,12 @@
9
9
  "scripts": {},
10
10
  "dependencies": {},
11
11
  "devDependencies": {
12
- "cross-env": "^7.0.3",
13
- "updates": "^17.4.0"
12
+ "cross-env": "^10.1.0",
13
+ "updates": "^17.18.0"
14
14
  },
15
15
  "engines": {},
16
16
  "keywords": [
17
17
  "camera-ui-plugin"
18
18
  ],
19
19
  "license": "MIT"
20
- }
20
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
- "prettier": "^3.5.3"
3
- }
2
+ "prettier": "^3.8.4"
3
+ }
@@ -2,4 +2,4 @@ module {{moduleName}}
2
2
 
3
3
  go 1.23.0
4
4
 
5
- require github.com/cameraui/sdk/go v0.0.0
5
+ require github.com/cameraui/sdk/go v1.0.1
@@ -1,2 +1,2 @@
1
- ruff==0.11.9
2
- cupdate==1.0.1
1
+ ruff==0.15.18
2
+ cupdate==2.0.2
@@ -1 +1 @@
1
- camera-ui-sdk==1.0.93
1
+ camera-ui-sdk==1.0.95
@@ -1,4 +1,4 @@
1
1
  {
2
- "@typescript-eslint/parser": "^8.48.1",
3
- "typescript-eslint": "^8.48.1"
4
- }
2
+ "@typescript-eslint/parser": "^8.61.1",
3
+ "typescript-eslint": "^8.61.1"
4
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "@camera.ui/sdk": "^0.0.3",
3
- "@types/node": "^24.10.1",
4
- "rimraf": "^6.1.2",
2
+ "@camera.ui/sdk": "^0.0.7",
3
+ "@types/node": "^26.0.0",
4
+ "rimraf": "^6.1.3",
5
5
  "typescript": "5.9.3"
6
- }
6
+ }