@fern-api/fdr-sdk 0.139.18-882d36a8f → 0.139.18-9b8ab5aec
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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fern-api/fdr-sdk",
|
|
3
|
-
"version": "0.139.18-
|
|
3
|
+
"version": "0.139.18-9b8ab5aec",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -46,25 +46,27 @@
|
|
|
46
46
|
"cjs"
|
|
47
47
|
],
|
|
48
48
|
"scripts": {
|
|
49
|
-
"build": "pnpm build:tsup:cjs && pnpm build:tsup:esm",
|
|
50
49
|
"build:tsup:cjs": "tsup --config tsup.config.ts --format cjs --out-dir cjs && tsc --project tsconfig.json --declaration --emitDeclarationOnly --outDir cjs",
|
|
51
50
|
"build:tsup:esm": "tsup --config tsup.config.ts --format esm --out-dir dist && tsc --project tsconfig.json --declaration --emitDeclarationOnly --outDir dist",
|
|
52
|
-
"clean": "rm -rf ./dist
|
|
53
|
-
"compile": "
|
|
51
|
+
"clean": "rm -rf ./dist && tsc --build --clean",
|
|
52
|
+
"compile": "tsc --build",
|
|
53
|
+
"dev": "tsc --watch tsconfig.build.json",
|
|
54
54
|
"format": "prettier --write --ignore-unknown \"**\"",
|
|
55
55
|
"format:check": "prettier --check --ignore-unknown \"**\"",
|
|
56
56
|
"lint": "eslint --max-warnings 0 src --ext .ts --resolve-plugins-relative-to ../../",
|
|
57
57
|
"test": "vitest --run --passWithNoTests --globals",
|
|
58
58
|
"test:update": "vitest --run --passWithNoTests --globals -u"
|
|
59
59
|
},
|
|
60
|
-
"dependencies": {
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"httpsnippet-lite": "^3.0.5"
|
|
62
|
+
},
|
|
61
63
|
"devDependencies": {
|
|
62
64
|
"@babel/core": "^7.26.9",
|
|
63
65
|
"@babel/preset-env": "^7.26.0",
|
|
64
66
|
"@babel/preset-typescript": "^7.26.0",
|
|
65
|
-
"@fern-api/snippets": "0.139.18-
|
|
66
|
-
"@fern-api/ui-core-utils": "0.139.18-
|
|
67
|
-
"@fern-platform/configs": "0.139.18-
|
|
67
|
+
"@fern-api/snippets": "0.139.18-9b8ab5aec*",
|
|
68
|
+
"@fern-api/ui-core-utils": "0.139.18-9b8ab5aec*",
|
|
69
|
+
"@fern-platform/configs": "0.139.18-9b8ab5aec*",
|
|
68
70
|
"@types/node-fetch": "2.6.9",
|
|
69
71
|
"@types/qs": "6.9.14",
|
|
70
72
|
"@types/tinycolor2": "^1.4.6",
|
|
@@ -75,7 +77,6 @@
|
|
|
75
77
|
"escape-string-regexp": "^5.0.0",
|
|
76
78
|
"fast-deep-equal": "^3.1.3",
|
|
77
79
|
"form-data": "4.0.4",
|
|
78
|
-
"httpsnippet-lite": "^3.0.5",
|
|
79
80
|
"js-base64": "3.7.7",
|
|
80
81
|
"node-fetch": "2.7.0",
|
|
81
82
|
"qs": "6.12.0",
|