@integry/sdk 3.1.4 → 3.1.5-beta.3
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/modules.xml +8 -0
- package/.idea/sdk-v3.iml +16 -0
- package/.idea/workspace.xml +15 -0
- package/dist/esm/index.csm.d.ts +1 -1
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.d.ts +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
package/.idea/sdk-v3.iml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
<component name="TemplatesService">
|
|
10
|
+
<option name="TEMPLATE_FOLDERS">
|
|
11
|
+
<list>
|
|
12
|
+
<option value="$MODULE_DIR$/sdk-docs/node_modules/gifwrap/templates" />
|
|
13
|
+
</list>
|
|
14
|
+
</option>
|
|
15
|
+
</component>
|
|
16
|
+
</module>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="3bd43f6a-3ee9-4a60-a6c8-e208d65c4f31" name="Changes" comment="" />
|
|
5
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
6
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
7
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
8
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
9
|
+
</component>
|
|
10
|
+
<component name="ProjectId" id="2CcB3EpfT8wNT4caH7y6daY2cEr" />
|
|
11
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
12
|
+
<component name="VgoProject">
|
|
13
|
+
<settings-migrated>true</settings-migrated>
|
|
14
|
+
</component>
|
|
15
|
+
</project>
|
package/dist/esm/index.csm.d.ts
CHANGED