@syncmatters/script-api 1.0.0 → 1.0.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/README.md +0 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,11 +26,6 @@ import SDKTest from "@syncmatters/script-api/sdk-test";
|
|
|
26
26
|
Add `"checkJs": true` to your `jsconfig.json` to activate the JSDoc type annotations used in
|
|
27
27
|
script `.mjs` files.
|
|
28
28
|
|
|
29
|
-
## Legacy package name
|
|
30
|
-
|
|
31
|
-
`@ihq/script-api` is the legacy name of this package (IntegrateHQ is now SyncMatters).
|
|
32
|
-
Existing scripts importing the legacy name continue to work on-platform.
|
|
33
|
-
|
|
34
29
|
## Support
|
|
35
30
|
|
|
36
31
|
- <https://syncmatters.com>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncmatters/script-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "TypeScript type definitions for the SyncMatters script API (types only - scripts execute on the SyncMatters platform)",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"author": "SyncMatters",
|
|
18
18
|
"homepage": "https://syncmatters.com",
|
|
19
|
-
"typesContentHash": "
|
|
19
|
+
"typesContentHash": "29fdd96780e4fe73c142677135c027e19732844e98498afdb5d6627bee7f23de",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@types/node": "*"
|
|
22
22
|
}
|