@evoke-platform/sdk 1.0.0-dev.92 → 1.0.0-dev.94

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/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@evoke-platform/context';
2
2
  export { Container as WidgetContainer } from '@evoke-platform/context';
3
+ export * from '@evoke-platform/payment';
3
4
  export * from '@evoke-platform/ui-components';
4
5
  export { Container } from '@evoke-platform/ui-components';
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  // Copyright (c) 2023 System Automation Corporation.
2
2
  // This file is licensed under the MIT License.
3
3
  export * from '@evoke-platform/context';
4
+ export * from '@evoke-platform/payment';
4
5
  export * from '@evoke-platform/ui-components';
5
6
  export { Container } from '@evoke-platform/ui-components';
6
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,+CAA+C;AAE/C,cAAc,yBAAyB,CAAC;AAExC,cAAc,+BAA+B,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,+CAA+C;AAE/C,cAAc,yBAAyB,CAAC;AAExC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/sdk",
3
- "version": "1.0.0-dev.92",
3
+ "version": "1.0.0-dev.94",
4
4
  "description": "SDK for Evoke platform",
5
5
  "homepage": "https://github.com/Evoke-Platform/evoke-sdk/blob/main/packages/sdk/README.md",
6
6
  "repository": {
@@ -27,6 +27,7 @@
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "@evoke-platform/context": "latest",
30
+ "@evoke-platform/payment": "^1.0.0-dev.0",
30
31
  "@evoke-platform/ui-components": "latest"
31
32
  },
32
33
  "devDependencies": {