typespec-vscode 0.46.0-dev.2 → 0.46.0-dev.4

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.
@@ -9,12 +9,11 @@ components are set forth below. Microsoft reserves all rights not expressly
9
9
  granted herein, whether by implication, estoppel or otherwise.
10
10
 
11
11
  1. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
12
- 2. brace-expansion version 1.1.11 (https://github.com/juliangruber/brace-expansion)
13
- 3. concat-map version 0.0.1 (https://github.com/substack/node-concat-map)
14
- 4. lru-cache version 6.0.0 (https://github.com/isaacs/node-lru-cache)
15
- 5. minimatch version 3.1.2 (https://github.com/isaacs/minimatch)
16
- 6. semver version 7.4.0 (https://github.com/npm/node-semver)
17
- 7. yallist version 4.0.0 (https://github.com/isaacs/yallist)
12
+ 2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
13
+ 3. lru-cache version 6.0.0 (https://github.com/isaacs/node-lru-cache)
14
+ 4. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
15
+ 5. semver version 7.5.1 (https://github.com/npm/node-semver)
16
+ 6. yallist version 4.0.0 (https://github.com/isaacs/yallist)
18
17
 
19
18
 
20
19
  %% balanced-match NOTICES AND INFORMATION BEGIN HERE
@@ -73,31 +72,6 @@ SOFTWARE.
73
72
  END OF brace-expansion NOTICES AND INFORMATION
74
73
 
75
74
 
76
- %% concat-map NOTICES AND INFORMATION BEGIN HERE
77
- =====================================================
78
- This software is released under the MIT license:
79
-
80
- Permission is hereby granted, free of charge, to any person obtaining a copy of
81
- this software and associated documentation files (the "Software"), to deal in
82
- the Software without restriction, including without limitation the rights to
83
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
84
- the Software, and to permit persons to whom the Software is furnished to do so,
85
- subject to the following conditions:
86
-
87
- The above copyright notice and this permission notice shall be included in all
88
- copies or substantial portions of the Software.
89
-
90
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
92
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
93
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
94
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
95
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
96
-
97
- =====================================================");
98
- END OF concat-map NOTICES AND INFORMATION
99
-
100
-
101
75
  %% lru-cache NOTICES AND INFORMATION BEGIN HERE
102
76
  =====================================================
103
77
  The ISC License
@@ -124,7 +98,7 @@ END OF lru-cache NOTICES AND INFORMATION
124
98
  =====================================================
125
99
  The ISC License
126
100
 
127
- Copyright (c) Isaac Z. Schlueter and Contributors
101
+ Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
128
102
 
129
103
  Permission to use, copy, modify, and/or distribute this software for any
130
104
  purpose with or without fee is hereby granted, provided that the above
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.46.0-dev.2",
3
+ "version": "0.46.0-dev.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -103,24 +103,24 @@
103
103
  ]
104
104
  },
105
105
  "devDependencies": {
106
- "@rollup/plugin-commonjs": "~23.0.2",
107
- "@rollup/plugin-node-resolve": "~15.0.1",
106
+ "@rollup/plugin-commonjs": "~25.0.0",
107
+ "@rollup/plugin-node-resolve": "~15.1.0",
108
108
  "@types/mocha": "~10.0.0",
109
109
  "@types/node": "~18.11.9",
110
110
  "@types/vscode": "~1.53.0",
111
- "@typespec/compiler": "~0.45.0 || >=0.46.0-dev <0.46.0",
111
+ "@typespec/compiler": "~0.45.2 || >=0.46.0-dev <0.46.0",
112
112
  "@typespec/eslint-config-typespec": "~0.7.0 || >=0.8.0-dev <0.8.0",
113
113
  "@typespec/internal-build-utils": "~0.4.2 || >=0.5.0-dev <0.5.0",
114
114
  "eslint": "^8.36.0",
115
- "c8": "~7.13.0",
115
+ "c8": "~7.14.0",
116
116
  "mocha": "~10.2.0",
117
117
  "mocha-junit-reporter": "~2.2.0",
118
118
  "mocha-multi-reporters": "~1.5.1",
119
119
  "rimraf": "~5.0.0",
120
- "rollup": "~3.4.0",
121
- "typescript": "~5.0.2",
120
+ "rollup": "~3.24.0",
121
+ "typescript": "~5.1.3",
122
122
  "@vscode/vsce": "~2.15.0",
123
- "vscode-languageclient": "~8.0.0"
123
+ "vscode-languageclient": "~8.1.0"
124
124
  },
125
125
  "dependencies": {},
126
126
  "peerDependencies": {},
Binary file