@simplysf/simply-community-core 0.2.3 → 0.2.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/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
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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-community-core",
3
3
  "description": "Community publish/deploy/domain-verification logic and site-file discovery — the library layer behind @simplysf/simply-community, published separately for direct consumption (e.g. editor tooling, CI scripts) without the CLI framework",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "author": "@ClayChipps",
6
6
  "homepage": "https://github.com/SimplySF/simply-node",
7
7
  "bugs": "https://github.com/SimplySF/simply-node/issues",
@@ -41,7 +41,7 @@
41
41
  "@salesforce/core": "^8.30.0",
42
42
  "@salesforce/kit": "^3.2.6",
43
43
  "@salesforce/source-deploy-retrieve": "^12.37.2",
44
- "@simplysf/simply-core": "^1.6.2",
44
+ "@simplysf/simply-core": "^1.6.3",
45
45
  "glob": "^13.0.6",
46
46
  "xmlbuilder2": "^4.0.3"
47
47
  },
@@ -135,5 +135,5 @@
135
135
  "output": []
136
136
  }
137
137
  },
138
- "gitHead": "00377b58018d2b1a7034c77389daba7c0fa0c246"
138
+ "gitHead": "f1bfa9ff90fe80862f432813ea255b0e96e78344"
139
139
  }