Skip to content

Commit f880ecf

Browse files
authored
Merge pull request #23 from microsoft/nikithauc/update-abstractions-dep
Update packages with abstractions npm dependency
2 parents 87202cc + 0ee6194 commit f880ecf

File tree

12 files changed

+1455
-2680
lines changed

12 files changed

+1455
-2680
lines changed

.github/workflows/http-fetch-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28+
- run: npm i -g npm@latest
2829
- run: npm ci
2930
- run: npm run build
30-
- run: npm run test
31-
31+
3232
publish-npm:
3333
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3434
needs: build
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tsconfig.json
1+
tsconfig.**.json
2+
.eslint**

packages/authentication/azure/package-lock.json

Lines changed: 136 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/authentication/azure/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "dist/cjs/src/index.js",
66
"module": "dist/es/src/index.js",
77
"types": "dist/cjs/src/index.d.ts",
8+
"files": [
9+
"src",
10+
"dist"
11+
],
812
"scripts": {
913
"build": "npm run build:cjs && npm run build:esm",
1014
"build:cjs": "tsc -p tsconfig.cjs.json",

packages/http/fetch/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
tsconfig.json
22
dist/cjs/test
3-
dist/es/test
3+
dist/es/test
4+
test/
5+
tsconfig.**.json
6+
.eslint**

packages/http/fetch/package-lock.json

Lines changed: 855 additions & 2369 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:es": "tsc -b tsconfig.es.test.json && mocha 'dist/es/test/common/**/*.js' --require esm && mocha 'dist/es/test/node/**/*.js' --require esm"
4545
},
4646
"dependencies": {
47-
"@microsoft/kiota-abstractions": "1.0.0-preview.1",
47+
"@microsoft/kiota-abstractions": "^1.0.0-preview.1",
4848
"node-fetch": "^2.6.5",
4949
"tslib": "^2.3.1"
5050
},
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tsconfig.json
1+
tsconfig.**.json
2+
.eslint**

packages/serialization/json/package-lock.json

Lines changed: 65 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tsconfig.json
1+
tsconfig.**.json
2+
.eslint**

0 commit comments

Comments
 (0)