devsense-php-ls 1.0.17434 → 1.0.17460

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/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -54,10 +54,10 @@ The language server provides free features and premium features which needs to b
54
54
  {
55
55
  "initializationOptions": {
56
56
  "0": "{JSON SIGNATURE}",
57
- ...
57
+ // ...
58
58
  },
59
- ...
60
- }`
59
+ // ...
60
+ }
61
61
  ```
62
62
 
63
63
  Or store the {JSON SIGNATURE} into environment variable `DEVSENSE_PHP_LS_LICENSE`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devsense-php-ls",
3
- "version": "1.0.17434",
3
+ "version": "1.0.17460",
4
4
  "description": "Devsense PHP Language Server",
5
5
  "homepage": "https://www.devsense.com/",
6
6
  "funding": "https://www.devsense.com/purchase?from=npm",
@@ -45,11 +45,11 @@
45
45
  "language server"
46
46
  ],
47
47
  "optionalDependencies": {
48
- "devsense-php-ls-darwin-arm64": "^1.0.17434",
49
- "devsense-php-ls-darwin-x64": "^1.0.17434",
50
- "devsense-php-ls-linux-arm64": "^1.0.17434",
51
- "devsense-php-ls-linux-x64": "^1.0.17434",
52
- "devsense-php-ls-win32-arm64": "^1.0.17434",
53
- "devsense-php-ls-win32-x64": "^1.0.17434"
48
+ "devsense-php-ls-darwin-arm64": "^1.0.17460",
49
+ "devsense-php-ls-darwin-x64": "^1.0.17460",
50
+ "devsense-php-ls-linux-arm64": "^1.0.17460",
51
+ "devsense-php-ls-linux-x64": "^1.0.17460",
52
+ "devsense-php-ls-win32-arm64": "^1.0.17460",
53
+ "devsense-php-ls-win32-x64": "^1.0.17460"
54
54
  }
55
55
  }