|
1 | 1 | { |
2 | 2 | "name": "@azure/container-registry", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.1.0-beta.1", |
4 | 4 | "description": "An isomorphic client library for the Azure Container Registry service.", |
5 | 5 | "sdk-type": "client", |
6 | 6 | "main": "dist/index.js", |
|
25 | 25 | }, |
26 | 26 | "scripts": { |
27 | 27 | "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", |
28 | | - "build:browser": "tsc -p . && dev-tool run bundle", |
29 | | - "build:node": "tsc -p . && dev-tool run bundle", |
| 28 | + "build:browser": "echo \"Browser is not supported\" && exit 0", |
| 29 | + "build:node": "tsc -p . && dev-tool run bundle --browser-test=false", |
30 | 30 | "build:samples": "echo Obsolete.", |
31 | | - "build:test": "tsc -p . && dev-tool run bundle", |
32 | | - "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local", |
| 31 | + "build:test": "tsc -p . && dev-tool run bundle --browser-test=false", |
| 32 | + "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local", |
33 | 33 | "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", |
34 | 34 | "clean": "rimraf dist dist-* temp types *.tgz *.log", |
35 | 35 | "execute:samples": "dev-tool samples run samples-dev", |
36 | 36 | "extract-api": "tsc -p . && api-extractor run --local", |
37 | 37 | "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", |
38 | 38 | "generate:client": "autorest --typescript ./swagger/README.md", |
39 | | - "integration-test:browser": "dev-tool run test:browser", |
| 39 | + "integration-test:browser": "echo skipped", |
40 | 40 | "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"", |
41 | 41 | "integration-test": "npm run integration-test:node && npm run integration-test:browser", |
42 | 42 | "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", |
43 | 43 | "lint": "eslint package.json api-extractor.json src test --ext .ts", |
44 | 44 | "pack": "npm pack 2>&1", |
45 | | - "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", |
| 45 | + "test:browser": "echo skipped", |
46 | 46 | "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", |
47 | 47 | "test": "npm run build:test && npm run unit-test && npm run integration-test", |
48 | | - "unit-test:browser": "dev-tool run test:browser", |
| 48 | + "unit-test:browser": "echo skipped", |
49 | 49 | "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --full-trace \"test/**/*.spec.ts\"", |
50 | 50 | "unit-test": "npm run unit-test:node && npm run unit-test:browser" |
51 | 51 | }, |
|
76 | 76 | "dependencies": { |
77 | 77 | "@azure/core-auth": "^1.3.0", |
78 | 78 | "@azure/core-client": "^1.0.0", |
79 | | - "@azure/core-rest-pipeline": "^1.1.0", |
| 79 | + "@azure/core-rest-pipeline": "^1.8.0", |
80 | 80 | "@azure/core-paging": "^1.1.1", |
81 | 81 | "@azure/core-tracing": "1.0.0-preview.13", |
82 | 82 | "@azure/logger": "^1.0.0", |
|
0 commit comments