@aws-amplify/core 5.0.12 → 5.0.13-unstableV5.4

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 +1 @@
1
- export declare const version = "5.0.11";
1
+ export declare const version = "5.0.12";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  // generated by genversion
4
- exports.version = '5.0.11';
4
+ exports.version = '5.0.12';
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export declare const version = "5.0.11";
1
+ export declare const version = "5.0.12";
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export var version = '5.0.11';
2
+ export var version = '5.0.12';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "5.0.12",
3
+ "version": "5.0.13-unstableV5.4+a7d3c2c42",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -24,7 +24,8 @@
24
24
  "build:esm:watch": "rimraf lib-esm && node ./build es6 --watch",
25
25
  "build": "npm run clean && npm run generate-version && npm run build:esm && npm run build:cjs",
26
26
  "generate-version": "genversion src/Platform/version.ts --es6 --semi",
27
- "clean": "rimraf lib-esm lib dist dual-publish-tmp",
27
+ "clean": "npm run clean:size && rimraf lib-esm lib dist",
28
+ "clean:size": "rimraf dual-publish-tmp tmp*",
28
29
  "format": "echo \"Not implemented\"",
29
30
  "lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
30
31
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 76.41"
@@ -145,5 +146,5 @@
145
146
  "lib-esm"
146
147
  ]
147
148
  },
148
- "gitHead": "4794e2d8e9fe102c7108b6d63071bd71af07f76b"
149
+ "gitHead": "a7d3c2c4223d6877e71fe5fd286f24104a7a8cc0"
149
150
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '5.0.11';
2
+ export const version = '5.0.12';