@prisma-psm/core 1.0.0 → 1.0.2
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/inspectionProfiles/Project_Default.xml +10 -0
- package/.idea/modules.xml +1 -0
- package/.idea/php.xml +10 -0
- package/.idea/psm.iml +1 -0
- package/.idea/vcs.xml +1 -0
- package/package.json +2 -2
- /package/{docs.d.ts → src/docs.d.ts} +0 -0
- /package/{docs.d.ts.map → src/docs.d.ts.map} +0 -0
- /package/{docs.js → src/docs.js} +0 -0
- /package/{docs.js.map → src/docs.js.map} +0 -0
- /package/{docs.ts → src/docs.ts} +0 -0
- /package/{driver.d.ts → src/driver.d.ts} +0 -0
- /package/{driver.d.ts.map → src/driver.d.ts.map} +0 -0
- /package/{driver.js → src/driver.js} +0 -0
- /package/{driver.js.map → src/driver.js.map} +0 -0
- /package/{driver.ts → src/driver.ts} +0 -0
- /package/{extractor → src/extractor}/index.d.ts +0 -0
- /package/{extractor → src/extractor}/index.d.ts.map +0 -0
- /package/{extractor → src/extractor}/index.js +0 -0
- /package/{extractor → src/extractor}/index.js.map +0 -0
- /package/{extractor → src/extractor}/index.ts +0 -0
- /package/{index.d.ts → src/index.d.ts} +0 -0
- /package/{index.d.ts.map → src/index.d.ts.map} +0 -0
- /package/{index.js → src/index.js} +0 -0
- /package/{index.js.map → src/index.js.map} +0 -0
- /package/{index.ts → src/index.ts} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
|
2
|
+
<profile version="1.0">
|
|
3
|
+
<option name="myName" value="Project Default" />
|
|
4
|
+
<inspection_tool class="ImplicitTypeConversion" enabled="true" level="WARNING" enabled_by_default="true">
|
|
5
|
+
<option name="BITS" value="1720" />
|
|
6
|
+
<option name="FLAG_EXPLICIT_CONVERSION" value="true" />
|
|
7
|
+
<option name="IGNORE_NODESET_TO_BOOLEAN_VIA_STRING" value="true" />
|
|
8
|
+
</inspection_tool>
|
|
9
|
+
</profile>
|
|
10
|
+
</component>
|
package/.idea/modules.xml
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
<component name="ProjectModuleManager">
|
|
4
4
|
<modules>
|
|
5
5
|
<module fileurl="file://$PROJECT_DIR$/.idea/psm.iml" filepath="$PROJECT_DIR$/.idea/psm.iml" />
|
|
6
|
+
<module fileurl="file://$PROJECT_DIR$/../psm-pg/.idea/psm-pg.iml" filepath="$PROJECT_DIR$/../psm-pg/.idea/psm-pg.iml" />
|
|
6
7
|
</modules>
|
|
7
8
|
</component>
|
|
8
9
|
</project>
|
package/.idea/php.xml
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
|
+
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
+
<option name="transferred" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
+
<option name="transferred" value="true" />
|
|
8
|
+
</component>
|
|
9
|
+
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
+
<option name="highlightLevel" value="WARNING" />
|
|
11
|
+
<option name="transferred" value="true" />
|
|
12
|
+
</component>
|
|
3
13
|
<component name="PhpStanOptionsConfiguration">
|
|
4
14
|
<option name="transferred" value="true" />
|
|
5
15
|
</component>
|
package/.idea/psm.iml
CHANGED
package/.idea/vcs.xml
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
/package/{docs.js → src/docs.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{docs.ts → src/docs.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|