@simplysf/simply-project 1.2.14 → 1.2.17
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/LICENSE.txt +1 -1
- package/README.md +4 -0
- package/lib/commands/simply/project/update/api-version.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -61,3 +61,7 @@ FLAG DESCRIPTIONS
|
|
|
61
61
|
|
|
62
62
|
_See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-node/blob/@simplysf/simply-project@1.2.10/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
|
|
63
63
|
<!-- commandsstop -->
|
|
64
|
+
|
|
65
|
+
## License
|
|
66
|
+
|
|
67
|
+
Licensed under the [Apache-2.0](https://raw.githubusercontent.com/SimplySF/simply-node/main/LICENSE.txt) license.
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysf/simply-project",
|
|
3
3
|
"description": "Utilities for working with Salesforce projects",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.17",
|
|
5
5
|
"author": "@ClayChipps",
|
|
6
6
|
"homepage": "https://github.com/SimplySF/simply-node",
|
|
7
7
|
"bugs": "https://github.com/SimplySF/simply-node/issues",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"readme": "oclif readme --no-aliases",
|
|
87
87
|
"test": "wireit",
|
|
88
88
|
"test:coverage": "vitest run --coverage --project simply-project",
|
|
89
|
-
"test:nuts": "vitest run --config vitest.nuts.config.ts --project simply-project",
|
|
89
|
+
"test:nuts": "vitest run --config ../../vitest.nuts.config.ts --project simply-project",
|
|
90
90
|
"test:only": "wireit",
|
|
91
91
|
"test:watch": "vitest watch --project simply-project"
|
|
92
92
|
},
|
|
@@ -211,5 +211,5 @@
|
|
|
211
211
|
"output": []
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
|
-
"gitHead": "
|
|
214
|
+
"gitHead": "38ed53d2431dda18131459dbb30a8f7a0343630c"
|
|
215
215
|
}
|