@osdk/foundry 2.58.0 → 2.60.0-rc1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6e1c00d: regenerate platform sdk
8
+ - f8644e3: regenerate sdk
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [6e1c00d]
13
+ - Updated dependencies [f8644e3]
14
+ - @osdk/foundry.thirdpartyapplications@2.59.0
15
+ - @osdk/foundry.languagemodels@2.59.0
16
+ - @osdk/foundry.orchestration@2.59.0
17
+ - @osdk/foundry.connectivity@2.59.0
18
+ - @osdk/foundry.checkpoints@2.59.0
19
+ - @osdk/foundry.datahealth@2.59.0
20
+ - @osdk/foundry.filesystem@2.59.0
21
+ - @osdk/foundry.ontologies@2.59.0
22
+ - @osdk/foundry.operations@2.59.0
23
+ - @osdk/foundry.publicapis@2.59.0
24
+ - @osdk/foundry.sqlqueries@2.59.0
25
+ - @osdk/foundry.aipagents@2.59.0
26
+ - @osdk/foundry.functions@2.59.0
27
+ - @osdk/foundry.mediasets@2.59.0
28
+ - @osdk/foundry.datasets@2.59.0
29
+ - @osdk/foundry.notepad@2.59.0
30
+ - @osdk/foundry.streams@2.59.0
31
+ - @osdk/foundry.widgets@2.59.0
32
+ - @osdk/foundry.models@2.59.0
33
+ - @osdk/foundry.admin@2.59.0
34
+ - @osdk/foundry.audit@2.59.0
35
+ - @osdk/foundry.core@2.59.0
36
+ - @osdk/foundry.pack@2.59.0
37
+ - @osdk/foundry.geo@2.59.0
38
+ - @osdk/foundry.geojson@2.59.0
39
+
3
40
  ## 2.58.0
4
41
 
5
42
  ### Minor Changes
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.58.0"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.58.0",
3
+ "version": "2.60.0-rc1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,34 +21,39 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.admin": "2.58.0",
25
- "@osdk/foundry.aipagents": "2.58.0",
26
- "@osdk/foundry.audit": "2.58.0",
27
- "@osdk/foundry.checkpoints": "2.58.0",
28
- "@osdk/foundry.connectivity": "2.58.0",
29
- "@osdk/foundry.core": "2.58.0",
30
- "@osdk/foundry.datasets": "2.58.0",
31
- "@osdk/foundry.datahealth": "2.58.0",
32
- "@osdk/foundry.filesystem": "2.58.0",
33
- "@osdk/foundry.geo": "2.58.0",
34
- "@osdk/foundry.languagemodels": "2.58.0",
35
- "@osdk/foundry.geojson": "2.58.0",
36
- "@osdk/foundry.functions": "2.58.0",
37
- "@osdk/foundry.mediasets": "2.58.0",
38
- "@osdk/foundry.models": "2.58.0",
39
- "@osdk/foundry.notepad": "2.58.0",
40
- "@osdk/foundry.ontologies": "2.58.0",
41
- "@osdk/foundry.pack": "2.58.0",
42
- "@osdk/foundry.orchestration": "2.58.0",
43
- "@osdk/foundry.operations": "2.58.0",
44
- "@osdk/foundry.publicapis": "2.58.0",
45
- "@osdk/foundry.sqlqueries": "2.58.0",
46
- "@osdk/foundry.streams": "2.58.0",
47
- "@osdk/foundry.thirdpartyapplications": "2.58.0",
48
- "@osdk/foundry.widgets": "2.58.0",
24
+ "@osdk/foundry.admin": "2.59.0",
25
+ "@osdk/foundry.aipagents": "2.59.0",
26
+ "@osdk/foundry.connectivity": "2.59.0",
27
+ "@osdk/foundry.checkpoints": "2.59.0",
28
+ "@osdk/foundry.core": "2.59.0",
29
+ "@osdk/foundry.datahealth": "2.59.0",
30
+ "@osdk/foundry.datasets": "2.59.0",
31
+ "@osdk/foundry.filesystem": "2.59.0",
32
+ "@osdk/foundry.audit": "2.59.0",
33
+ "@osdk/foundry.functions": "2.59.0",
34
+ "@osdk/foundry.geojson": "2.59.0",
35
+ "@osdk/foundry.languagemodels": "2.59.0",
36
+ "@osdk/foundry.models": "2.59.0",
37
+ "@osdk/foundry.notepad": "2.59.0",
38
+ "@osdk/foundry.geo": "2.59.0",
39
+ "@osdk/foundry.mediasets": "2.59.0",
40
+ "@osdk/foundry.orchestration": "2.59.0",
41
+ "@osdk/foundry.ontologies": "2.59.0",
42
+ "@osdk/foundry.pack": "2.59.0",
43
+ "@osdk/foundry.operations": "2.59.0",
44
+ "@osdk/foundry.publicapis": "2.59.0",
45
+ "@osdk/foundry.sqlqueries": "2.59.0",
46
+ "@osdk/foundry.streams": "2.59.0",
47
+ "@osdk/foundry.thirdpartyapplications": "2.59.0",
48
+ "@osdk/foundry.widgets": "2.59.0",
49
49
  "@osdk/shared.net.platformapi": "~1.6.0"
50
50
  },
51
51
  "devDependencies": {
52
+ "@microsoft/api-extractor": "^7.57.7",
53
+ "@rollup/plugin-commonjs": "^29.0.2",
54
+ "@rollup/plugin-node-resolve": "^16.0.3",
55
+ "@rollup/plugin-terser": "^1.0.0",
56
+ "rollup": "^4.60.0",
52
57
  "typescript": "^5.5.4",
53
58
  "@osdk/monorepo.tsconfig": "~0.0.0"
54
59
  },
@@ -69,7 +74,7 @@
69
74
  "sls": {
70
75
  "dependencies": {
71
76
  "com.palantir.foundry.api:api-gateway": {
72
- "minVersion": "1.1549.0",
77
+ "minVersion": "1.1562.0",
73
78
  "maxVersion": "1.x.x",
74
79
  "optional": false
75
80
  }
@@ -77,6 +82,7 @@
77
82
  },
78
83
  "type": "module",
79
84
  "scripts": {
85
+ "build": "node -e \"if (process.version.startsWith(\\\"v18\\\")) { process.exit(0) } else { process.exit(1) }\" || (rollup -c && api-extractor run)",
80
86
  "check-attw": "monorepo.tool.attw esm",
81
87
  "check-spelling": "cspell --quiet .",
82
88
  "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",