goyette-portfolio-lib 1.5.6 → 1.5.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/.babelrc CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "presets": [
3
- "@babel/preset-flow",
4
- "@babel/preset-env",
5
- "@babel/preset-react"
6
- ],
7
- "plugins": [
8
- "@babel/plugin-syntax-flow",
9
- "@babel/plugin-proposal-class-properties",
10
- "@babel/plugin-syntax-dynamic-import",
11
- "@babel/plugin-syntax-import-meta",
12
- "@babel/plugin-proposal-json-strings",
13
- [
14
- "@babel/plugin-proposal-decorators",
15
- {
16
- "legacy": true
17
- }
18
- ],
19
- "@babel/plugin-proposal-function-sent",
20
- "@babel/plugin-proposal-export-namespace-from",
21
- "@babel/plugin-proposal-numeric-separator",
22
- "@babel/plugin-proposal-throw-expressions",
23
- "@babel/plugin-proposal-export-default-from",
24
- "@babel/plugin-proposal-logical-assignment-operators",
25
- "@babel/plugin-proposal-optional-chaining",
26
- [
27
- "@babel/plugin-proposal-pipeline-operator",
28
- {
29
- "proposal": "minimal"
30
- }
31
- ],
32
- "@babel/plugin-proposal-nullish-coalescing-operator",
33
- "@babel/plugin-proposal-do-expressions",
34
- "@babel/plugin-proposal-function-bind"
35
- ],
36
- "parserOpts": {
37
- "plugins": [
38
- "jsx",
39
- "flow"
40
- ]
41
- }
42
- }
1
+ {
2
+ "presets": [
3
+ "@babel/preset-flow",
4
+ "@babel/preset-env",
5
+ "@babel/preset-react"
6
+ ],
7
+ "plugins": [
8
+ "@babel/plugin-syntax-flow",
9
+ "@babel/plugin-proposal-class-properties",
10
+ "@babel/plugin-syntax-dynamic-import",
11
+ "@babel/plugin-syntax-import-meta",
12
+ "@babel/plugin-proposal-json-strings",
13
+ [
14
+ "@babel/plugin-proposal-decorators",
15
+ {
16
+ "legacy": true
17
+ }
18
+ ],
19
+ "@babel/plugin-proposal-function-sent",
20
+ "@babel/plugin-proposal-export-namespace-from",
21
+ "@babel/plugin-proposal-numeric-separator",
22
+ "@babel/plugin-proposal-throw-expressions",
23
+ "@babel/plugin-proposal-export-default-from",
24
+ "@babel/plugin-proposal-logical-assignment-operators",
25
+ "@babel/plugin-proposal-optional-chaining",
26
+ [
27
+ "@babel/plugin-proposal-pipeline-operator",
28
+ {
29
+ "proposal": "minimal"
30
+ }
31
+ ],
32
+ "@babel/plugin-proposal-nullish-coalescing-operator",
33
+ "@babel/plugin-proposal-do-expressions",
34
+ "@babel/plugin-proposal-function-bind"
35
+ ],
36
+ "parserOpts": {
37
+ "plugins": [
38
+ "jsx",
39
+ "flow"
40
+ ]
41
+ }
42
+ }
@@ -1,19 +1,19 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
5
- <Languages>
6
- <language minSize="331" name="JavaScript" />
7
- </Languages>
8
- </inspection_tool>
9
- <inspection_tool class="JSDeprecatedSymbols" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
10
- <inspection_tool class="JSMethodCanBeStatic" enabled="false" level="WARNING" enabled_by_default="false" />
11
- <inspection_tool class="JSNonStrictModeUsed" enabled="true" level="WARNING" enabled_by_default="true" />
12
- <inspection_tool class="JSUnusedGlobalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
13
- <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
14
- <option name="processCode" value="true" />
15
- <option name="processLiterals" value="true" />
16
- <option name="processComments" value="true" />
17
- </inspection_tool>
18
- </profile>
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
5
+ <Languages>
6
+ <language minSize="331" name="JavaScript" />
7
+ </Languages>
8
+ </inspection_tool>
9
+ <inspection_tool class="JSDeprecatedSymbols" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
10
+ <inspection_tool class="JSMethodCanBeStatic" enabled="false" level="WARNING" enabled_by_default="false" />
11
+ <inspection_tool class="JSNonStrictModeUsed" enabled="true" level="WARNING" enabled_by_default="true" />
12
+ <inspection_tool class="JSUnusedGlobalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
13
+ <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
14
+ <option name="processCode" value="true" />
15
+ <option name="processLiterals" value="true" />
16
+ <option name="processComments" value="true" />
17
+ </inspection_tool>
18
+ </profile>
19
19
  </component>
@@ -5,13 +5,16 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="dc7e37fb-98fd-404f-b5bd-7014781d1f53" name="Default" comment="">
8
+ <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
8
9
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
10
  <change beforePath="$PROJECT_DIR$/lib/Models/Telemetry/TelemetryDataModel.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/Models/Telemetry/TelemetryDataModel.js" afterDir="false" />
10
11
  <change beforePath="$PROJECT_DIR$/lib/SharedRoutes.js" beforeDir="false" afterPath="$PROJECT_DIR$/lib/SharedRoutes.js" afterDir="false" />
11
12
  <change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
12
13
  <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
13
14
  <change beforePath="$PROJECT_DIR$/../portfolio-server/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../portfolio-server/.idea/workspace.xml" afterDir="false" />
