@sprucelabs/spruce-templates 15.2.4 → 15.2.7
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 +10 -10
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "15.2.
|
|
6
|
+
"version": "15.2.7",
|
|
7
7
|
"files": [
|
|
8
8
|
"build/**/*",
|
|
9
9
|
"tsconfig.json",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' src/ build/ && rsync -avzq src/templates/ build/templates/",
|
|
40
40
|
"build.copy-files.dist": "mkdir -p build && rsync -avzq --exclude='*.ts' src/ build/dist/ && rsync -avzq src/templates/ build/esm/templates/",
|
|
41
41
|
"build.dev": "yarn build.tsc --sourceMap ; yarn build.copy-files && yarn build.resolve-paths",
|
|
42
|
-
"build.dist": "yarn build.tsc && yarn build.copy-files && tsc --project tsconfig.dist.json && yarn build.copy-files.dist && yarn build.resolve-paths",
|
|
42
|
+
"build.dist": "yarn build.tsc && yarn build.copy-files && NODE_OPTIONS=--max_old_space_size=6144 tsc --project tsconfig.dist.json && yarn build.copy-files.dist && yarn build.resolve-paths",
|
|
43
43
|
"build.resolve-paths": "resolve-path-aliases --target build",
|
|
44
|
-
"build.tsc": "tsc",
|
|
44
|
+
"build.tsc": "NODE_OPTIONS=--max_old_space_size=6144 tsc",
|
|
45
45
|
"clean": "yarn clean.build",
|
|
46
46
|
"clean.build": "rm -rf build/",
|
|
47
47
|
"clean.cache": "true",
|
|
48
48
|
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
|
|
49
49
|
"fix.lint": "eslint --fix --cache '**/*.ts'",
|
|
50
|
-
"lint": "eslint --cache '**/*.ts' && tsc -p . --noEmit",
|
|
50
|
+
"lint": "NODE_OPTIONS=--max_old_space_size=6144 eslint --cache '**/*.ts' && NODE_OPTIONS=--max_old_space_size=6144 tsc -p . --noEmit",
|
|
51
51
|
"local": "echo $COMMANDS && node --inspect=5200 ./build/src/index.js $COMMANDS",
|
|
52
52
|
"rebuild": "cd ../ && yarn rebuild",
|
|
53
53
|
"release": "semantic-release",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"watch.tsc": "tsc -w"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@sprucelabs/mercury-types": "^27.0.
|
|
60
|
-
"@sprucelabs/schema": "^
|
|
61
|
-
"@sprucelabs/spruce-event-utils": "^18.0.
|
|
62
|
-
"@sprucelabs/spruce-skill-utils": "^
|
|
59
|
+
"@sprucelabs/mercury-types": "^27.0.139",
|
|
60
|
+
"@sprucelabs/schema": "^27.0.1",
|
|
61
|
+
"@sprucelabs/spruce-event-utils": "^18.0.138",
|
|
62
|
+
"@sprucelabs/spruce-skill-utils": "^25.0.1",
|
|
63
63
|
"globby": "^11.0.4",
|
|
64
64
|
"handlebars": "^4.7.7",
|
|
65
65
|
"lodash": "^4.17.21",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/lodash": "^4.14.178",
|
|
70
|
-
"@types/node": "^17.0.
|
|
70
|
+
"@types/node": "^17.0.21",
|
|
71
71
|
"chokidar-cli": "^3.0.0",
|
|
72
72
|
"concurrently": "^7.0.0",
|
|
73
73
|
"conventional-changelog-sprucelabs": "^1.1.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"globby"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "07f646ce3148e8d2ef0484c1634eea2797c44e88"
|
|
83
83
|
}
|