@osdk/foundry 2.0.0 → 3.0.0-beta.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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 3.0.0-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/foundry.admin@3.0.0-beta.0
8
+ - @osdk/foundry.datasets@3.0.0-beta.0
9
+ - @osdk/foundry.core@3.0.0-beta.0
10
+ - @osdk/foundry.thirdpartyapplications@3.0.0-beta.0
11
+
3
12
  ## 2.0.0
4
13
 
5
14
  ### Minor Changes
@@ -5,5 +5,5 @@ import * as foundry_datasets from '@osdk/foundry.datasets';
5
5
  export { foundry_datasets as Datasets };
6
6
  import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
7
7
  export { foundry_thirdpartyapplications as ThirdPartyApplications };
8
- //# sourceMappingURL=out.js.map
8
+ //# sourceMappingURL=index.js.map
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -38,5 +38,5 @@ Object.keys(foundry_core).forEach(function (k) {
38
38
  get: function () { return foundry_core[k]; }
39
39
  });
40
40
  });
41
- //# sourceMappingURL=out.js.map
41
+ //# sourceMappingURL=index.cjs.map
42
42
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -5,5 +5,5 @@ import * as foundry_datasets from '@osdk/foundry.datasets';
5
5
  export { foundry_datasets as Datasets };
6
6
  import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
7
7
  export { foundry_thirdpartyapplications as ThirdPartyApplications };
8
- //# sourceMappingURL=out.js.map
8
+ //# sourceMappingURL=index.js.map
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.0.0",
3
+ "version": "3.0.0-beta.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,18 +17,18 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.admin": "2.0.0",
21
- "@osdk/foundry.datasets": "2.0.0",
22
- "@osdk/foundry.core": "2.0.0",
23
- "@osdk/foundry.thirdpartyapplications": "2.0.0",
20
+ "@osdk/foundry.admin": "3.0.0-beta.0",
21
+ "@osdk/foundry.core": "3.0.0-beta.0",
22
+ "@osdk/foundry.datasets": "3.0.0-beta.0",
23
+ "@osdk/foundry.thirdpartyapplications": "3.0.0-beta.0",
24
24
  "@osdk/shared.client": "~0.0.0",
25
25
  "@osdk/shared.net.platformapi": "~0.2.0"
26
26
  },
27
27
  "devDependencies": {
28
- "typescript": "^5.5.2",
29
- "@osdk/monorepo.api-extractor": "~0.0.0",
28
+ "typescript": "^5.5.4",
30
29
  "@osdk/monorepo.tsconfig": "~0.0.0",
31
- "@osdk/monorepo.tsup": "~0.0.0"
30
+ "@osdk/monorepo.tsup": "~0.0.0",
31
+ "@osdk/monorepo.api-extractor": "~0.0.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"