@sprucelabs/data-stores 27.0.1 → 27.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "27.0.1",
6
+ "version": "27.0.2",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",
@@ -36,54 +36,54 @@
36
36
  "boot.local": "node -r ts-node/register -r tsconfig-paths/register ./src/index",
37
37
  "boot.sender": "ACTION=sender node build/index",
38
38
  "build": "yarn build.dev",
39
- "build.dev": "yarn build.tsc --sourceMap ; yarn resolve-paths.lint",
40
- "build.ci": "yarn build.tsc && yarn build.resolve-paths && yarn lint",
39
+ "build.dev": "yarn run build.tsc --sourceMap ; yarn run resolve-paths.lint",
40
+ "build.ci": "yarn run build.tsc && yarn run build.resolve-paths && yarn run lint",
41
41
  "build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/",
42
42
  "build.dist": "tsc --project tsconfig.dist.json && yarn build.resolve-paths && mv build esm && yarn build.esm-postbuild && yarn build.tsc && yarn build.resolve-paths && mv esm build/ && yarn clean.dist",
43
43
  "build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
44
44
  "build.resolve-paths": "resolve-path-aliases --target build --patterns '**/*.js,**/*.d.ts'",
45
- "build.tsc": "yarn build.copy-files && tsc",
46
- "clean": "yarn clean.build",
47
- "clean.all": "yarn clean.dependencies && yarn clean.build",
45
+ "build.tsc": "yarn run build.copy-files && tsc",
46
+ "clean": "yarn run clean.build",
47
+ "clean.all": "yarn run clean.dependencies && yarn run clean.build",
48
48
  "clean.build": "rm -rf build/",
49
49
  "clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
50
50
  "clean.dist": "rm -rf build/__tests__ build/esm/__tests__",
51
- "fix.lint": "eslint --fix --cache",
51
+ "fix.lint": "eslint --fix --cache '**/*.ts'",
52
52
  "health": "yarn boot --health",
53
53
  "health.local": "yarn boot.local --health",
54
- "lint": "eslint --cache",
54
+ "lint": "eslint --cache '**/*.ts'",
55
55
  "lint.tsc": "tsc -p . --noEmit",
56
- "post.watch.build": "yarn build.copy-files && yarn build.resolve-paths",
57
- "rebuild": "yarn clean.all && yarn install && yarn build.dev",
56
+ "post.watch.build": "yarn run build.copy-files && yarn run build.resolve-paths",
57
+ "rebuild": "yarn run clean.all && yarn install && yarn run build.dev",
58
58
  "release": "semantic-release",
59
- "resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
59
+ "resolve-paths.lint": "yarn run build.resolve-paths ; yarn run lint",
60
60
  "test": "jest",
61
- "update.dependencies": "yarn clean.dependencies && yarn",
62
- "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
63
- "watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
64
- "watch.rebuild": "yarn clean.all && yarn install && yarn watch.build.dev",
61
+ "update.dependencies": "yarn run clean.dependencies && yarn",
62
+ "watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn run post.watch.build'",
63
+ "watch.lint": "concurrently 'yarn run lint' \"chokidar 'src/**/*' -c 'yarn run lint.tsc'\"",
64
+ "watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev",
65
65
  "watch.tsc": "tsc -w",
66
66
  "upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint ; true",
67
67
  "upgrade.packages.all": "yarn install && yarn upgrade.packages",
68
68
  "upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build.dev && yarn test"
69
69
  },
70
70
  "dependencies": {
71
- "@sprucelabs/error": "^6.0.2",
72
- "@sprucelabs/globby": "^2.0.2",
73
- "@sprucelabs/schema": "^30.0.3",
74
- "@sprucelabs/spruce-skill-utils": "^31.0.2",
71
+ "@sprucelabs/error": "^6.0.3",
72
+ "@sprucelabs/globby": "^2.0.3",
73
+ "@sprucelabs/schema": "^30.0.4",
74
+ "@sprucelabs/spruce-skill-utils": "^31.0.3",
75
75
  "just-clone": "^6.2.0",
76
76
  "lodash": "^4.17.21",
77
77
  "mongodb": "^6.5.0",
78
78
  "nedb": "^1.8.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@sprucelabs/esm-postbuild": "^6.0.2",
82
- "@sprucelabs/jest-json-reporter": "^8.0.0",
83
- "@sprucelabs/resolve-path-aliases": "^2.0.4",
81
+ "@sprucelabs/esm-postbuild": "^6.0.3",
82
+ "@sprucelabs/jest-json-reporter": "^8.0.1",
83
+ "@sprucelabs/resolve-path-aliases": "^2.0.5",
84
84
  "@sprucelabs/semantic-release": "^5.0.1",
85
- "@sprucelabs/test": "^9.0.3",
86
- "@sprucelabs/test-utils": "^5.0.2",
85
+ "@sprucelabs/test": "^9.0.4",
86
+ "@sprucelabs/test-utils": "^5.0.3",
87
87
  "@types/lodash": "^4.17.0",
88
88
  "@types/nedb": "^1.8.16",
89
89
  "@types/node": "^20.12.7",