@magda/auth-api-client 2.0.0-alpha.8 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2252,6 +2252,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
2252
2252
  return (mod && mod.__esModule) ? mod : { "default": mod };
2253
2253
  };
2254
2254
  Object.defineProperty(exports, "__esModule", { value: true });
2255
+ exports.Maybe = void 0;
2255
2256
  const ApiClient_1 = __importDefault(__webpack_require__(29));
2256
2257
  var tsmonad_1 = __webpack_require__(15);
2257
2258
  Object.defineProperty(exports, "Maybe", { enumerable: true, get: function () { return tsmonad_1.Maybe; } });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/auth-api-client",
3
3
  "description": "MAGDA Auth API Client",
4
- "version": "2.0.0-alpha.8",
4
+ "version": "2.0.0",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf dist tsconfig.tsbuildinfo",
7
7
  "build": "webpack && api-extractor run -l",
@@ -12,10 +12,10 @@
12
12
  "main": "dist/index.js",
13
13
  "types": "dist/index.d.ts",
14
14
  "devDependencies": {
15
- "@magda/typescript-common": "^2.0.0-alpha.8",
16
- "@microsoft/api-extractor": "^7.7.8",
15
+ "@magda/typescript-common": "^2.0.0",
16
+ "@microsoft/api-extractor": "~7.15.2",
17
17
  "ts-loader": "^6.2.1",
18
- "typescript": "^3.7.2",
18
+ "typescript": "~4.2.4",
19
19
  "webpack": "^4.41.2",
20
20
  "webpack-cli": "^3.3.10"
21
21
  },