@simplysf/simply-project 1.2.15 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2026, Clay Chipps; Copyright (c) 2026 Salesforce, Inc.
3
+ Copyright (c) 2026, Clay Chipps.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2026, Clay Chipps; Copyright (c) 2026 Salesforce, Inc.
2
+ * Copyright (c) 2026, Clay Chipps.
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; Copyright (c) 2026 Salesforce, Inc.
2
+ * Copyright (c) 2026, Clay Chipps.
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.15",
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": "c74c96484b36412aeb44ea048f9e90a7de4b995e"
214
+ "gitHead": "38ed53d2431dda18131459dbb30a8f7a0343630c"
215
215
  }