Skip to content

Commit

Permalink
Merge pull request #103 from Nosto/fix/bumpNostoDts
Browse files Browse the repository at this point in the history
fix: bump nosto dts
maijalintunokka authored Jan 20, 2025
2 parents 0bb370d + 4313841 commit 775cd49
Showing 2 changed files with 1,420 additions and 1,416 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -18,25 +18,26 @@
"author": "Nosto",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs.js"
},
"./client": {
"types": "./dist/client/nosto.d.ts"
},
"./testing": {
"types": "./dist/testing/testing.d.ts",
"import": "./dist/testing.es.js",
"require": "./dist/testing.cjs.js",
"types": "./dist/testing/testing.d.ts"
"require": "./dist/testing.cjs.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && npm run build-dts && npm run typedoc",
"build-dts": "tsc --noEmit false --emitDeclarationOnly && npm run copy-nosto-dts",
"copy-nosto-dts": "copyfiles -u 1 \"src/client/*.d.ts\" dist",
"test": "vitest --run",
"test": "vite build && npm run build-dts && vitest --run",
"test-only": "vitest --run",
"lint": "eslint '{src,test}/**/*.ts'",
"preview": "vite preview",
"typedoc": "typedoc src/index.ts src/client/nosto.d.ts src/testing/testing.ts"
2,825 changes: 1,414 additions & 1,411 deletions src/client/nosto.d.ts

Large diffs are not rendered by default.

0 comments on commit 775cd49

Please sign in to comment.