q2-tecton-common 1.24.0 → 1.25.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.
@@ -1,5 +1,6 @@
1
1
  declare enum CapabilityNames {
2
- PlatformCssPropertiesChanged = "platformCssPropertiesChanged"
2
+ PlatformCssPropertiesChanged = "platformCssPropertiesChanged",
3
+ CallMethod = "callMethod"
3
4
  }
4
5
  export default CapabilityNames;
5
6
  //# sourceMappingURL=capabilityNames.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"capabilityNames.d.ts","sourceRoot":"","sources":["../../src/constants/capabilityNames.ts"],"names":[],"mappings":"AAAA,aAAK,eAAe;IAChB,4BAA4B,iCAAiC;CAChE;AACD,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"capabilityNames.d.ts","sourceRoot":"","sources":["../../src/constants/capabilityNames.ts"],"names":[],"mappings":"AAAA,aAAK,eAAe;IAChB,4BAA4B,iCAAiC;IAC7D,UAAU,eAAe;CAC5B;AACD,eAAe,eAAe,CAAC"}
@@ -1,6 +1,7 @@
1
1
  var CapabilityNames;
2
2
  (function (CapabilityNames) {
3
3
  CapabilityNames["PlatformCssPropertiesChanged"] = "platformCssPropertiesChanged";
4
+ CapabilityNames["CallMethod"] = "callMethod";
4
5
  })(CapabilityNames || (CapabilityNames = {}));
5
6
  export default CapabilityNames;
6
7
  //# sourceMappingURL=capabilityNames.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"capabilityNames.js","sourceRoot":"","sources":["../../src/constants/capabilityNames.ts"],"names":[],"mappings":"AAAA,IAAK,eAEJ;AAFD,WAAK,eAAe;IAChB,gFAA6D,CAAA;AACjE,CAAC,EAFI,eAAe,KAAf,eAAe,QAEnB;AACD,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"capabilityNames.js","sourceRoot":"","sources":["../../src/constants/capabilityNames.ts"],"names":[],"mappings":"AAAA,IAAK,eAGJ;AAHD,WAAK,eAAe;IAChB,gFAA6D,CAAA;IAC7D,4CAAyB,CAAA;AAC7B,CAAC,EAHI,eAAe,KAAf,eAAe,QAGnB;AACD,eAAe,eAAe,CAAC"}
@@ -0,0 +1,6 @@
1
+ declare enum MobileMethodNames {
2
+ GetModuleInfo = "getModuleInfo",
3
+ CallMethod = "callMethod"
4
+ }
5
+ export default MobileMethodNames;
6
+ //# sourceMappingURL=mobileMethodNames.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mobileMethodNames.d.ts","sourceRoot":"","sources":["../../src/constants/mobileMethodNames.ts"],"names":[],"mappings":"AAAA,aAAK,iBAAiB;IAClB,aAAa,kBAAkB;IAC/B,UAAU,eAAe;CAC5B;AACD,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,7 @@
1
+ var MobileMethodNames;
2
+ (function (MobileMethodNames) {
3
+ MobileMethodNames["GetModuleInfo"] = "getModuleInfo";
4
+ MobileMethodNames["CallMethod"] = "callMethod";
5
+ })(MobileMethodNames || (MobileMethodNames = {}));
6
+ export default MobileMethodNames;
7
+ //# sourceMappingURL=mobileMethodNames.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mobileMethodNames.js","sourceRoot":"","sources":["../../src/constants/mobileMethodNames.ts"],"names":[],"mappings":"AAAA,IAAK,iBAGJ;AAHD,WAAK,iBAAiB;IAClB,oDAA+B,CAAA;IAC/B,8CAAyB,CAAA;AAC7B,CAAC,EAHI,iBAAiB,KAAjB,iBAAiB,QAGrB;AACD,eAAe,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q2-tecton-common",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -24,7 +24,7 @@
24
24
  "lib"
25
25
  ],
26
26
  "dependencies": {
27
- "dry-suite": "^1.24.0",
27
+ "dry-suite": "^1.25.0",
28
28
  "maybe-not": "~1.3.3",
29
29
  "rxjs": "6.6.7"
30
30
  },
@@ -51,5 +51,5 @@
51
51
  "tslint": "^6.1.3",
52
52
  "tslint-config-prettier": "^1.18.0"
53
53
  },
54
- "gitHead": "bb916e889c04fc16a7d1bf2ea19014ca57da1a34"
54
+ "gitHead": "e2c4b205d38e2411a417a5afa4903e58a308e9ad"
55
55
  }