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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognite-create",
3
- "version": "0.2.49",
3
+ "version": "0.3.0",
4
4
  "description": "Create a Next.js app preconfigured with Cognite defaults.",
5
5
  "bin": {
6
6
  "cognite-create": "./bin/index.js"
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: Whenever you are interacting with design or reference, consult these rules.
3
+ alwaysApply: false
4
+ ---
5
+
6
+ Use tailwinds grid in order to make beautiful accurate pages, pay close attention to positioning detail.
@@ -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 `npm run lint` after you make changes to make sure you have fixed all potential errors.
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