@temporary-name/interop 1.9.3-alpha.e098b3d1c5bffbad2fadfda89ba01f6452db46b5 → 1.9.3-alpha.ec3bfb9dce56198911349c322c970208b21b50db
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 +3 -10
- package/dist/compression/index.d.mts +0 -2
- package/dist/compression/index.d.ts +0 -2
- package/dist/compression/index.mjs +0 -14526
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.ec3bfb9dce56198911349c322c970208b21b50db",
|
|
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",
|
|
54
|
-
"
|
|
46
|
+
"clean": "tsc -b --clean",
|
|
47
|
+
"lint:tsc": "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';
|