@cognite/cli 1.9.0-alpha.3 → 1.10.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.
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g,h,i,j,k,l,m}from"../chunk-P2OHSI4O.js";export{a as AppHostingClient,b as ApplicationPackager,c as BUNDLE_DIR,h as SIGNATURE_SUFFIXES,d as bundleFileName,e as bundlePath,l as deploy,m as deployBundle,i as discoverSignatures,g as getSdk,f as getToken,j as packageBundle,k as uploadBundle};
1
+ import{a,b,c,d,e,f,g,h,i,j,k,l,m}from"../chunk-EDXZK2T4.js";export{a as AppHostingClient,b as ApplicationPackager,c as BUNDLE_DIR,h as SIGNATURE_SUFFIXES,d as bundleFileName,e as bundlePath,l as deploy,m as deployBundle,i as discoverSignatures,g as getSdk,f as getToken,j as packageBundle,k as uploadBundle};
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{a as o,b as r,c as e,d as f,e as m,f as p,g as t,h as x,i as a,j as b,k as c,l as d,m as g}from"./chunk-P2OHSI4O.js";export{o as AppHostingClient,r as ApplicationPackager,e as BUNDLE_DIR,x as SIGNATURE_SUFFIXES,f as bundleFileName,m as bundlePath,d as deploy,g as deployBundle,a as discoverSignatures,t as getSdk,p as getToken,b as packageBundle,c as uploadBundle};
1
+ import{a as o,b as r,c as e,d as f,e as m,f as p,g as t,h as x,i as a,j as b,k as c,l as d,m as g}from"./chunk-EDXZK2T4.js";export{o as AppHostingClient,r as ApplicationPackager,e as BUNDLE_DIR,x as SIGNATURE_SUFFIXES,f as bundleFileName,m as bundlePath,d as deploy,g as deployBundle,a as discoverSignatures,t as getSdk,p as getToken,b as packageBundle,c as uploadBundle};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/cli",
3
- "version": "1.9.0-alpha.3",
3
+ "version": "1.10.0",
4
4
  "description": "CLI for Cognite Data Fusion",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Cognite",
@@ -43,31 +43,34 @@
43
43
  "test:coverage": "vitest run --coverage",
44
44
  "test:watch": "vitest",
45
45
  "mock:server": "tsx cli/testing/msw/standalone.ts",
46
+ "mock:idp": "tsx smoke/run-mock-idp-server.ts",
47
+ "mock:oauth": "tsx smoke/run-mock-oauth-server.ts",
46
48
  "mock:deploy": "cd ../../apps/mock-app && pnpm build && COGNITE_TOKEN=test-token COGNITE_BASE_URL=http://localhost:9090 node ../../packages/cli/dist/cli/cli.js deploy --skip-build",
47
49
  "refresh-spec-kit": "bash scripts/refresh-spec-kit.sh"
48
50
  },
49
51
  "dependencies": {
50
52
  "@ai-sdk/provider": "^2.0.0",
51
53
  "@arizeai/phoenix-evals": "^1.0.3",
52
- "@cognite/app-sdk": "^0.8.0",
54
+ "@cognite/app-sdk": "^0.9.0",
53
55
  "@cognite/sdk": "^10.10.0",
54
56
  "@napi-rs/keyring": "^1.3.0",
55
57
  "@sentry/node": "^10.51.0",
56
58
  "@zip.js/zip.js": "^2.7.0",
57
59
  "chalk": "^5.6.2",
58
- "clipboardy": "5.3.1",
60
+ "clipboardy": "5.3.2",
59
61
  "commander": "^15.0.0",
60
62
  "dotenv": "^17.4.2",
61
63
  "enquirer": "^2.4.1",
62
64
  "execa": "^5.1.1",
63
65
  "hygen": "^6.2.11",
64
66
  "jose": "^6.2.2",
65
- "mixpanel": "^0.22.0",
67
+ "mixpanel": "^0.23.0",
66
68
  "open": "^10.1.0",
67
69
  "openid-client": "^6.8.3",
68
70
  "proper-lockfile": "^4.1.2",
69
71
  "semver": "^7.7.0",
70
72
  "skills": "^1.4.3",
73
+ "string-argv": "^0.3.2",
71
74
  "valibot": "^1.3.1",
72
75
  "yaml": "^2.9.0"
73
76
  },
@@ -92,6 +95,7 @@
92
95
  "@types/react": "^19.2.6",
93
96
  "@types/react-dom": "^19.2.3",
94
97
  "@types/semver": "^7.7.0",
98
+ "@vitest/coverage-v8": "4.1.10",
95
99
  "ejs": "^6.0.0",
96
100
  "express": "^5.2.1",
97
101
  "msw": "^2.13.6",
@@ -99,7 +103,6 @@
99
103
  "react-dom": "^19.2.6",
100
104
  "tsup": "^8.4.0",
101
105
  "typescript": "^5.0.0",
102
- "@vitest/coverage-v8": "4.1.10",
103
106
  "vitest": "4.1.10"
104
107
  },
105
108
  "engines": {