lakutata 0.0.4-alpha.7 → 0.0.4-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.0.4-alpha.7",
3
+ "version": "0.0.4-alpha.8",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,8 +18,8 @@
18
18
  "rebuild": "npm run clean && npm run build",
19
19
  "prepare": "npm run compile",
20
20
  "compile": "npm run rebuild && shx rm -rf ./build/tests/*",
21
- "release": "dotenv release-it -- --git.tagExclude='*[-]*'",
22
- "release:preRelease:beta": "dotenv release-it -- --preRelease=beta",
21
+ "release": "dotenv -- release-it --git.tagExclude='*[-]*'",
22
+ "release:preRelease:beta": "dotenv -- release-it --preRelease=beta",
23
23
  "release:preRelease:alpha": "dotenv -- release-it --preRelease=alpha",
24
24
  "test": "ts-node src/tests/Test.spec.ts"
25
25
  },
@@ -28,7 +28,7 @@
28
28
  "requireCleanWorkingDir": false,
29
29
  "requireBranch": false,
30
30
  "commitMessage": "chore: release v${version}",
31
- "push": true
31
+ "push": false
32
32
  },
33
33
  "github": {
34
34
  "release": true,
@@ -1,18 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <code_scheme name="Project" version="173">
3
- <JSCodeStyleSettings version="0">
4
- <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
5
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
6
- <option name="USE_DOUBLE_QUOTES" value="false" />
7
- <option name="FORCE_QUOTE_STYlE" value="true" />
8
- <option name="ENFORCE_TRAILING_COMMA" value="Remove" />
9
- </JSCodeStyleSettings>
10
- <TypeScriptCodeStyleSettings version="0">
11
- <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
12
- <option name="FORCE_SEMICOLON_STYLE" value="true" />
13
- <option name="USE_DOUBLE_QUOTES" value="false" />
14
- <option name="FORCE_QUOTE_STYlE" value="true" />
15
- <option name="ENFORCE_TRAILING_COMMA" value="Remove" />
16
- </TypeScriptCodeStyleSettings>
17
- </code_scheme>
18
- </component>
@@ -1,5 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <state>
3
- <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
- </state>
5
- </component>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- </profile>
6
- </component>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/build" />
7
- <excludeFolder url="file://$MODULE_DIR$/temp" />
8
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
9
- </content>
10
- <orderEntry type="inheritedJdk" />
11
- <orderEntry type="sourceFolder" forTests="false" />
12
- </component>
13
- </module>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/lakutata.iml" filepath="$PROJECT_DIR$/.idea/lakutata.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>