pepr 1.1.4 → 1.1.5

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/dist/cli.js CHANGED
@@ -9617,7 +9617,7 @@ var packageJSON = {
9617
9617
  "!src/fixtures/**",
9618
9618
  "!dist/**/*.test.d.ts*"
9619
9619
  ],
9620
- version: "1.1.4",
9620
+ version: "1.1.5",
9621
9621
  main: "dist/lib.js",
9622
9622
  types: "dist/lib.d.ts",
9623
9623
  scripts: {
@@ -78,7 +78,7 @@ var packageJSON = {
78
78
  "!src/fixtures/**",
79
79
  "!dist/**/*.test.d.ts*"
80
80
  ],
81
- version: "1.1.4",
81
+ version: "1.1.5",
82
82
  main: "dist/lib.js",
83
83
  types: "dist/lib.d.ts",
84
84
  scripts: {
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "!src/fixtures/**",
17
17
  "!dist/**/*.test.d.ts*"
18
18
  ],
19
- "version": "1.1.4",
19
+ "version": "1.1.5",
20
20
  "main": "dist/lib.js",
21
21
  "types": "dist/lib.d.ts",
22
22
  "scripts": {