@simplysf/simply-project 1.0.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.
- package/lib/index.d.ts +2 -0
- package/lib/index.js +17 -0
- package/lib/index.js.map +1 -0
- package/package.json +199 -0
package/lib/index.d.ts
ADDED
package/lib/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2026, Clay Chipps; Copyright (c) 2026 Salesforce, Inc.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export default {};
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,eAAe,EAAE,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@simplysf/simply-project",
|
|
3
|
+
"description": "Utilities for working with Salesforce projects",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"author": "@ClayChipps",
|
|
6
|
+
"homepage": "https://github.com/SimplySF/simply",
|
|
7
|
+
"bugs": "https://github.com/SimplySF/simply/issues",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/SimplySF/simply",
|
|
11
|
+
"directory": "packages/simply-project"
|
|
12
|
+
},
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=22.0.0"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"/lib",
|
|
18
|
+
"/messages",
|
|
19
|
+
"/npm-shrinkwrap.json",
|
|
20
|
+
"/oclif.lock",
|
|
21
|
+
"/oclif.manifest.json"
|
|
22
|
+
],
|
|
23
|
+
"keywords": [
|
|
24
|
+
"force",
|
|
25
|
+
"salesforce",
|
|
26
|
+
"sfdx",
|
|
27
|
+
"salesforcedx",
|
|
28
|
+
"sfdx-plugin",
|
|
29
|
+
"sf-plugin",
|
|
30
|
+
"sf"
|
|
31
|
+
],
|
|
32
|
+
"license": "Apache-2.0",
|
|
33
|
+
"exports": "./lib/index.js",
|
|
34
|
+
"type": "module",
|
|
35
|
+
"oclif": {
|
|
36
|
+
"bin": "sf",
|
|
37
|
+
"commands": "./lib/commands",
|
|
38
|
+
"devPlugins": [
|
|
39
|
+
"@oclif/plugin-command-snapshot",
|
|
40
|
+
"@oclif/plugin-help",
|
|
41
|
+
"@salesforce/plugin-command-reference"
|
|
42
|
+
],
|
|
43
|
+
"flexibleTaxonomy": true,
|
|
44
|
+
"plugins": [],
|
|
45
|
+
"repositoryPrefix": "<%- repo %>/blob/@simplysf/simply-project@<%- version %>/packages/simply-project/<%- commandPath %>",
|
|
46
|
+
"topics": {
|
|
47
|
+
"simply": {
|
|
48
|
+
"description": "Commands for simplifying Salesforce",
|
|
49
|
+
"subtopics": {
|
|
50
|
+
"project": {
|
|
51
|
+
"description": "Commands for working with Salesforce projects"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"topicSeparator": " "
|
|
57
|
+
},
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"@oclif/core": "^4.11.2",
|
|
60
|
+
"@salesforce/core": "^8.30.0",
|
|
61
|
+
"@salesforce/kit": "^3.2.6",
|
|
62
|
+
"@salesforce/sf-plugins-core": "^12.2.16"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@oclif/plugin-command-snapshot": "^5.3.19",
|
|
66
|
+
"@salesforce/plugin-command-reference": "^3.1.99"
|
|
67
|
+
},
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"build": "wireit",
|
|
73
|
+
"compile": "wireit",
|
|
74
|
+
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
75
|
+
"format": "wireit",
|
|
76
|
+
"link-check": "wireit",
|
|
77
|
+
"lint": "wireit",
|
|
78
|
+
"readme": "oclif readme --no-aliases",
|
|
79
|
+
"test": "wireit",
|
|
80
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 5",
|
|
81
|
+
"test:only": "wireit",
|
|
82
|
+
"test:watch": "mocha --watch \"./test/**/*.test.ts\""
|
|
83
|
+
},
|
|
84
|
+
"wireit": {
|
|
85
|
+
"build": {
|
|
86
|
+
"dependencies": [
|
|
87
|
+
"compile",
|
|
88
|
+
"lint"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"compile": {
|
|
92
|
+
"command": "tsc -p . --pretty --incremental",
|
|
93
|
+
"files": [
|
|
94
|
+
"src/**/*.ts",
|
|
95
|
+
"**/tsconfig.json",
|
|
96
|
+
"messages/**"
|
|
97
|
+
],
|
|
98
|
+
"output": [
|
|
99
|
+
"lib/**",
|
|
100
|
+
"*.tsbuildinfo"
|
|
101
|
+
],
|
|
102
|
+
"clean": "if-file-deleted"
|
|
103
|
+
},
|
|
104
|
+
"format": {
|
|
105
|
+
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
|
|
106
|
+
"files": [
|
|
107
|
+
"src/**/*.ts",
|
|
108
|
+
"test/**/*.ts",
|
|
109
|
+
"schemas/**/*.json",
|
|
110
|
+
"command-snapshot.json",
|
|
111
|
+
".prettier*"
|
|
112
|
+
],
|
|
113
|
+
"output": []
|
|
114
|
+
},
|
|
115
|
+
"lint": {
|
|
116
|
+
"command": "eslint src test --color --cache --cache-location .eslintcache",
|
|
117
|
+
"files": [
|
|
118
|
+
"src/**/*.ts",
|
|
119
|
+
"test/**/*.ts",
|
|
120
|
+
"messages/**",
|
|
121
|
+
"**/.eslint*",
|
|
122
|
+
"**/tsconfig.json"
|
|
123
|
+
],
|
|
124
|
+
"output": []
|
|
125
|
+
},
|
|
126
|
+
"test": {
|
|
127
|
+
"dependencies": [
|
|
128
|
+
"test:compile",
|
|
129
|
+
"test:only",
|
|
130
|
+
"test:command-reference",
|
|
131
|
+
"test:deprecation-policy",
|
|
132
|
+
"lint",
|
|
133
|
+
"test:json-schema",
|
|
134
|
+
"link-check"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"test:command-reference": {
|
|
138
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
|
|
139
|
+
"files": [
|
|
140
|
+
"src/**/*.ts",
|
|
141
|
+
"messages/**",
|
|
142
|
+
"package.json"
|
|
143
|
+
],
|
|
144
|
+
"output": [
|
|
145
|
+
"tmp/root"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"test:deprecation-policy": {
|
|
149
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
|
|
150
|
+
"files": [
|
|
151
|
+
"src/**/*.ts"
|
|
152
|
+
],
|
|
153
|
+
"output": [],
|
|
154
|
+
"dependencies": [
|
|
155
|
+
"compile"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"test:json-schema": {
|
|
159
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
|
|
160
|
+
"files": [
|
|
161
|
+
"src/**/*.ts",
|
|
162
|
+
"schemas"
|
|
163
|
+
],
|
|
164
|
+
"output": []
|
|
165
|
+
},
|
|
166
|
+
"test:compile": {
|
|
167
|
+
"command": "tsc -p \"./test\" --pretty",
|
|
168
|
+
"files": [
|
|
169
|
+
"test/**/*.ts",
|
|
170
|
+
"**/tsconfig.json"
|
|
171
|
+
],
|
|
172
|
+
"output": []
|
|
173
|
+
},
|
|
174
|
+
"test:only": {
|
|
175
|
+
"command": "nyc mocha \"test/**/*.test.ts\"",
|
|
176
|
+
"env": {
|
|
177
|
+
"FORCE_COLOR": "2"
|
|
178
|
+
},
|
|
179
|
+
"files": [
|
|
180
|
+
"test/**/*.ts",
|
|
181
|
+
"src/**/*.ts",
|
|
182
|
+
"**/tsconfig.json",
|
|
183
|
+
".mocha*",
|
|
184
|
+
"!*.nut.ts",
|
|
185
|
+
".nycrc"
|
|
186
|
+
],
|
|
187
|
+
"output": []
|
|
188
|
+
},
|
|
189
|
+
"link-check": {
|
|
190
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|blob/.*/lib/|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
191
|
+
"files": [
|
|
192
|
+
"./*.md",
|
|
193
|
+
"./!(CHANGELOG).md",
|
|
194
|
+
"messages/**/*.md"
|
|
195
|
+
],
|
|
196
|
+
"output": []
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|