@or-sdk/settings 0.23.8 → 0.23.9-beta.465.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 (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@or-sdk/settings",
3
- "version": "0.23.8",
3
+ "version": "0.23.9-beta.465.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 && npm run build:esm && npm run build:cjs",
8
+ "build": "pnpm clean && pnpm build:esm && pnpm build:cjs",
9
9
  "build:cjs": "tsc --project tsconfig.json",
10
10
  "build:esm": "tsc --project tsconfig.esm.json",
11
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\"",
12
+ "build:watch": "concurrently -r --hide 1,2 \"pnpm build:watch:cjs\" \"pnpm build:watch:esm\" \"pnpm build:watch:types\"",
13
13
  "build:watch:cjs": "tsc --project tsconfig.json -w",
14
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": "npm run build:watch:esm"
17
+ "dev": "pnpm build:watch:esm"
18
18
  },
19
19
  "dependencies": {
20
- "@or-sdk/base": "^0.26.0",
21
- "@or-sdk/sdk-api": "^0.23.7"
20
+ "@or-sdk/base": "^0.26.1-beta.465.0",
21
+ "@or-sdk/sdk-api": "^0.23.8-beta.465.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "concurrently": "^6.4.0",
@@ -26,6 +26,5 @@
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
29
- },
30
- "gitHead": "0cd637f9f328e31d97b9cade42341698c5fce108"
29
+ }
31
30
  }