Skip to content

Commit

Permalink
Merge pull request #23 from microsoft/nikithauc/update-abstractions-dep
Browse files Browse the repository at this point in the history
Update packages with abstractions npm dependency
  • Loading branch information
nikithauc authored Mar 22, 2022
2 parents 87202cc + 0ee6194 commit f880ecf
Show file tree
Hide file tree
Showing 12 changed files with 1,455 additions and 2,680 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/http-fetch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
- run: npm run test


publish-npm:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: build
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 f880ecf

Please sign in to comment.