@messenger-box/platform-client 10.0.3-alpha.34 → 10.0.3-alpha.36

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.0.3-alpha.36](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.35...v10.0.3-alpha.36) (2025-04-23)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
6
10
  ## [10.0.3-alpha.34](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.33...v10.0.3-alpha.34) (2025-04-22)
7
11
 
8
12
  **Note:** Version bump only for package @messenger-box/platform-client
@@ -16,9 +16,9 @@ fragment Post on Post {
16
16
  fromServer
17
17
  updatedAt
18
18
 
19
- # propsConfiguration {
20
- # ...Configuration
21
- # }
19
+ propsConfiguration {
20
+ ...Configuration
21
+ }
22
22
  props
23
23
  files {
24
24
  totalCount
@@ -55,9 +55,9 @@ fragment PostReplies on Messages {
55
55
  createdAt
56
56
  fromServer
57
57
  updatedAt
58
- # propsConfiguration {
59
- # ...Configuration
60
- # }
58
+ propsConfiguration {
59
+ ...Configuration
60
+ }
61
61
  props
62
62
  files {
63
63
  totalCount
@@ -95,9 +95,9 @@ fragment PostWithoutReplies on Post {
95
95
  fromServer
96
96
  updatedAt
97
97
 
98
- # propsConfiguration {
99
- # ...Configuration
100
- # }
98
+ propsConfiguration {
99
+ ...Configuration
100
+ }
101
101
  props
102
102
  files {
103
103
  totalCount
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-client",
3
- "version": "10.0.3-alpha.34",
3
+ "version": "10.0.3-alpha.36",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@container-stack/file-info-client": "^5.4.1-alpha.6",
24
- "@messenger-box/core": "10.0.3-alpha.34",
24
+ "@messenger-box/core": "10.0.3-alpha.36",
25
25
  "key-mirror": "1.0.1",
26
26
  "moment-timezone": "0.5.33"
27
27
  },
@@ -35,5 +35,5 @@
35
35
  "typescript": {
36
36
  "definition": "lib/index.d.ts"
37
37
  },
38
- "gitHead": "33c7bdb4f36c40b6368a5c96fe6312de009188a1"
38
+ "gitHead": "c19b436784fffe67a8d77d89959a9ac898ab76c4"
39
39
  }
@@ -16,9 +16,9 @@ fragment Post on Post {
16
16
  fromServer
17
17
  updatedAt
18
18
 
19
- # propsConfiguration {
20
- # ...Configuration
21
- # }
19
+ propsConfiguration {
20
+ ...Configuration
21
+ }
22
22
  props
23
23
  files {
24
24
  totalCount
@@ -55,9 +55,9 @@ fragment PostReplies on Messages {
55
55
  createdAt
56
56
  fromServer
57
57
  updatedAt
58
- # propsConfiguration {
59
- # ...Configuration
60
- # }
58
+ propsConfiguration {
59
+ ...Configuration
60
+ }
61
61
  props
62
62
  files {
63
63
  totalCount
@@ -95,9 +95,9 @@ fragment PostWithoutReplies on Post {
95
95
  fromServer
96
96
  updatedAt
97
97
 
98
- # propsConfiguration {
99
- # ...Configuration
100
- # }
98
+ propsConfiguration {
99
+ ...Configuration
100
+ }
101
101
  props
102
102
  files {
103
103
  totalCount