@player-tools/complexity-check-plugin 0.9.1-next.0 → 0.9.1-next.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.
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "types"
7
7
  ],
8
8
  "name": "@player-tools/complexity-check-plugin",
9
- "version": "0.9.1-next.0",
9
+ "version": "0.9.1-next.2",
10
10
  "main": "dist/cjs/index.cjs",
11
11
  "dependencies": {
12
- "@player-tools/json-language-service": "0.9.1-next.0",
12
+ "@player-tools/json-language-service": "0.9.1-next.2",
13
13
  "@player-ui/player": "0.7.3",
14
14
  "jsonc-parser": "^2.3.1",
15
15
  "typescript-template-language-service-decorator": "^2.3.1",
@@ -223,7 +223,7 @@ describe("complexity plugin", () => {
223
223
  output: "values",
224
224
  value: {
225
225
  asset: {
226
- id: "info-title-2",
226
+ id: "outer-collection-_index_-values_index1_",
227
227
  type: "text",
228
228
  value: "{{foo.people._index_}}",
229
229
  },