@sprucelabs/postgres-data-store 6.0.2 → 6.0.4
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 +24 -24
package/package.json
CHANGED
|
@@ -21,52 +21,52 @@
|
|
|
21
21
|
"sprucebot",
|
|
22
22
|
"sprucelabs"
|
|
23
23
|
],
|
|
24
|
-
"version": "6.0.
|
|
24
|
+
"version": "6.0.4",
|
|
25
25
|
"scripts": {
|
|
26
|
-
"build.ci": "yarn build.tsc && yarn build.resolve-paths && yarn lint",
|
|
27
|
-
"build.dev": "yarn build.tsc --sourceMap ; yarn resolve-paths.lint",
|
|
26
|
+
"build.ci": "yarn run build.tsc && yarn run build.resolve-paths && yarn run lint",
|
|
27
|
+
"build.dev": "yarn run build.tsc --sourceMap ; yarn run resolve-paths.lint",
|
|
28
28
|
"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/",
|
|
29
29
|
"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",
|
|
30
30
|
"build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
|
|
31
31
|
"build.resolve-paths": "resolve-path-aliases --target build --patterns '**/*.js,**/*.d.ts'",
|
|
32
|
-
"build.tsc": "yarn build.copy-files && tsc",
|
|
33
|
-
"clean": "yarn clean.build",
|
|
34
|
-
"clean.all": "yarn clean.dependencies && yarn clean.build",
|
|
32
|
+
"build.tsc": "yarn run build.copy-files && tsc",
|
|
33
|
+
"clean": "yarn run clean.build",
|
|
34
|
+
"clean.all": "yarn run clean.dependencies && yarn run clean.build",
|
|
35
35
|
"clean.build": "rm -rf build/",
|
|
36
36
|
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
|
|
37
37
|
"clean.dist": "rm -rf build/__tests__ build/esm/__tests__",
|
|
38
|
-
"fix.lint": "eslint --fix --cache",
|
|
39
|
-
"lint": "eslint --cache",
|
|
38
|
+
"fix.lint": "eslint --fix --cache '**/*.ts'",
|
|
39
|
+
"lint": "eslint --cache '**/*.ts'",
|
|
40
40
|
"lint.tsc": "tsc -p . --noEmit",
|
|
41
|
-
"post.watch.build": "yarn build.copy-files && yarn build.resolve-paths",
|
|
42
|
-
"rebuild": "yarn clean.all && yarn install && yarn build.dev",
|
|
41
|
+
"post.watch.build": "yarn run build.copy-files && yarn run build.resolve-paths",
|
|
42
|
+
"rebuild": "yarn run clean.all && yarn install && yarn run build.dev",
|
|
43
43
|
"release": "semantic-release",
|
|
44
|
-
"resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
|
|
44
|
+
"resolve-paths.lint": "yarn run build.resolve-paths ; yarn run lint",
|
|
45
45
|
"test": "jest",
|
|
46
|
-
"update.dependencies": "yarn clean.dependencies && yarn",
|
|
47
|
-
"watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
|
|
48
|
-
"watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
|
|
49
|
-
"watch.rebuild": "yarn clean.all && yarn install && yarn watch.build.dev",
|
|
46
|
+
"update.dependencies": "yarn run clean.dependencies && yarn",
|
|
47
|
+
"watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn run post.watch.build'",
|
|
48
|
+
"watch.lint": "concurrently 'yarn run lint' \"chokidar 'src/**/*' -c 'yarn run lint.tsc'\"",
|
|
49
|
+
"watch.rebuild": "yarn run clean.all && yarn install && yarn run watch.build.dev",
|
|
50
50
|
"watch.tsc": "tsc -w"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@sprucelabs/data-stores": "^27.0.
|
|
54
|
-
"@sprucelabs/schema": "^30.0.
|
|
53
|
+
"@sprucelabs/data-stores": "^27.0.3",
|
|
54
|
+
"@sprucelabs/schema": "^30.0.5",
|
|
55
55
|
"pg": "^8.11.5"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sprucelabs/esm-postbuild": "^6.0.
|
|
59
|
-
"@sprucelabs/jest-json-reporter": "^8.0.
|
|
60
|
-
"@sprucelabs/resolve-path-aliases": "^2.0.
|
|
58
|
+
"@sprucelabs/esm-postbuild": "^6.0.5",
|
|
59
|
+
"@sprucelabs/jest-json-reporter": "^8.0.3",
|
|
60
|
+
"@sprucelabs/resolve-path-aliases": "^2.0.7",
|
|
61
61
|
"@sprucelabs/semantic-release": "^5.0.1",
|
|
62
|
-
"@sprucelabs/test": "^9.0.
|
|
63
|
-
"@sprucelabs/test-utils": "^5.0.
|
|
62
|
+
"@sprucelabs/test": "^9.0.5",
|
|
63
|
+
"@sprucelabs/test-utils": "^5.0.4",
|
|
64
64
|
"@types/node": "^20.12.7",
|
|
65
65
|
"@types/pg": "^8.11.5",
|
|
66
66
|
"chokidar-cli": "^3.0.0",
|
|
67
67
|
"concurrently": "^8.2.2",
|
|
68
|
-
"eslint": "^9.
|
|
69
|
-
"eslint-config-spruce": "^11.2.
|
|
68
|
+
"eslint": "^9.1.0",
|
|
69
|
+
"eslint-config-spruce": "^11.2.11",
|
|
70
70
|
"jest": "^29.7.0",
|
|
71
71
|
"jest-circus": "^29.7.0",
|
|
72
72
|
"prettier": "^3.2.5",
|