@cognite/sdk
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -87,3 +87,3 @@ export interface AssetMapping { | ||
includeAncestors?: boolean; | ||
metadata: NodeMetadata; | ||
metadata?: NodeMetadata; | ||
} | ||
@@ -90,0 +90,0 @@ export interface ThreeDListRevisionsParams { |
{ | ||
"name": "@cognite/sdk", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Javascript client library for Cognite SDK", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -125,10 +125,9 @@ <a href="https://cognite.com/"> | ||
1. Create a new branch | ||
2. Run `yarn docs` to update the documentation | ||
3. Commit changes (if any) | ||
4. Run | ||
2. Commit changes (if any) | ||
3. Run | ||
```bash | ||
$ npm version [patch/minor/major] | ||
``` | ||
5. Push branch and push tags (`git push --tags`) | ||
6. Create a new pull requests | ||
7. A new version will be published when PR is merged | ||
4. Push branch and push tags (`git push --tags`) | ||
5. Create a new pull requests | ||
6. A new version will be published when PR is merged |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226935
133