@cube-dev/platform-client 0.1.2 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cube-dev/platform-client",
3
- "version": "0.1.2",
3
+ "version": "0.3.0",
4
4
  "description": "Cube Platform Client",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "homepage": "",
@@ -38,15 +38,13 @@
38
38
  "sideEffects": false,
39
39
  "scripts": {
40
40
  "build": "rm -rf dist tsconfig.tsbuildinfo && tsc",
41
- "build:tsgo": "rm -rf dist tsconfig.tsbuildinfo && tsgo",
42
41
  "tsc": "rm -f tsconfig.tsbuildinfo && tsc",
43
- "tsgo:watch": "tsgo --watch",
44
42
  "watch": "tsc --watch",
45
43
  "generate": "openapi-typescript ../console-server/open-api-spec-public-v3.1.yaml -o ./src/schema.ts && perl -pi -e 's/: unknown/: any/g' ./src/schema.ts",
46
- "lint": "PACKAGES_LIST=platform-client eslint .",
47
- "lint:fix": "PACKAGES_LIST=platform-client eslint --fix .",
44
+ "lint": "PACKAGES_LIST=platform-client oxlint --type-aware .",
45
+ "lint:fix": "PACKAGES_LIST=platform-client oxlint --fix --type-aware .",
48
46
  "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,gql}\" --ignore-path .prettierignore",
49
- "hygiene": "lint-staged --no-stash -c ../hygiene/.lintstagedrc",
47
+ "hygiene": "lint-staged --no-stash -c ../hygiene/.lintstagedrc.js",
50
48
  "hygiene:test": "prettier --check \"**/*.{ts,js,json,gql,jsx,tsx}\" --ignore-path .prettierignore",
51
49
  "hygiene:fix": "yarn lint:fix && yarn prettier",
52
50
  "changelog:commits": "node scripts/changelog-commits.js",