@esri/hub-common 14.225.0 → 15.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/README.md +4 -1
- package/dist/esm/index.js +1 -1
- package/dist/node/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,13 +44,16 @@ For transparency into the release cycle and in striving to maintain backward com
|
|
|
44
44
|
|
|
45
45
|
For more information on SemVer, please visit <http://semver.org/>.
|
|
46
46
|
|
|
47
|
+
### BREAKING CHANGES
|
|
48
|
+
Before initiating a breaking change, review the commit messages to ensure that intervening squashes have not mangled the commit message such that semantic release will not do a major release. Also - do not push directly to master as the actions won't run.
|
|
49
|
+
|
|
47
50
|
### Contributing
|
|
48
51
|
|
|
49
52
|
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](CONTRIBUTING.md).
|
|
50
53
|
|
|
51
54
|
### License
|
|
52
55
|
|
|
53
|
-
Copyright ©
|
|
56
|
+
Copyright © 2024 Esri
|
|
54
57
|
|
|
55
58
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
56
59
|
you may not use this file except in compliance with the License.
|
package/dist/esm/index.js
CHANGED
package/dist/node/index.js
CHANGED