@conterra/ct-mapapps-typings 4.19.0-next.20241204082532 → 4.19.0-next.20241204215401

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.
@@ -1,6 +1,9 @@
1
1
  import { BundleEvent_INSTALLED, BundleEvent_STARTED, BundleEvent_STOPPED, BundleEvent_UNINSTALLED, BundleEvent_RESOLVING, BundleEvent_RESOLVED, BundleEvent_UNRESOLVED, BundleEvent_STARTING, BundleEvent_STOPPING } from './api/index.js';
2
2
  import 'apprt-core/Types';
3
3
 
4
+ /**
5
+ * @deprecated use {BundleEvents} from 'apprt/Events' instead
6
+ */
4
7
  declare const BundleEvent: {
5
8
  types: {
6
9
  INSTALLED: BundleEvent_INSTALLED;
@@ -1,6 +1,9 @@
1
1
  import { FrameworkEvent_STARTED, FrameworkEvent_ERROR, FrameworkEvent_STARTLEVEL_CHANGED, FrameworkEvent_WARNING, FrameworkEvent_STOPPED } from './api/index.js';
2
2
  import 'apprt-core/Types';
3
3
 
4
+ /**
5
+ * @deprecated use {FrameworkEvents} from 'apprt/Events' instead
6
+ **/
4
7
  declare const FrameworkEvent: {
5
8
  types: {
6
9
  STARTED: FrameworkEvent_STARTED;
@@ -1,6 +1,9 @@
1
1
  import { ServiceEvent_REGISTERED, ServiceEvent_MODIFIED, ServiceEvent_UNREGISTERING, ServiceEvent_LAZY_GET, ServiceEvent_LAZY_UNGET } from './api/index.js';
2
2
  import 'apprt-core/Types';
3
3
 
4
+ /**
5
+ * @deprecated use {ServiceEvents} from 'apprt/Events' instead.
6
+ */
4
7
  declare const ServiceEvent: {
5
8
  types: {
6
9
  REGISTERED: ServiceEvent_REGISTERED;
package/ct/Exception.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated Use 'apprt-core/Exception' instead.
3
+ */
1
4
  declare const Exception: any;
2
5
 
3
6
  export { Exception as default };
package/ct/Locale.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated Use {@link apprt-core/Locale} instead.
3
+ */
1
4
  declare function create(lang: any, country: any, variant: any, ...args: any[]): any;
2
5
  declare namespace create {
3
6
  export function getCurrent(): any;
package/ct/request.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @deprecated Use apprt-request instead.
3
+ */
1
4
  declare function request(opts: any, flags: any): Promise<any>;
2
5
  declare namespace request {
3
6
  export { request };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.0-next.20241204082532",
3
+ "version": "4.19.0-next.20241204215401",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"