merchi_sdk_ts 1.0.2-c → 1.0.2-e

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": "merchi_sdk_ts",
3
- "version": "1.0.2c",
3
+ "version": "1.0.2e",
4
4
  "main": "dist/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "dist/index.d.ts",
package/tsconfig.esm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "target": "es2015", // or ES6, ESNext, based on what level of JS features you want to support
3
+ "target": "es2017", // or ES6, ESNext, based on what level of JS features you want to support
4
4
  "module": "es6", // or ES2015, ESNext,
5
5
  "outDir": "esm", // Separated from main 'dist' folder to not clash with UMD build
6
6
  "experimentalDecorators": true,