@tailor-platform/sdk 1.85.0 → 1.85.1

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,11 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 1.85.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2016](https://github.com/tailor-platform/sdk/pull/2016) [`3af95bb`](https://github.com/tailor-platform/sdk/commit/3af95bb486b6df71b835b3529fd0757eff0e8c47) Thanks [@toiroakr](https://github.com/toiroakr)! - Remove a dead `node:module` import from a shared runtime helper chunk that could cause resolver bundling (and `deploy`) to fail with an `UNRESOLVED_IMPORT` error for projects importing `@tailor-platform/sdk/runtime`
8
+
3
9
  ## 1.85.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  # politty-completion-version: 1
2
- # politty-bin-sig: 1785476175
2
+ # politty-bin-sig: 1786500978
3
3
  # politty-bin-path: /home/runner/work/sdk/sdk/node_modules/.bin/tailor-sdk
4
4
  # program: tailor-sdk
5
5
  # shell: zsh
@@ -1,4 +1,3 @@
1
- import { createRequire } from "node:module";
2
1
 
3
2
  //#region \0rolldown/runtime.js
4
3
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.85.0",
3
+ "version": "1.85.1",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {