@sprucelabs/spruce-cli 19.1.3 → 19.1.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/CHANGELOG.md +4 -0
- package/node_modules/@typescript-eslint/parser/package.json +5 -5
- package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
- package/node_modules/@typescript-eslint/types/package.json +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/package.json +4 -4
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +31 -31
- package/node_modules/@sprucelabs/globby/README.md +0 -20
- package/node_modules/@sprucelabs/globby/build/.spruce/settings.json +0 -11
- package/node_modules/@sprucelabs/globby/build/esm/globbyUtil.d.ts +0 -7
- package/node_modules/@sprucelabs/globby/build/esm/globbyUtil.js +0 -28
- package/node_modules/@sprucelabs/globby/build/esm/index.d.ts +0 -2
- package/node_modules/@sprucelabs/globby/build/esm/index.js +0 -2
- package/node_modules/@sprucelabs/globby/build/globbyUtil.d.ts +0 -7
- package/node_modules/@sprucelabs/globby/build/globbyUtil.js +0 -22
- package/node_modules/@sprucelabs/globby/build/index.d.ts +0 -2
- package/node_modules/@sprucelabs/globby/build/index.js +0 -7
- package/node_modules/@sprucelabs/globby/package.json +0 -93
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [19.1.4](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.3...v19.1.4) (2023-03-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
9
|
+
|
|
6
10
|
## [19.1.3](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.2...v19.1.3) (2023-03-24)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/parser",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.57.0",
|
|
4
4
|
"description": "An ESLint custom parser which leverages TypeScript ESTree",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@typescript-eslint/scope-manager": "5.
|
|
49
|
-
"@typescript-eslint/types": "5.
|
|
50
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
48
|
+
"@typescript-eslint/scope-manager": "5.57.0",
|
|
49
|
+
"@typescript-eslint/types": "5.57.0",
|
|
50
|
+
"@typescript-eslint/typescript-estree": "5.57.0",
|
|
51
51
|
"debug": "^4.3.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
]
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "69f827c81bfe29ea85b0794b9856c2d66539aa2c"
|
|
75
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/scope-manager",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.57.0",
|
|
4
4
|
"description": "TypeScript scope analyser for ESLint",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"typecheck": "nx typecheck"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@typescript-eslint/types": "5.
|
|
42
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
41
|
+
"@typescript-eslint/types": "5.57.0",
|
|
42
|
+
"@typescript-eslint/visitor-keys": "5.57.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/glob": "*",
|
|
46
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
46
|
+
"@typescript-eslint/typescript-estree": "5.57.0",
|
|
47
47
|
"glob": "*",
|
|
48
48
|
"jest-specific-snapshot": "*",
|
|
49
49
|
"make-dir": "*",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "69f827c81bfe29ea85b0794b9856c2d66539aa2c"
|
|
67
67
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/types",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.57.0",
|
|
4
4
|
"description": "Types for the TypeScript-ESTree AST spec",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"typescript": "*"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "69f827c81bfe29ea85b0794b9856c2d66539aa2c"
|
|
84
84
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.57.0",
|
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@typescript-eslint/types": "5.
|
|
46
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
45
|
+
"@typescript-eslint/types": "5.57.0",
|
|
46
|
+
"@typescript-eslint/visitor-keys": "5.57.0",
|
|
47
47
|
"debug": "^4.3.4",
|
|
48
48
|
"globby": "^11.1.0",
|
|
49
49
|
"is-glob": "^4.0.3",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
]
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "69f827c81bfe29ea85b0794b9856c2d66539aa2c"
|
|
85
85
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.57.0",
|
|
4
4
|
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@typescript-eslint/types": "5.
|
|
42
|
+
"@typescript-eslint/types": "5.57.0",
|
|
43
43
|
"eslint-visitor-keys": "^3.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
]
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "69f827c81bfe29ea85b0794b9856c2d66539aa2c"
|
|
60
60
|
}
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"version": "19.1.
|
|
20
|
+
"version": "19.1.4",
|
|
21
21
|
"bin": {
|
|
22
22
|
"spruce": "./build/index.js"
|
|
23
23
|
},
|
|
@@ -75,18 +75,18 @@
|
|
|
75
75
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
76
76
|
"@babel/runtime": "^7.21.0",
|
|
77
77
|
"@jest/reporters": "^29.5.0",
|
|
78
|
-
"@sprucelabs/error": "^5.0.
|
|
79
|
-
"@sprucelabs/globby": "^0.0.
|
|
80
|
-
"@sprucelabs/heartwood-view-controllers": "^102.1.
|
|
81
|
-
"@sprucelabs/jest-json-reporter": "^7.0.
|
|
82
|
-
"@sprucelabs/mercury-client": "^
|
|
83
|
-
"@sprucelabs/mercury-event-emitter": "^
|
|
84
|
-
"@sprucelabs/mercury-types": "^
|
|
85
|
-
"@sprucelabs/schema": "^28.
|
|
86
|
-
"@sprucelabs/spruce-core-schemas": "^
|
|
87
|
-
"@sprucelabs/spruce-event-utils": "^
|
|
88
|
-
"@sprucelabs/spruce-skill-utils": "^28.1.
|
|
89
|
-
"@sprucelabs/spruce-templates": "^19.1.
|
|
78
|
+
"@sprucelabs/error": "^5.0.596",
|
|
79
|
+
"@sprucelabs/globby": "^0.0.7",
|
|
80
|
+
"@sprucelabs/heartwood-view-controllers": "^102.1.37",
|
|
81
|
+
"@sprucelabs/jest-json-reporter": "^7.0.20",
|
|
82
|
+
"@sprucelabs/mercury-client": "^39.0.6",
|
|
83
|
+
"@sprucelabs/mercury-event-emitter": "^39.0.6",
|
|
84
|
+
"@sprucelabs/mercury-types": "^44.0.7",
|
|
85
|
+
"@sprucelabs/schema": "^28.6.3",
|
|
86
|
+
"@sprucelabs/spruce-core-schemas": "^38.0.7",
|
|
87
|
+
"@sprucelabs/spruce-event-utils": "^36.0.7",
|
|
88
|
+
"@sprucelabs/spruce-skill-utils": "^28.1.119",
|
|
89
|
+
"@sprucelabs/spruce-templates": "^19.1.4",
|
|
90
90
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
91
91
|
"@typescript-eslint/parser": "^5.27.1",
|
|
92
92
|
"cfonts": "^3.1.1",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"cli-table3": "^0.6.3",
|
|
96
96
|
"commander": "7.2.0",
|
|
97
97
|
"emphasize": "4.2.0",
|
|
98
|
-
"fs-extra": "^11.1.
|
|
98
|
+
"fs-extra": "^11.1.1",
|
|
99
99
|
"inquirer": "^8.2.4",
|
|
100
100
|
"inquirer-file-tree-selection-prompt": "1.0.18",
|
|
101
101
|
"js-tetris-cli": "^0.0.3",
|
|
@@ -113,23 +113,23 @@
|
|
|
113
113
|
"uuid": "^9.0.0"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@sprucelabs/data-stores": "^
|
|
117
|
-
"@sprucelabs/jest-sheets-reporter": "^
|
|
118
|
-
"@sprucelabs/mercury-core-events": "^
|
|
119
|
-
"@sprucelabs/resolve-path-aliases": "^1.1.
|
|
120
|
-
"@sprucelabs/spruce-conversation-plugin": "^
|
|
121
|
-
"@sprucelabs/spruce-deploy-plugin": "^
|
|
122
|
-
"@sprucelabs/spruce-store-plugin": "^
|
|
123
|
-
"@sprucelabs/spruce-test-fixtures": "^
|
|
124
|
-
"@sprucelabs/test": "^7.7.
|
|
125
|
-
"@sprucelabs/test-utils": "^3.4.
|
|
116
|
+
"@sprucelabs/data-stores": "^23.0.5",
|
|
117
|
+
"@sprucelabs/jest-sheets-reporter": "^3.0.2",
|
|
118
|
+
"@sprucelabs/mercury-core-events": "^20.0.3",
|
|
119
|
+
"@sprucelabs/resolve-path-aliases": "^1.1.205",
|
|
120
|
+
"@sprucelabs/spruce-conversation-plugin": "^57.0.8",
|
|
121
|
+
"@sprucelabs/spruce-deploy-plugin": "^57.0.8",
|
|
122
|
+
"@sprucelabs/spruce-store-plugin": "^57.0.8",
|
|
123
|
+
"@sprucelabs/spruce-test-fixtures": "^57.0.8",
|
|
124
|
+
"@sprucelabs/test": "^7.7.435",
|
|
125
|
+
"@sprucelabs/test-utils": "^3.4.32",
|
|
126
126
|
"@types/blessed": "^0.1.21",
|
|
127
|
-
"@types/eslint": "^8.21.
|
|
127
|
+
"@types/eslint": "^8.21.3",
|
|
128
128
|
"@types/fs-extra": "^11.0.1",
|
|
129
129
|
"@types/inquirer": "^8.2.1",
|
|
130
|
-
"@types/lodash": "
|
|
130
|
+
"@types/lodash": "4.14.191",
|
|
131
131
|
"@types/md5": "^2.3.2",
|
|
132
|
-
"@types/node": "^18.15.
|
|
132
|
+
"@types/node": "^18.15.11",
|
|
133
133
|
"@types/promise.allsettled": "^1.0.3",
|
|
134
134
|
"@types/ps-node": "^0.1.1",
|
|
135
135
|
"@types/semver": "^7.3.13",
|
|
@@ -139,17 +139,17 @@
|
|
|
139
139
|
"@types/terminal-kit": "^2.5.1",
|
|
140
140
|
"@types/uuid": "^9.0.1",
|
|
141
141
|
"chokidar-cli": "^3.0.0",
|
|
142
|
-
"concurrently": "^
|
|
142
|
+
"concurrently": "^8.0.1",
|
|
143
143
|
"conventional-changelog-sprucelabs": "^1.1.2",
|
|
144
144
|
"dotenv": "^16.0.3",
|
|
145
|
-
"eslint": "^8.
|
|
145
|
+
"eslint": "^8.37.0",
|
|
146
146
|
"eslint-config-spruce": "^10.12.0",
|
|
147
147
|
"find-process": "^1.4.7",
|
|
148
148
|
"jest": "^29.5.0",
|
|
149
149
|
"jest-circus": "^29.5.0",
|
|
150
150
|
"jest-junit": "^15.0.0",
|
|
151
151
|
"jest-reporters": "^0.0.2",
|
|
152
|
-
"prettier": "^2.8.
|
|
152
|
+
"prettier": "^2.8.7",
|
|
153
153
|
"ps-node": "^0.1.6",
|
|
154
154
|
"ts-jest": "^29.0.5",
|
|
155
155
|
"ts-node": "^10.9.1",
|
|
@@ -590,5 +590,5 @@
|
|
|
590
590
|
"terminal-kit"
|
|
591
591
|
]
|
|
592
592
|
},
|
|
593
|
-
"gitHead": "
|
|
593
|
+
"gitHead": "24c8b593b648ed6833c9c11fb39d90744be89dd1"
|
|
594
594
|
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<img src="https://raw.githubusercontent.com/sprucelabsai/globby/master/docs/images/hero.jpg">
|
|
2
|
-
|
|
3
|
-
<h1 align="center">
|
|
4
|
-
Spruce XP Documentation
|
|
5
|
-
</h1>
|
|
6
|
-
<h3 align="center">Spruce XP is an Experience Platform built to create unforgettable experiences and long-lasting relationships.
|
|
7
|
-
</h3>
|
|
8
|
-
<p align="center">
|
|
9
|
-
<img align="center" width="80%" src="https://raw.githubusercontent.com/sprucelabsai/globby/master/docs/images/bullets.jpg">
|
|
10
|
-
</p>
|
|
11
|
-
<img src="https://raw.githubusercontent.com/sprucelabsai/globby/master/docs/images/spacer.png">
|
|
12
|
-
<br />
|
|
13
|
-
<p align="center">
|
|
14
|
-
<img align="center" width="80%" src="https://raw.githubusercontent.com/sprucelabsai/globby/master/docs/images/sprucebot-message.png">
|
|
15
|
-
</p>
|
|
16
|
-
|
|
17
|
-
<br />
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://developer.spruce.ai/"><img width="250" src="https://raw.githubusercontent.com/sprucelabsai/globby/master/docs/images/read-full-docs.png" /></a>
|
|
20
|
-
</p>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { default as globbyNamespace } from 'globby';
|
|
2
|
-
declare const globby: {
|
|
3
|
-
(patterns: string | string[], options?: Partial<globbyNamespace.GlobbyOptions>): Promise<string[]>;
|
|
4
|
-
sep: "\\" | "/";
|
|
5
|
-
sync(patterns: string | string[], options?: Partial<globbyNamespace.GlobbyOptions>): string[];
|
|
6
|
-
};
|
|
7
|
-
export default globby;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
import path from 'path';
|
|
11
|
-
import coreGlobby from 'globby';
|
|
12
|
-
const globby = function globby(patterns, options) {
|
|
13
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
14
|
-
const pats = normalizePaths(patterns);
|
|
15
|
-
return coreGlobby(pats, options);
|
|
16
|
-
});
|
|
17
|
-
};
|
|
18
|
-
globby.sep = path.sep;
|
|
19
|
-
globby.sync = function (patterns, options) {
|
|
20
|
-
const pats = normalizePaths(patterns);
|
|
21
|
-
return coreGlobby.sync(pats, options);
|
|
22
|
-
};
|
|
23
|
-
function normalizePaths(patterns) {
|
|
24
|
-
const normalized = Array.isArray(patterns) ? patterns : [patterns];
|
|
25
|
-
const pats = normalized.map((n) => n.split(globby.sep).join(path.posix.sep));
|
|
26
|
-
return pats;
|
|
27
|
-
}
|
|
28
|
-
export default globby;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { default as globbyNamespace } from 'globby';
|
|
2
|
-
declare const globby: {
|
|
3
|
-
(patterns: string | string[], options?: Partial<globbyNamespace.GlobbyOptions>): Promise<string[]>;
|
|
4
|
-
sep: "\\" | "/";
|
|
5
|
-
sync(patterns: string | string[], options?: Partial<globbyNamespace.GlobbyOptions>): string[];
|
|
6
|
-
};
|
|
7
|
-
export default globby;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const path_1 = __importDefault(require("path"));
|
|
7
|
-
const globby_1 = __importDefault(require("globby"));
|
|
8
|
-
const globby = async function globby(patterns, options) {
|
|
9
|
-
const pats = normalizePaths(patterns);
|
|
10
|
-
return (0, globby_1.default)(pats, options);
|
|
11
|
-
};
|
|
12
|
-
globby.sep = path_1.default.sep;
|
|
13
|
-
globby.sync = function (patterns, options) {
|
|
14
|
-
const pats = normalizePaths(patterns);
|
|
15
|
-
return globby_1.default.sync(pats, options);
|
|
16
|
-
};
|
|
17
|
-
function normalizePaths(patterns) {
|
|
18
|
-
const normalized = Array.isArray(patterns) ? patterns : [patterns];
|
|
19
|
-
const pats = normalized.map((n) => n.split(globby.sep).join(path_1.default.posix.sep));
|
|
20
|
-
return pats;
|
|
21
|
-
}
|
|
22
|
-
exports.default = globby;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const globbyUtil_1 = __importDefault(require("./globbyUtil"));
|
|
7
|
-
exports.default = globbyUtil_1.default;
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sprucelabs/globby",
|
|
3
|
-
"version": "0.0.5",
|
|
4
|
-
"skill": {
|
|
5
|
-
"namespace": "globby",
|
|
6
|
-
"upgradeIgnoreList": [
|
|
7
|
-
"globby"
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"build"
|
|
12
|
-
],
|
|
13
|
-
"main": "./build/index.js",
|
|
14
|
-
"types": "./build/index.d.ts",
|
|
15
|
-
"module": "./build/esm/index.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"keywords": [
|
|
18
|
-
"node",
|
|
19
|
-
"components",
|
|
20
|
-
"sprucebot",
|
|
21
|
-
"sprucelabs"
|
|
22
|
-
],
|
|
23
|
-
"scripts": {
|
|
24
|
-
"build.ci": "yarn build.tsc && yarn build.resolve-paths && yarn lint",
|
|
25
|
-
"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/",
|
|
26
|
-
"build.dev": "yarn build.tsc --sourceMap ; yarn resolve-paths.lint",
|
|
27
|
-
"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",
|
|
28
|
-
"build.esm-postbuild": "esm-postbuild --target esm --patterns '**/*.js'",
|
|
29
|
-
"build.resolve-paths": "resolve-path-aliases --target build --patterns '**/*.js,**/*.d.ts'",
|
|
30
|
-
"build.tsc": "yarn build.copy-files && tsc",
|
|
31
|
-
"clean": "yarn clean.build",
|
|
32
|
-
"clean.all": "yarn clean.dependencies && yarn clean.build",
|
|
33
|
-
"clean.build": "rm -rf build/",
|
|
34
|
-
"clean.dist": "rm -rf build/__tests__ build/esm/__tests__",
|
|
35
|
-
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
|
|
36
|
-
"fix.lint": "eslint --fix --cache '**/*.ts'",
|
|
37
|
-
"lint": "eslint --cache '**/*.ts'",
|
|
38
|
-
"lint.tsc": "tsc -p . --noEmit",
|
|
39
|
-
"post.watch.build": "yarn build.copy-files && yarn build.resolve-paths",
|
|
40
|
-
"rebuild": "yarn clean.all && yarn && yarn build.dev",
|
|
41
|
-
"release": "semantic-release",
|
|
42
|
-
"resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
|
|
43
|
-
"test": "jest",
|
|
44
|
-
"update.dependencies": "yarn clean.dependencies && yarn",
|
|
45
|
-
"watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
|
|
46
|
-
"watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
|
|
47
|
-
"watch.rebuild": "yarn clean.all && yarn && yarn watch.build.dev",
|
|
48
|
-
"watch.tsc": "tsc -w"
|
|
49
|
-
},
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"@sprucelabs/spruce-skill-utils": "^28.1.97",
|
|
52
|
-
"globby": "^11.0.4"
|
|
53
|
-
},
|
|
54
|
-
"devDependencies": {
|
|
55
|
-
"@sprucelabs/esm-postbuild": "^3.0.3",
|
|
56
|
-
"@sprucelabs/jest-json-reporter": "^7.0.3",
|
|
57
|
-
"@sprucelabs/resolve-path-aliases": "^1.1.192",
|
|
58
|
-
"@sprucelabs/semantic-release": "^4.0.8",
|
|
59
|
-
"@sprucelabs/spruce-test-fixtures": "^56.0.17",
|
|
60
|
-
"@sprucelabs/test": "^7.7.424",
|
|
61
|
-
"@sprucelabs/test-utils": "^3.4.14",
|
|
62
|
-
"@types/node": "^18.15.0",
|
|
63
|
-
"chokidar-cli": "^3.0.0",
|
|
64
|
-
"concurrently": "^7.6.0",
|
|
65
|
-
"eslint": "^8.35.0",
|
|
66
|
-
"eslint-config-spruce": "^10.12.0",
|
|
67
|
-
"jest": "^29.5.0",
|
|
68
|
-
"jest-circus": "^29.5.0",
|
|
69
|
-
"prettier": "^2.8.4",
|
|
70
|
-
"ts-node": "^10.9.1",
|
|
71
|
-
"tsc-watch": "^6.0.0",
|
|
72
|
-
"typescript": "^4.9.5"
|
|
73
|
-
},
|
|
74
|
-
"description": "A cross-platform globby wrapper",
|
|
75
|
-
"jest": {
|
|
76
|
-
"testRunner": "jest-circus/runner",
|
|
77
|
-
"maxWorkers": 4,
|
|
78
|
-
"testTimeout": 120000,
|
|
79
|
-
"testEnvironment": "node",
|
|
80
|
-
"testPathIgnorePatterns": [
|
|
81
|
-
"<rootDir>/tmp/",
|
|
82
|
-
"<rootDir>/src/",
|
|
83
|
-
"<rootDir>/node_modules/",
|
|
84
|
-
"<rootDir>/build/__tests__/testDirsAndFiles/"
|
|
85
|
-
],
|
|
86
|
-
"testMatch": [
|
|
87
|
-
"**/__tests__/**/*.test.js?(x)"
|
|
88
|
-
],
|
|
89
|
-
"moduleNameMapper": {
|
|
90
|
-
"^#spruce/(.*)$": "<rootDir>/build/.spruce/$1"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|