@azure-rest/maps-timezone 1.0.0-alpha.20250804.1 → 1.0.0-beta.2

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 +33 -33
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/maps-timezone",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20250804.1",
5
+ "version": "1.0.0-beta.2",
6
6
  "description": "A generated SDK for MapsTimeZoneClient.",
7
7
  "keywords": [
8
8
  "node",
@@ -30,24 +30,6 @@
30
30
  "engines": {
31
31
  "node": ">=20.0.0"
32
32
  },
33
- "scripts": {
34
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
35
- "build:samples": "echo skipped.",
36
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
37
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
38
- "execute:samples": "echo skipped",
39
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
40
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
41
- "generate:client": "autorest --typescript swagger/README.md && npm run format",
42
- "lint": "eslint package.json src test",
43
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
44
- "pack": "npm pack 2>&1",
45
- "test": "npm run test:node && npm run test:browser",
46
- "test:browser": "echo skipped",
47
- "test:node": "dev-tool run test:vitest",
48
- "test:node:esm": "dev-tool run test:vitest --esm",
49
- "update-snippets": "dev-tool run update-snippets"
50
- },
51
33
  "sideEffects": false,
52
34
  "autoPublish": false,
53
35
  "dependencies": {
@@ -61,21 +43,21 @@
61
43
  "tslib": "^2.8.1"
62
44
  },
63
45
  "devDependencies": {
64
- "@azure-tools/test-credential": "^2.0.0",
65
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
66
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
67
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
68
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
69
- "@azure/identity": "^4.6.0",
70
- "@types/node": "^20.0.0",
71
- "@vitest/browser": "^3.0.9",
72
- "@vitest/coverage-istanbul": "^3.0.9",
46
+ "@azure/identity": "4.11.1",
47
+ "@types/node": "^20.19.0",
48
+ "@vitest/browser": "^3.2.3",
49
+ "@vitest/coverage-istanbul": "^3.2.3",
73
50
  "autorest": "latest",
74
51
  "dotenv": "^16.0.0",
75
- "eslint": "^9.9.0",
52
+ "eslint": "^9.33.0",
76
53
  "playwright": "^1.50.1",
77
- "typescript": "~5.8.2",
78
- "vitest": "^3.0.9"
54
+ "typescript": "~5.8.3",
55
+ "vitest": "^3.2.3",
56
+ "@azure-tools/test-credential": "^2.1.1",
57
+ "@azure/dev-tool": "^1.0.0",
58
+ "@azure-tools/test-recorder": "^4.1.0",
59
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
60
+ "@azure-tools/test-utils-vitest": "^1.0.0"
79
61
  },
80
62
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-timezone-rest/README.md",
81
63
  "//metadata": {
@@ -125,5 +107,23 @@
125
107
  }
126
108
  }
127
109
  },
128
- "react-native": "./dist/react-native/index.js"
129
- }
110
+ "react-native": "./dist/react-native/index.js",
111
+ "scripts": {
112
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
113
+ "build:samples": "tsc -p tsconfig.samples.json",
114
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
115
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
116
+ "execute:samples": "echo skipped",
117
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
118
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
119
+ "generate:client": "autorest --typescript swagger/README.md && npm run format",
120
+ "lint": "eslint package.json src test",
121
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
122
+ "pack": "pnpm pack 2>&1",
123
+ "test": "npm run test:node && npm run test:browser",
124
+ "test:browser": "echo skipped",
125
+ "test:node": "dev-tool run test:vitest",
126
+ "test:node:esm": "dev-tool run test:vitest --esm",
127
+ "update-snippets": "dev-tool run update-snippets"
128
+ }
129
+ }