@or-sdk/settings 0.23.6 → 0.23.8-beta.445.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.23.7](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/settings@0.23.6...@or-sdk/settings@0.23.7) (2022-06-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix watch, better build ([b3e8528](https://gitlab.com/onereach/platform/or-sdk-next/commit/b3e85287dae5b53b892fcefc48348094dac8a0cc))
12
+
13
+
14
+
6
15
  ### [0.23.6](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/settings@0.23.5...@or-sdk/settings@0.23.6) (2022-06-20)
7
16
 
8
17
  **Note:** Version bump only for package @or-sdk/settings
@@ -16,3 +16,4 @@ export declare class Settings {
16
16
  deleteAccountSettings({ accountId, key }: AccountRouteDeletePayload): Promise<any>;
17
17
  deleteUserSettings({ accountId, userId, key }: UserRouteDeletePayload): Promise<any>;
18
18
  }
19
+ //# sourceMappingURL=Settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../src/Settings.ts"],"names":[],"mappings":"AACA,OAAO,EACL,yBAAyB,EACzB,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EACrB,mBAAmB,EACnB,yBAAyB,EACzB,cAAc,EAAE,sBAAsB,EACtC,mBAAmB,EAAE,mBAAmB,EACzC,MAAM,SAAS,CAAC;AAUjB,qBAAa,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;gBAQpB,MAAM,EAAE,cAAc;IAU5B,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAG3B,OAAO,CAAC,oBAAoB;IAW5B,OAAO,CAAC,iBAAiB;IAezB,OAAO,CAAC,mBAAmB;IA4BpB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IA2B7F,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAwB7F,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,sBAAsB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAwBhG,eAAe,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,mBAAmB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAyBlG,iBAAiB,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,qBAAqB,GAAG,OAAO,CAAC,GAAG,CAAC;IAyBlF,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,sBAAsB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IA0BvG,eAAe,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IAyBzG,qBAAqB,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,yBAAyB,GAAG,OAAO,CAAC,GAAG,CAAC;IAsBlF,kBAAkB,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,sBAAsB,GAAG,OAAO,CAAC,GAAG,CAAC;CAUlG"}
@@ -5,3 +5,4 @@ export declare const ROLES: {
5
5
  GUEST: string;
6
6
  UNAUTHORIZED: string;
7
7
  };
8
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK;;;;;;CAMjB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export { Settings } from './Settings';
2
2
  export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,cAAc,SAAS,CAAC"}
@@ -36,3 +36,4 @@ export declare type UserRouteDeletePayload = {
36
36
  userId: string;
37
37
  key: string;
38
38
  };
39
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,oBAAY,cAAc,GAAG;IAI3B,KAAK,EAAE,KAAK,CAAC;IAIb,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,oBAAY,qBAAqB,GAAG,mBAAmB,CAAC;AAExD,oBAAY,mBAAmB,GAAG,mBAAmB,CAAC;AAEtD,oBAAY,yBAAyB,GAAG,mBAAmB,GAAG;IAC5D,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,oBAAY,sBAAsB,GAAG,sBAAsB,GAAG;IAC5D,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,oBAAY,mBAAmB,GAAG,mBAAmB,GAAG;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
package/package.json CHANGED
@@ -1,20 +1,24 @@
1
1
  {
2
- "version": "0.23.6",
3
2
  "name": "@or-sdk/settings",
3
+ "version": "0.23.8-beta.445.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
7
7
  "scripts": {
8
- "build": "npm run clean && concurrently \"npm run build:cjs\" \"npm run build:esm\" \"npm run build:types\"",
9
- "build:watch": "concurrently -r --hide 1,2 \"npm run build:watch:cjs\" \"npm run build:watch:esm\" \"npm run build:watch:types\"",
8
+ "build": "npm run clean && npm run build:esm && npm run build:cjs",
10
9
  "build:cjs": "tsc --project tsconfig.json",
11
- "build:watch:cjs": "tsc --project tsconfig.json -w",
12
10
  "build:esm": "tsc --project tsconfig.esm.json",
13
- "build:watch:esm": "tsc --project tsconfig.esm.json -w",
14
11
  "build:types": "tsc --project tsconfig.types.json",
12
+ "build:watch": "concurrently -r --hide 1,2 \"npm run build:watch:cjs\" \"npm run build:watch:esm\" \"npm run build:watch:types\"",
13
+ "build:watch:cjs": "tsc --project tsconfig.json -w",
14
+ "build:watch:esm": "tsc --project tsconfig.esm.json -w",
15
15
  "build:watch:types": "tsc --project tsconfig.types.json -w",
16
16
  "clean": "rm -rf ./dist",
17
- "dev": "tsc --project tsconfig.dev.json -w"
17
+ "dev": "npm run build:watch:esm"
18
+ },
19
+ "dependencies": {
20
+ "@or-sdk/base": "^0.25.2-beta.445.0",
21
+ "@or-sdk/sdk-api": "^0.23.7-beta.445.0"
18
22
  },
19
23
  "devDependencies": {
20
24
  "concurrently": "^6.4.0",
@@ -22,10 +26,5 @@
22
26
  },
23
27
  "publishConfig": {
24
28
  "access": "public"
25
- },
26
- "dependencies": {
27
- "@or-sdk/base": "^0.25.0",
28
- "@or-sdk/sdk-api": "^0.23.5"
29
- },
30
- "gitHead": "a9bf0b2923fd377bfce8b298eaf823ad0c9f8160"
29
+ }
31
30
  }
package/tsconfig.dev.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "extends": "./tsconfig.esm.json",
3
3
  "compilerOptions": {
4
- "outDir": "./dist/types",
4
+ "declarationDir": "./dist/types",
5
5
  "rootDir": "./src",
6
- "declaration": true,
6
+ "declaration": true
7
7
  }
8
8
  }
package/tsconfig.esm.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
3
  "compilerOptions": {
4
+ "outDir": "./dist/esm",
5
+ "declarationDir": "./dist/types",
4
6
  "module": "ES6",
5
7
  "target": "es6",
6
- "outDir": "./dist/esm/",
7
- "rootDir": "./src"
8
+ "rootDir": "./src",
9
+ "declaration": true,
10
+ "declarationMap": true
8
11
  }
9
- }
12
+ }
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
3
  "compilerOptions": {
4
- "outDir": "./dist/types/",
4
+ "outDir": "./dist/types",
5
5
  "rootDir": "./src",
6
6
  "declaration": true,
7
+ "declarationMap": true,
7
8
  "emitDeclarationOnly": true
8
9
  }
9
10
  }