@angular/language-server 21.1.0-rc.0 → 21.1.0

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
@@ -248206,12 +248206,12 @@ function main() {
248206
248206
  session.listen();
248207
248207
  }
248208
248208
  main();
248209
- /**
248209
+ /*!
248210
248210
  * @license
248211
- * Copyright Google Inc. All Rights Reserved.
248211
+ * Copyright Google LLC All Rights Reserved.
248212
248212
  *
248213
248213
  * Use of this source code is governed by an MIT-style license that can be
248214
- * found in the LICENSE file at https://angular.io/license
248214
+ * found in the LICENSE file at https://angular.dev/license
248215
248215
  */
248216
248216
  /*! Bundled license information:
248217
248217
 
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.1.0-rc.0",
4
+ "version": "21.1.0",
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.1.0-rc.0",
20
+ "@angular/language-service": "21.1.0",
21
21
  "typescript": "5.9.3"
22
22
  },
23
23
  "devDependencies": {