Skip to content

Commit 00ff162

Browse files
regenerate samples after replacing 'typings' with 'types' field
1 parent 9ea6ec1 commit 00ff162

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

samples/client/petstore/typescript-fetch/builds/es6-target/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"main": "./dist/index.js",
11-
"typings": "./dist/index.d.ts",
11+
"types": "./dist/index.d.ts",
1212
"module": "./dist/esm/index.js",
1313
"sideEffects": false,
1414
"scripts": {

samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"main": "./dist/index.js",
11-
"typings": "./dist/index.d.ts",
11+
"types": "./dist/index.d.ts",
1212
"scripts": {
1313
"build": "tsc",
1414
"prepare": "npm run build"

samples/client/petstore/typescript-fetch/builds/sagas-and-records/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"main": "./dist/index.js",
11-
"typings": "./dist/index.d.ts",
11+
"types": "./dist/index.d.ts",
1212
"module": "./dist/esm/index.js",
1313
"sideEffects": false,
1414
"scripts": {

samples/client/petstore/typescript-fetch/builds/with-npm-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"main": "./dist/index.js",
11-
"typings": "./dist/index.d.ts",
11+
"types": "./dist/index.d.ts",
1212
"scripts": {
1313
"build": "tsc",
1414
"prepare": "npm run build"

samples/client/petstore/typescript-fetch/builds/without-runtime-checks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"main": "./dist/index.js",
11-
"typings": "./dist/index.d.ts",
11+
"types": "./dist/index.d.ts",
1212
"scripts": {
1313
"build": "tsc",
1414
"prepare": "npm run build"

0 commit comments

Comments
 (0)