@fern-api/fdr-sdk 1.1.0-6e8eb18db9 → 1.1.0-e782affa49
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fern-api/fdr-sdk",
|
|
3
|
-
"version": "1.1.0-
|
|
3
|
+
"version": "1.1.0-e782affa49",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/fern-api/fern-platform.git",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"ts-essentials": "^10.0.4",
|
|
100
100
|
"url-join": "^5.0.0",
|
|
101
101
|
"zod": "^3.25.49",
|
|
102
|
-
"@fern-api/ui-core-utils": "1.1.0-
|
|
102
|
+
"@fern-api/ui-core-utils": "1.1.0-e782affa49"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@babel/core": "^7.26.9",
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"@fern-platform/configs": "0.1.0"
|
|
117
117
|
},
|
|
118
118
|
"scripts": {
|
|
119
|
+
"check-types": "tsc --noEmit",
|
|
119
120
|
"clean": "rm -rf ./dist",
|
|
120
121
|
"compile": "pnpm compile:js && pnpm compile:types",
|
|
121
122
|
"compile:js": "tsup",
|
|
@@ -124,7 +125,6 @@
|
|
|
124
125
|
"format": "prettier --write --ignore-unknown \"**\"",
|
|
125
126
|
"format:check": "prettier --check --ignore-unknown \"**\"",
|
|
126
127
|
"test": "vitest --run --passWithNoTests --globals",
|
|
127
|
-
"test:update": "vitest --run --passWithNoTests --globals -u"
|
|
128
|
-
"check-types": "tsc --noEmit"
|
|
128
|
+
"test:update": "vitest --run --passWithNoTests --globals -u"
|
|
129
129
|
}
|
|
130
130
|
}
|