@manojkmfsi/monodog 1.1.39 → 1.1.41

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @manojkmfsi/monoapp
2
2
 
3
+ ## 1.1.41
4
+
5
+ ### Patch Changes
6
+
7
+ - remove files
8
+
9
+ ## 1.1.40
10
+
11
+ ### Patch Changes
12
+
13
+ - remove source map
14
+
3
15
  ## 1.1.39
4
16
 
5
17
  ### Patch Changes
@@ -7,7 +7,7 @@
7
7
  "private": true,
8
8
  "scripts": {
9
9
  "dev": "vite",
10
- "build": "tsc && vite build --sourcemap",
10
+ "build": "tsc && vite build",
11
11
  "preview": "vite preview",
12
12
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
13
13
  "clean": "rm -rf dist node_modules/.vite"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manojkmfsi/monodog",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "description": "App for monodog monorepo",
5
5
  "license": "MIT",
6
6
  "author": "Mindfiredigital",