@takeshape/cli 11.94.3 → 11.94.5

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/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -205179,7 +205179,7 @@ var engines = {
205179
205179
  };
205180
205180
  var package_default = {
205181
205181
  name: "@takeshape/cli",
205182
- version: "11.94.3",
205182
+ version: "11.94.5",
205183
205183
  description: "TakeShape CLI",
205184
205184
  homepage: "https://www.takeshape.io",
205185
205185
  repository: {
@@ -377378,7 +377378,7 @@ function createGetNamespace(context) {
377378
377378
  function parsePropertyRef(refStr) {
377379
377379
  const [layerId, coordinate] = splitRefExpression(refStr);
377380
377380
  const coordinateParts = coordinate.split(".");
377381
- if (coordinateParts.length === 1) {
377381
+ if (coordinateParts.length === 1 && coordinateParts[0]) {
377382
377382
  return { layerId, shapeName: "Query", propertyName: coordinateParts[0] };
377383
377383
  }
377384
377384
  if (coordinateParts.length === 2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "11.94.3",
3
+ "version": "11.94.5",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -70,11 +70,11 @@
70
70
  "stream-to-promise": "^2.2.0",
71
71
  "tmp": "^0.0.33",
72
72
  "unzipper": "^0.10.11",
73
- "@takeshape/branches": "11.94.3",
74
- "@takeshape/schema": "11.94.3",
75
- "@takeshape/streams": "11.94.3",
76
- "@takeshape/ssg": "11.94.3",
77
- "@takeshape/util": "11.94.3"
73
+ "@takeshape/branches": "11.94.5",
74
+ "@takeshape/ssg": "11.94.5",
75
+ "@takeshape/schema": "11.94.5",
76
+ "@takeshape/streams": "11.94.5",
77
+ "@takeshape/util": "11.94.5"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=20"