@nordcraft/std-lib 1.0.71 → 1.0.73
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 +1 -1
- package/package.json +2 -2
package/dist/lib.ts
CHANGED
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
],
|
|
758
|
-
"description": "Format a date using the Intl.DateTimeFormat API. See the [DateTimeFormat docs on MDN]().",
|
|
758
|
+
"description": "Format a date using the Intl.DateTimeFormat API. See the [DateTimeFormat docs on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat).",
|
|
759
759
|
"output": {
|
|
760
760
|
"description": "The Date input formatted as a String.",
|
|
761
761
|
"type": {
|
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.73"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "24.3.1",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"watch": "tsgo --noEmit -w"
|
|
21
21
|
},
|
|
22
22
|
"files": ["dist"],
|
|
23
|
-
"version": "1.0.
|
|
23
|
+
"version": "1.0.73"
|
|
24
24
|
}
|