Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikithauc committed Mar 22, 2022
1 parent d8c971f commit 9564453
Show file tree
Hide file tree
Showing 12 changed files with 1,453 additions and 2,679 deletions.
1 change: 0 additions & 1 deletion .github/workflows/http-fetch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run test
working-directory: packages/http/fetch

publish-npm:
Expand Down
3 changes: 2 additions & 1 deletion packages/authentication/azure/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tsconfig.json
tsconfig.**.json
.eslint**
230 changes: 136 additions & 94 deletions packages/authentication/azure/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
"types": "dist/cjs/src/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
5 changes: 4 additions & 1 deletion packages/http/fetch/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tsconfig.json
dist/cjs/test
dist/es/test
dist/es/test
test/
tsconfig.**.json
.eslint**
3,224 changes: 855 additions & 2,369 deletions packages/http/fetch/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/http/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:es": "tsc -b tsconfig.es.test.json && mocha 'dist/es/test/common/**/*.js' --require esm && mocha 'dist/es/test/node/**/*.js' --require esm"
},
"dependencies": {
"@microsoft/kiota-abstractions": "1.0.0-preview.1",
"@microsoft/kiota-abstractions": "^1.0.0-preview.1",
"node-fetch": "^2.6.5",
"tslib": "^2.3.1"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/serialization/json/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tsconfig.json
tsconfig.**.json
.eslint**
129 changes: 65 additions & 64 deletions packages/serialization/json/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/serialization/text/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tsconfig.json
tsconfig.**.json
.eslint**
Loading

0 comments on commit 9564453

Please sign in to comment.