@messenger-box/platform-client 10.0.3-alpha.180 → 10.0.3-alpha.182

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-client",
3
- "version": "10.0.3-alpha.180",
3
+ "version": "10.0.3-alpha.182",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -20,7 +20,7 @@
20
20
  "watch": "yarn build:lib:watch"
21
21
  },
22
22
  "dependencies": {
23
- "@messenger-box/core": "10.0.3-alpha.180",
23
+ "@messenger-box/core": "10.0.3-alpha.182",
24
24
  "key-mirror": "1.0.1",
25
25
  "moment-timezone": "0.5.33"
26
26
  },
@@ -35,5 +35,5 @@
35
35
  "typescript": {
36
36
  "definition": "lib/index.d.ts"
37
37
  },
38
- "gitHead": "a2c148fca8c289ce2c3df602a05517ba13305cd0"
38
+ "gitHead": "3a0c30a2acb27d857693add7c9ef33f673dcf7ea"
39
39
  }
@@ -1,12 +0,0 @@
1
-
2
- fragment Configuration on IConfigurationModel{
3
- resource
4
- target
5
- contents
6
- keys
7
- overrides {
8
- contents
9
- identifiers
10
- }
11
- __typename
12
- }