@nu-art/push-pub-sub-frontend 0.500.0 → 0.500.6

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,7 +1,7 @@
1
1
  import type { DB_Prototype } from '@nu-art/db-api-shared';
2
2
  import type { ApiCallerEventType } from '@nu-art/db-api-shared';
3
3
  import { ModuleFE_BaseApi } from '@nu-art/db-api-frontend';
4
- import { DatabaseDef_PushSubscription } from '@nu-art/push-pub-sub-shared/push-subscription/index';
4
+ import { DatabaseDef_PushSubscription } from '@nu-art/push-pub-sub-shared/push-subscription/types';
5
5
  import { ThunderDispatcher } from '@nu-art/thunder-core';
6
6
  /** Event type for subscription updates. Uses any for DB type to bridge ts-common DB_PushSubscription with db-api DB_Object. */
7
7
  export interface OnSubscriptionUpdated {
@@ -1,6 +1,6 @@
1
1
  import { CrudApiDef } from '@nu-art/db-api-shared';
2
2
  import { buildConfigFromDBDef, ModuleFE_BaseApi } from '@nu-art/db-api-frontend';
3
- import { DBDef_PushSubscription } from '@nu-art/push-pub-sub-shared/push-subscription/index';
3
+ import { DBDef_PushSubscription } from '@nu-art/push-pub-sub-shared/push-subscription/db-def';
4
4
  import { ThunderDispatcher } from '@nu-art/thunder-core';
5
5
  export const dispatch_onSubscriptionChanged = new ThunderDispatcher('__onSubscriptionUpdated');
6
6
  export class ModuleFE_PushSubscription_Class extends ModuleFE_BaseApi {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/push-pub-sub-frontend",
3
- "version": "0.500.0",
3
+ "version": "0.500.6",
4
4
  "description": "push-pub-sub Frontend",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -23,21 +23,21 @@
23
23
  "author": "TacB0sS",
24
24
  "scripts": {},
25
25
  "dependencies": {
26
- "@nu-art/push-pub-sub-shared": "0.500.0",
27
- "@nu-art/firebase-frontend": "0.500.0",
28
- "@nu-art/firebase-shared": "0.500.0",
29
- "@nu-art/permissions-frontend": "0.500.0",
30
- "@nu-art/permissions-shared": "0.500.0",
31
- "@nu-art/db-api-frontend": "0.500.0",
32
- "@nu-art/db-api-shared": "0.500.0",
33
- "@nu-art/http-client": "{{THUNDERSTORM_VERSION}}",
34
- "@nu-art/thunder-core": "{{THUNDERSTORM_VERSION}}",
35
- "@nu-art/thunder-ui-modules": "{{THUNDERSTORM_VERSION}}",
36
- "@nu-art/thunder-widgets": "{{THUNDERSTORM_VERSION}}",
37
- "@nu-art/ts-common": "0.500.0",
38
- "@nu-art/ts-styles": "0.500.0",
39
- "@nu-art/user-account-frontend": "0.500.0",
40
- "@nu-art/user-account-shared": "0.500.0",
26
+ "@nu-art/push-pub-sub-shared": "0.500.6",
27
+ "@nu-art/firebase-frontend": "0.500.6",
28
+ "@nu-art/firebase-shared": "0.500.6",
29
+ "@nu-art/permissions-frontend": "0.500.6",
30
+ "@nu-art/permissions-shared": "0.500.6",
31
+ "@nu-art/db-api-frontend": "0.500.6",
32
+ "@nu-art/db-api-shared": "0.500.6",
33
+ "@nu-art/http-client": "0.500.6",
34
+ "@nu-art/thunder-core": "0.500.6",
35
+ "@nu-art/thunder-ui-modules": "0.500.6",
36
+ "@nu-art/thunder-widgets": "0.500.6",
37
+ "@nu-art/ts-common": "0.500.6",
38
+ "@nu-art/ts-styles": "0.500.6",
39
+ "@nu-art/user-account-frontend": "0.500.6",
40
+ "@nu-art/user-account-shared": "0.500.6",
41
41
  "firebase": "^11.9.0",
42
42
  "firebase-admin": "13.4.0",
43
43
  "moment": "^2.29.4",
@@ -1 +0,0 @@
1
- export * from './ATS_PushPubSub.js';
@@ -1 +0,0 @@
1
- export * from './ATS_PushPubSub.js';