@alwaysmeticulous/backend-recorder-launcher 2.280.0 → 2.282.0

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 +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/backend-recorder-launcher",
3
- "version": "2.280.0",
3
+ "version": "2.282.0",
4
4
  "description": "Downloads the backend-recorder bundle script and executes it",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -18,19 +18,9 @@
18
18
  "files": [
19
19
  "dist"
20
20
  ],
21
- "scripts": {
22
- "clean": "rimraf dist tsconfig.tsbuildinfo",
23
- "build": "tsc --build tsconfig.json",
24
- "dev": "tsc --build tsconfig.json --watch",
25
- "format": "prettier --write src",
26
- "lint": "eslint \"src/**/*.{js,ts,tsx}\" --cache",
27
- "lint:commit": "eslint --cache $(git diff --relative --name-only --diff-filter=ACMRTUXB master | grep -E \"(.js$|.ts$|.tsx$)\")",
28
- "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --cache --fix",
29
- "depcheck": "depcheck --ignore-patterns=dist"
30
- },
31
21
  "dependencies": {
32
22
  "@alwaysmeticulous/common": "2.280.0",
33
- "@alwaysmeticulous/downloading-helpers": "2.280.0",
23
+ "@alwaysmeticulous/downloading-helpers": "2.282.0",
34
24
  "@alwaysmeticulous/sdk-bundles-api": "2.280.0"
35
25
  },
36
26
  "author": {
@@ -50,5 +40,14 @@
50
40
  "bugs": {
51
41
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
52
42
  },
53
- "gitHead": "87ca975a232d16ea878caa5649a8b21221ebca02"
54
- }
43
+ "scripts": {
44
+ "clean": "rimraf dist tsconfig.tsbuildinfo",
45
+ "build": "tsc --build tsconfig.json",
46
+ "dev": "tsc --build tsconfig.json --watch",
47
+ "format": "prettier --write src",
48
+ "lint": "eslint \"src/**/*.{js,ts,tsx}\" --cache",
49
+ "lint:commit": "eslint --cache $(git diff --relative --name-only --diff-filter=ACMRTUXB master | grep -E \"(.js$|.ts$|.tsx$)\")",
50
+ "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --cache --fix",
51
+ "depcheck": "depcheck --ignore-patterns=dist"
52
+ }
53
+ }