@simplysf/simply-project 1.2.23 → 1.2.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2026, Clay Chipps.
3
+ Copyright (c) 2026, SimplySF.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
package/README.md CHANGED
@@ -59,7 +59,7 @@ FLAG DESCRIPTIONS
59
59
  The path to the Salesforce project directory to scan for metadata files.
60
60
  ```
61
61
 
62
- _See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-plugins/blob/@simplysf/simply-project@1.2.21/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
62
+ _See code: [lib/commands/simply/project/update/api-version.js](https://github.com/SimplySF/simply-plugins/blob/@simplysf/simply-project@1.2.23/packages/simply-project/lib/commands/simply/project/update/api-version.js)_
63
63
  <!-- commandsstop -->
64
64
 
65
65
  ## License
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2026, Clay Chipps.
2
+ * Copyright (c) 2026, SimplySF.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2026, Clay Chipps.
2
+ * Copyright (c) 2026, SimplySF.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
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.23",
4
+ "version": "1.2.25",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply-plugins",
7
7
  "bugs": "https://github.com/SimplySF/simply-plugins/issues",
@@ -200,5 +200,5 @@
200
200
  "output": []
201
201
  }
202
202
  },
203
- "gitHead": "28a6740666151b0d5b923e35a9a0ca06d07608aa"
203
+ "gitHead": "f2dd860c0a40aab95ed01ec8ff075507f9ad75a6"
204
204
  }