asteroid-odyssey 1.7.8 → 1.7.17
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/dist/index.d.mts +6 -2
- package/dist/index.d.ts +6 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1766,8 +1766,12 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1766
1766
|
* encode it and renaming a node does not break the path.
|
|
1767
1767
|
*
|
|
1768
1768
|
* Examples (typical):
|
|
1769
|
-
* -
|
|
1770
|
-
* -
|
|
1769
|
+
* - `./scripts/main.js`
|
|
1770
|
+
* - `./scripts/login.js`
|
|
1771
|
+
*
|
|
1772
|
+
* A leading `./` is optional but canonical — both `scripts/main.js` and
|
|
1773
|
+
* `./scripts/main.js` are accepted, and the platform normalizes to the
|
|
1774
|
+
* `./`-prefixed form when it writes this value back out.
|
|
1771
1775
|
*
|
|
1772
1776
|
* Constraints:
|
|
1773
1777
|
* - Must be relative (no leading `/`).
|
package/dist/index.d.ts
CHANGED
|
@@ -1766,8 +1766,12 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1766
1766
|
* encode it and renaming a node does not break the path.
|
|
1767
1767
|
*
|
|
1768
1768
|
* Examples (typical):
|
|
1769
|
-
* -
|
|
1770
|
-
* -
|
|
1769
|
+
* - `./scripts/main.js`
|
|
1770
|
+
* - `./scripts/login.js`
|
|
1771
|
+
*
|
|
1772
|
+
* A leading `./` is optional but canonical — both `scripts/main.js` and
|
|
1773
|
+
* `./scripts/main.js` are accepted, and the platform normalizes to the
|
|
1774
|
+
* `./`-prefixed form when it writes this value back out.
|
|
1771
1775
|
*
|
|
1772
1776
|
* Constraints:
|
|
1773
1777
|
* - Must be relative (no leading `/`).
|