@monkvision/camera-web 4.0.0 → 4.0.1

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": "@monkvision/camera-web",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "BSD-3-Clause-Clear",
5
5
  "packageManager": "yarn@3.2.4",
6
6
  "description": "MonkJs camera package for React (web) used to display a camera preview and take pictures",
@@ -10,7 +10,8 @@
10
10
  "files": [
11
11
  "package.json",
12
12
  "README.md",
13
- "lib"
13
+ "lib/**/*",
14
+ "!lib/**/*.map"
14
15
  ],
15
16
  "scripts": {
16
17
  "clean": "rimraf lib && mkdirp lib",
@@ -25,9 +26,9 @@
25
26
  "lint:fix": "yarn run prettier:fix && yarn run eslint:fix"
26
27
  },
27
28
  "dependencies": {
28
- "@monkvision/common": "^4.0.0",
29
- "@monkvision/common-ui-web": "^4.0.0",
30
- "@monkvision/monitoring": "^4.0.0",
29
+ "@monkvision/common": "^4.0.1",
30
+ "@monkvision/common-ui-web": "^4.0.1",
31
+ "@monkvision/monitoring": "^4.0.1",
31
32
  "fast-deep-equal": "^3.1.3",
32
33
  "i18next": "^23.4.5",
33
34
  "react-i18next": "^13.2.0"
@@ -86,5 +87,5 @@
86
87
  "url": "https://github.com/monkvision/monkjs/issues"
87
88
  },
88
89
  "homepage": "https://github.com/monkvision/monkjs",
89
- "gitHead": "5114d93fcce7b2939cf846df3f584cc3621e682e"
90
+ "gitHead": "ee86261d7785e21eac83e0c1af7115ea218f644e"
90
91
  }
package/lib/i18n.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"i18n.js","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA2D;AAC3D,mEAAwC;AACxC,mEAAwC;AACxC,mEAAwC;AACxC,mEAAwC;AAExC;;;GAGG;AACU,QAAA,UAAU,GAAG,IAAA,8BAAqB,EAAC;IAC9C,SAAS,EAAE;QACT,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAE,EAAE;QACvB,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAE,EAAE;QACvB,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAE,EAAE;QACvB,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAE,EAAE;KACxB;CACF,CAAC,CAAC"}
package/lib/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,oDAAkC;AAClC,0CAAwB;AACxB,yCAAuB"}