@temporary-name/interop 1.9.3-alpha.82e5e55517330d6049913c9b2f19e60239cd25d9 → 1.9.3-alpha.857b9b70bc5a3cd2f73189577aaf3a6bd1910117
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporary-name/interop",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.3-alpha.
|
|
4
|
+
"version": "1.9.3-alpha.857b9b70bc5a3cd2f73189577aaf3a6bd1910117",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"directory": "packages/interop"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
|
-
"unnoq",
|
|
14
13
|
"krusty"
|
|
15
14
|
],
|
|
16
15
|
"exports": {
|
|
@@ -33,24 +32,18 @@
|
|
|
33
32
|
"types": "./dist/json-schema-typed/draft-2020-12.d.mts",
|
|
34
33
|
"import": "./dist/json-schema-typed/draft-2020-12.mjs",
|
|
35
34
|
"default": "./dist/json-schema-typed/draft-2020-12.mjs"
|
|
36
|
-
},
|
|
37
|
-
"./compression": {
|
|
38
|
-
"types": "./dist/compression/index.d.mts",
|
|
39
|
-
"import": "./dist/compression/index.mjs",
|
|
40
|
-
"default": "./dist/compression/index.mjs"
|
|
41
35
|
}
|
|
42
36
|
},
|
|
43
37
|
"files": [
|
|
44
38
|
"dist"
|
|
45
39
|
],
|
|
46
40
|
"devDependencies": {
|
|
47
|
-
"@types/compression": "^1.8.1",
|
|
48
|
-
"compression": "^1.8.1",
|
|
49
41
|
"json-schema-typed": "^8.0.1"
|
|
50
42
|
},
|
|
51
43
|
"scripts": {
|
|
52
44
|
"build": "unbuild",
|
|
53
45
|
"build:watch": "pnpm run build --watch",
|
|
46
|
+
"clean": "tsc -b --clean",
|
|
54
47
|
"type:check": "tsc -b"
|
|
55
48
|
}
|
|
56
49
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import compression from '/home/runner/work/krusty/krusty/node_modules/.pnpm/@types+compression@1.8.1/node_modules/@types/compression/index.d.ts';
|
|
2
|
-
export { default } from '/home/runner/work/krusty/krusty/node_modules/.pnpm/@types+compression@1.8.1/node_modules/@types/compression/index.d.ts';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import compression from '/home/runner/work/krusty/krusty/node_modules/.pnpm/@types+compression@1.8.1/node_modules/@types/compression/index.d.ts';
|
|
2
|
-
export { default } from '/home/runner/work/krusty/krusty/node_modules/.pnpm/@types+compression@1.8.1/node_modules/@types/compression/index.d.ts';
|