@owservable/actions 0.1.92 → 0.1.94

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 (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owservable/actions",
3
- "version": "0.1.92",
3
+ "version": "0.1.94",
4
4
  "description": "list subfolders by name",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -23,6 +23,7 @@
23
23
  "lint": "tslint -p tsconfig.json",
24
24
  "clean": "tslint --config tslint-imports.json --fix --project .",
25
25
  "format": "prettier --write \"src/**/*.ts\"",
26
+ "sync": "git pull & git fetch origin & git merge origin/main & pnpm i & git branch",
26
27
  "docs": "typedoc --readme none --out docs src/owservable.actions.ts",
27
28
  "test": "nyc --all --reporter=lcov --reporter=html mocha -r ts-node/register test/**/*.spec.ts --code-coverage",
28
29
  "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
@@ -35,21 +36,21 @@
35
36
  "preinstall": "npx only-allow pnpm"
36
37
  },
37
38
  "dependencies": {
38
- "@owservable/folders": "^0.1.92",
39
- "@types/lodash": "^4.17.0",
40
- "@types/node": "^20.12.7",
41
- "commander": "^12.0.0",
39
+ "@owservable/folders": "^0.1.94",
40
+ "@types/lodash": "^4.17.5",
41
+ "@types/node": "^20.14.2",
42
+ "commander": "^12.1.0",
42
43
  "lodash": "^4.17.20"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@danmasta/mocha-sonar": "^1.1.0",
46
- "@types/chai": "^4.3.14",
47
+ "@types/chai": "^4.3.16",
47
48
  "@types/mocha": "^10.0.6",
48
49
  "chai": "4.4.0",
49
50
  "coveralls": "^3.0.9",
50
51
  "mocha": "^10.4.0",
51
- "nyc": "^15.1.0",
52
- "prettier": "^3.2.5",
52
+ "nyc": "^17.0.0",
53
+ "prettier": "^3.3.2",
53
54
  "skeletest": "^0.5.2",
54
55
  "sonarjs": "^1.0.0",
55
56
  "source-map-support": "^0.5.21",