@azure/arm-standbypool 1.0.0-alpha.20241029.1 → 1.0.0-alpha.20241031.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-standbypool",
3
- "version": "1.0.0-alpha.20241029.1",
3
+ "version": "1.0.0-alpha.20241031.1",
4
4
  "description": "A generated SDK for StandbyPoolClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -78,14 +78,13 @@
78
78
  "eslint": "^8.55.0",
79
79
  "playwright": "^1.41.2",
80
80
  "prettier": "^3.2.5",
81
- "tshy": "^1.11.1",
82
81
  "typescript": "~5.6.2",
83
82
  "vitest": "^2.0.5"
84
83
  },
85
84
  "scripts": {
86
- "build": "npm run clean && tshy && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
85
+ "build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
87
86
  "build:samples": "dev-tool run typecheck --paths samples-dev/*.ts && dev-tool samples publish -f",
88
- "build:test": "npm run clean && tshy && dev-tool run build-test",
87
+ "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
89
88
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
90
89
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
91
90
  "execute:samples": "dev-tool samples run samples-dev",
@@ -97,11 +96,11 @@
97
96
  "integration-test:node": "echo skipped",
98
97
  "lint": "echo skipped",
99
98
  "lint:fix": "echo skipped",
100
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
99
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
101
100
  "pack": "npm pack 2>&1",
102
- "test": "npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
101
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
103
102
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
104
- "test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
103
+ "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
105
104
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
106
105
  "unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
107
106
  "unit-test:node": "dev-tool run test:vitest",
@@ -119,44 +118,36 @@
119
118
  "./package.json": "./package.json",
120
119
  ".": {
121
120
  "browser": {
122
- "source": "./src/index.ts",
123
121
  "types": "./dist/browser/index.d.ts",
124
122
  "default": "./dist/browser/index.js"
125
123
  },
126
124
  "react-native": {
127
- "source": "./src/index.ts",
128
125
  "types": "./dist/react-native/index.d.ts",
129
126
  "default": "./dist/react-native/index.js"
130
127
  },
131
128
  "import": {
132
- "source": "./src/index.ts",
133
129
  "types": "./dist/esm/index.d.ts",
134
130
  "default": "./dist/esm/index.js"
135
131
  },
136
132
  "require": {
137
- "source": "./src/index.ts",
138
133
  "types": "./dist/commonjs/index.d.ts",
139
134
  "default": "./dist/commonjs/index.js"
140
135
  }
141
136
  },
142
137
  "./models": {
143
138
  "browser": {
144
- "source": "./src/models/index.ts",
145
139
  "types": "./dist/browser/models/index.d.ts",
146
140
  "default": "./dist/browser/models/index.js"
147
141
  },
148
142
  "react-native": {
149
- "source": "./src/models/index.ts",
150
143
  "types": "./dist/react-native/models/index.d.ts",
151
144
  "default": "./dist/react-native/models/index.js"
152
145
  },
153
146
  "import": {
154
- "source": "./src/models/index.ts",
155
147
  "types": "./dist/esm/models/index.d.ts",
156
148
  "default": "./dist/esm/models/index.js"
157
149
  },
158
150
  "require": {
159
- "source": "./src/models/index.ts",
160
151
  "types": "./dist/commonjs/models/index.d.ts",
161
152
  "default": "./dist/commonjs/models/index.js"
162
153
  }