@aws-amplify/core 5.1.13 → 5.1.14-unstable.3ca1913.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.1.12";
1
+ export declare const version = "5.1.5-unstable.3ca1913.4+3ca1913cf";
@@ -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.1.12';
4
+ exports.version = '5.1.5-unstable.3ca1913.4+3ca1913cf';
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/Platform/version.ts"],"names":[],"mappings":";;AAAA,0BAA0B;AACb,QAAA,OAAO,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/Platform/version.ts"],"names":[],"mappings":";;AAAA,0BAA0B;AACb,QAAA,OAAO,GAAG,oCAAoC,CAAC"}
@@ -1 +1 @@
1
- export declare const version = "5.1.12";
1
+ export declare const version = "5.1.5-unstable.3ca1913.4+3ca1913cf";
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export var version = '5.1.12';
2
+ export var version = '5.1.5-unstable.3ca1913.4+3ca1913cf';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/Platform/version.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,CAAC,IAAM,OAAO,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/Platform/version.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,CAAC,IAAM,OAAO,GAAG,oCAAoC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "5.1.13",
3
+ "version": "5.1.14-unstable.3ca1913.4+3ca1913cf",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -23,11 +23,12 @@
23
23
  "build:cjs:watch": "node ./build es5 --watch",
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
- "generate-version": "genversion src/Platform/version.ts --es6 --semi",
26
+ "generate-version": "genversion src/Platform/version.ts --es6 --semi --source ../aws-amplify",
27
27
  "clean": "npm run clean:size && rimraf lib-esm lib dist",
28
28
  "clean:size": "rimraf dual-publish-tmp tmp*",
29
29
  "format": "echo \"Not implemented\"",
30
30
  "lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
31
+ "prepublishOnly": "npm run build",
31
32
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 76.41"
32
33
  },
33
34
  "react-native": {
@@ -146,5 +147,5 @@
146
147
  "lib-esm"
147
148
  ]
148
149
  },
149
- "gitHead": "6e57313de1846893b470d1f9ca5572f9e919c26c"
150
+ "gitHead": "3ca1913cfb0d243f6c95cac72f7d28fd890e2b72"
150
151
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '5.1.12';
2
+ export const version = '5.1.5-unstable.3ca1913.4+3ca1913cf';