@diplodoc/client 3.0.0 → 3.0.1

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": "@diplodoc/client",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "./build/server/app.js",
6
6
  "scripts": {
@@ -10,6 +10,7 @@
10
10
  "_build": "webpack --config ./webpack/config.js",
11
11
  "prepublishOnly": "rm -rf build && npm ci --no-workspaces && npm run build",
12
12
  "test": "exit 0",
13
+ "typecheck": "tsc -p . --noEmit",
13
14
  "lint": "lint update && lint",
14
15
  "lint:fix": "lint update && lint fix",
15
16
  "pre-commit": "lint update && lint-staged",
@@ -48,7 +49,7 @@
48
49
  "@diplodoc/babel-preset": "^1.0.2",
49
50
  "@diplodoc/components": "^4.13.1",
50
51
  "@diplodoc/lint": "^1.1.1",
51
- "@diplodoc/openapi-extension": "^2.3.2",
52
+ "@diplodoc/openapi-extension": "^2.3.3",
52
53
  "@diplodoc/tsconfig": "^1.0.2",
53
54
  "@gravity-ui/page-constructor": "^5.22.0",
54
55
  "@gravity-ui/uikit": "^6.1.1",
@@ -65,7 +66,7 @@
65
66
  "sass": "^1.69.5",
66
67
  "sass-loader": "^13.3.2",
67
68
  "style-loader": "^3.3.3",
68
- "typescript": "^5.0.4",
69
+ "typescript": "^5.6.2",
69
70
  "webpack": "^5.84.1",
70
71
  "webpack-bundle-analyzer": "^4.9.0",
71
72
  "webpack-cli": "^5.1.1",
@@ -1,6 +0,0 @@
1
- /// <reference no-default-lib="true"/>
2
- /// <reference lib="es2015" />
3
- /// <reference lib="webworker" />
4
- import type { WorkerApi, WorkerConfig } from '../types';
5
- export declare function AssertConfig(config: unknown): asserts config is WorkerConfig;
6
- export declare function AssertApi(api: unknown): asserts api is WorkerApi;
@@ -1 +0,0 @@
1
- export default function _default(): void;