15
+ <change beforePath="$PROJECT_DIR$/../portfolio-server/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/../portfolio-server/package.json" afterDir="false" />
14
16
  <change beforePath="$PROJECT_DIR$/../portfolio-ui/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../portfolio-ui/.idea/workspace.xml" afterDir="false" />
17
+ <change beforePath="$PROJECT_DIR$/../portfolio-ui/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/../portfolio-ui/package.json" afterDir="false" />
15
18
  </list>
16
19
  <option name="SHOW_DIALOG" value="false" />
17
20
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -466,7 +469,7 @@
466
469
  <workItem from="1703996251505" duration="3182000" />
467
470
  <workItem from="1704003259937" duration="13000" />
468
471
  <workItem from="1704003287098" duration="3933000" />
469
- <workItem from="1704022089531" duration="418000" />
472
+ <workItem from="1704022089531" duration="796000" />
470
473
  </task>
471
474
  <servers />
472
475
  </component>
@@ -1,9 +1,9 @@
1
- Normally, you just do this:
2
- npm run build-and-bump
3
-
4
- But if you're not logged in, you can do this first:
5
- npm login
6
-
7
- If you want a whole new major version, then you can use this:
8
- npm version x.y.z
9
- npm publish
1
+ Normally, you just do this:
2
+ npm run build-and-bump
3
+
4
+ But if you're not logged in, you can do this first:
5
+ npm login
6
+
7
+ If you want a whole new major version, then you can use this:
8
+ npm version x.y.z
9
+ npm publish
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
- {
2
- "name": "goyette-portfolio-lib",
3
- "version": "1.5.6",
4
- "description": "Libs for the Portfolio project",
5
- "main": "dist/src/index.js",
6
- "scripts": {
7
- "build": "npm run build:flow",
8
- "build-and-bump": "npm run build:flow && npm version patch && npm publish",
9
- "build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist/src && flow-copy-source -v -i '**/__tests__/**' lib dist/lib"
10
- },
11
- "author": "",
12
- "license": "ISC",
13
- "dependencies": {
14
- "dotenv": "^16.3.1",
15
- "string": "^3.3.3"
16
- },
17
- "devDependencies": {
18
- "@babel/cli": "^7.23.4",
19
- "@babel/core": "^7.23.7",
20
- "@babel/plugin-proposal-class-properties": "^7.0.0",
21
- "@babel/plugin-proposal-decorators": "^7.23.7",
22
- "@babel/plugin-proposal-do-expressions": "^7.23.3",
23
- "@babel/plugin-proposal-export-default-from": "^7.23.3",
24
- "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
25
- "@babel/plugin-proposal-function-bind": "^7.23.3",
26
- "@babel/plugin-proposal-function-sent": "^7.23.3",
27
- "@babel/plugin-proposal-json-strings": "^7.0.0",
28
- "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
29
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
30
- "@babel/plugin-proposal-numeric-separator": "^7.0.0",
31
- "@babel/plugin-proposal-optional-chaining": "^7.0.0",
32
- "@babel/plugin-proposal-pipeline-operator": "^7.23.3",
33
- "@babel/plugin-proposal-throw-expressions": "^7.23.3",
34
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
35
- "@babel/plugin-syntax-flow": "^7.23.3",
36
- "@babel/plugin-syntax-import-meta": "^7.10.4",
37
- "@babel/preset-env": "^7.23.7",
38
- "@babel/preset-flow": "^7.23.3",
39
- "@babel/preset-react": "^7.23.3",
40
- "flow-bin": "0.225.1",
41
- "flow-copy-source": "^2.0.9"
42
- }
43
- }
1
+ {
2
+ "name": "goyette-portfolio-lib",
3
+ "version": "1.5.8",
4
+ "description": "Libs for the Portfolio project",
5
+ "main": "dist/src/index.js",
6
+ "scripts": {
7
+ "build": "npm run build:flow",
8
+ "build-and-bump": "npm run build:flow && npm version patch && npm publish",
9
+ "build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist/src && flow-copy-source -v -i '**/__tests__/**' lib dist/lib"
10
+ },
11
+ "author": "",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "dotenv": "^16.3.1",
15
+ "string": "^3.3.3"
16
+ },
17
+ "devDependencies": {
18
+ "@babel/cli": "^7.0.0",
19
+ "@babel/core": "^7.23.7",
20
+ "@babel/plugin-proposal-class-properties": "^7.0.0",
21
+ "@babel/plugin-proposal-decorators": "^7.0.0",
22
+ "@babel/plugin-proposal-do-expressions": "^7.0.0",
23
+ "@babel/plugin-proposal-export-default-from": "^7.0.0",
24
+ "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
25
+ "@babel/plugin-proposal-function-bind": "^7.0.0",
26
+ "@babel/plugin-proposal-function-sent": "^7.0.0",
27
+ "@babel/plugin-proposal-json-strings": "^7.0.0",
28
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
29
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
30
+ "@babel/plugin-proposal-numeric-separator": "^7.0.0",
31
+ "@babel/plugin-proposal-optional-chaining": "^7.0.0",
32
+ "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
33
+ "@babel/plugin-proposal-throw-expressions": "^7.0.0",
34
+ "@babel/plugin-syntax-dynamic-import": "^7.0.0",
35
+ "@babel/plugin-syntax-flow": "^7.0.0",
36
+ "@babel/plugin-syntax-import-meta": "^7.0.0",
37
+ "@babel/preset-env": "^7.0.0",
38
+ "@babel/preset-flow": "^7.0.0",
39
+ "@babel/preset-react": "^7.0.0",
40
+ "flow-bin": "0.225.1",
41
+ "flow-copy-source": "^2.0.9"
42
+ }
43
+ }