@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 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 &copy; 2022 Esri
56
+ Copyright &copy; 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
@@ -1,4 +1,4 @@
1
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
1
+ /* Copyright (c) 2024 Environmental Systems Research Institute, Inc.
2
2
  * Apache-2.0 */
3
3
  /* istanbul ignore file */
4
4
  export * from "./associations";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
2
+ /* Copyright (c) 2024 Environmental Systems Research Institute, Inc.
3
3
  * Apache-2.0 */
4
4
  /* istanbul ignore file */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "14.225.0",
3
+ "version": "15.0.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",