@integry/sdk 4.2.18 → 4.2.19
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/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/sdk-v4.iml +9 -0
- package/.idea/vcs.xml +6 -0
- package/.vscode/launch.json +1 -1
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
package/.idea/misc.xml
ADDED
package/.idea/sdk-v4.iml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$" />
|
|
6
|
+
<orderEntry type="inheritedJdk" />
|
|
7
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
+
</component>
|
|
9
|
+
</module>
|
package/.idea/vcs.xml
ADDED
package/.vscode/launch.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
|
|
14
14
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
|
|
15
15
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(34).html",
|
|
16
|
-
"url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (
|
|
16
|
+
"url": "file:////Users/yasir/Downloads/Flows of an app - Integry SDK sample (Thryv 7) For All.html",
|
|
17
17
|
"webRoot": "${workspaceFolder}/src"
|
|
18
18
|
}
|
|
19
19
|
]
|