@nordcraft/std-lib 1.0.53 → 1.0.54
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/lib.ts +3 -3
- package/package.json +2 -2
package/dist/lib.ts
CHANGED
|
@@ -1458,16 +1458,16 @@
|
|
|
1458
1458
|
"value": ""
|
|
1459
1459
|
},
|
|
1460
1460
|
"type": {
|
|
1461
|
-
"type": "Array \\| String"
|
|
1461
|
+
"type": "Array \\| String \\| Object"
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
1464
|
],
|
|
1465
1465
|
"variableArguments": true,
|
|
1466
1466
|
"output": {
|
|
1467
1467
|
"type": {
|
|
1468
|
-
"type": "Array \\| String"
|
|
1468
|
+
"type": "Array \\| String \\| Object"
|
|
1469
1469
|
},
|
|
1470
|
-
"description": "Returns a String or
|
|
1470
|
+
"description": "Returns a String, Array or Object containing all the specified input values."
|
|
1471
1471
|
}
|
|
1472
1472
|
},
|
|
1473
1473
|
"@toddle/take": {
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"homepage": "https://github.com/nordcraftengine/nordcraft",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"fast-deep-equal": "3.1.3",
|
|
8
|
-
"@nordcraft/core": "1.0.
|
|
8
|
+
"@nordcraft/core": "1.0.54"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "24.3.1",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"watch": "tsc --noEmit -w"
|
|
20
20
|
},
|
|
21
21
|
"files": ["dist"],
|
|
22
|
-
"version": "1.0.
|
|
22
|
+
"version": "1.0.54"
|
|
23
23
|
}
|