@angular/language-server 21.0.8 → 21.0.9

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 (2) hide show
  1. package/index.js +6 -6
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -363,12 +363,12 @@ function requireOverride(moduleName) {
363
363
  return originalRequire(moduleName);
364
364
  }
365
365
  requireOverride.resolve = originalRequire.resolve;
366
- /**
366
+ /*!
367
367
  * @license
368
- * Copyright Google Inc. All Rights Reserved.
368
+ * Copyright Google LLC All Rights Reserved.
369
369
  *
370
370
  * Use of this source code is governed by an MIT-style license that can be
371
- * found in the LICENSE file at https://angular.io/license
371
+ * found in the LICENSE file at https://angular.dev/license
372
372
  */
373
373
  require = requireOverride;
374
374
  //# sourceMappingURL=banner.js.map
@@ -248159,12 +248159,12 @@ function main() {
248159
248159
  session.listen();
248160
248160
  }
248161
248161
  main();
248162
- /**
248162
+ /*!
248163
248163
  * @license
248164
- * Copyright Google Inc. All Rights Reserved.
248164
+ * Copyright Google LLC All Rights Reserved.
248165
248165
  *
248166
248166
  * Use of this source code is governed by an MIT-style license that can be
248167
- * found in the LICENSE file at https://angular.io/license
248167
+ * found in the LICENSE file at https://angular.dev/license
248168
248168
  */
248169
248169
  /*! Bundled license information:
248170
248170
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@angular/language-server",
3
3
  "description": "LSP server for Angular Language Service",
4
- "version": "21.0.8",
4
+ "version": "21.0.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/angular/angular.git",
@@ -17,7 +17,7 @@
17
17
  "ngserver": "./bin/ngserver"
18
18
  },
19
19
  "dependencies": {
20
- "@angular/language-service": "21.0.8",
20
+ "@angular/language-service": "21.0.9",
21
21
  "typescript": "5.9.3"
22
22
  },
23
23
  "devDependencies": {