ssjs-data 0.3.0 → 0.3.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.
@@ -53,7 +53,6 @@ declare namespace Platform {
53
53
  function Base64Encode(string: string, charset?: string): string;
54
54
  function Base64Decode(encodedString: string, charset?: string): string;
55
55
  function MD5(string: string, charset?: string): string;
56
- function Write(content: string): void;
57
56
  function Stringify(object: object): string;
58
57
  function ContentArea(id: number, regionName?: string, stopOnError?: boolean, fallbackContent?: string): string;
59
58
  function ContentAreaByName(name: string, regionName?: string, stopOnError?: boolean, fallbackContent?: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssjs-data",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Canonical SSJS (Server-Side JavaScript) function catalog, Core library objects, Platform methods, and globals for SFMC tooling",
5
5
  "type": "module",
6
6
  "main": "src/index.js",