@temporary-name/standard-server-node 1.9.3-alpha.47c8371db8c45c361b1db0b785980cc77971e6e6 → 1.9.3-alpha.4c6c68e5af7355d5a6dff1179055586e1093ac2d
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 +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporary-name/standard-server-node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.3-alpha.
|
|
4
|
+
"version": "1.9.3-alpha.4c6c68e5af7355d5a6dff1179055586e1093ac2d",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@temporary-name/
|
|
27
|
-
"@temporary-name/standard-server
|
|
28
|
-
"@temporary-name/
|
|
26
|
+
"@temporary-name/shared": "1.9.3-alpha.4c6c68e5af7355d5a6dff1179055586e1093ac2d",
|
|
27
|
+
"@temporary-name/standard-server": "1.9.3-alpha.4c6c68e5af7355d5a6dff1179055586e1093ac2d",
|
|
28
|
+
"@temporary-name/standard-server-fetch": "1.9.3-alpha.4c6c68e5af7355d5a6dff1179055586e1093ac2d"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.15.30",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "unbuild",
|
|
37
37
|
"build:watch": "pnpm run build --watch",
|
|
38
|
+
"clean": "tsc -b --clean",
|
|
38
39
|
"type:check": "tsc -b"
|
|
39
40
|
}
|
|
40
41
|
}
|