cognite-create 0.2.49 → 0.3.0
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
|
@@ -61,7 +61,7 @@ Authentication is handled by the infrastructure layer - use the provided compone
|
|
|
61
61
|
|
|
62
62
|
Make sure to build fallbacks for any error or empty states.
|
|
63
63
|
|
|
64
|
-
Always run
|
|
64
|
+
Always run the lint command after you make changes to make sure you have fixed all potential errors.
|
|
65
65
|
|
|
66
66
|
Date Format Fix: Convert Date objects to Unix timestamps (milliseconds) before sending to Cognite API, as it doesn't accept ISO strings.
|
|
67
67
|
|