@zappar/zappar-cv 0.3.13 → 0.3.14

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.14] - 2021-10-25
4
+
5
+ ### Changed
6
+
7
+ - Pinned dependencies to exact versions
8
+
3
9
  ## [0.3.13] - 2021-10-11
4
10
 
5
11
  ### Fixed
package/README.md CHANGED
@@ -18,8 +18,8 @@ npm i @zappar/zappar-cv
18
18
 
19
19
  You can use our CDN from within your HTML:
20
20
  ```
21
- <script src="https://libs.zappar.com/zappar-cv/0.3.13/zappar-cv.js"></script>
21
+ <script src="https://libs.zappar.com/zappar-cv/0.3.14/zappar-cv.js"></script>
22
22
  ```
23
23
 
24
24
  Or you can download and host our standalone JavaScript bundle:
25
- [https://libs.zappar.com/zappar-cv/0.3.13/zappar-cv.zip](https://libs.zappar.com/zappar-cv/0.3.13/zappar-cv.zip)
25
+ [https://libs.zappar.com/zappar-cv/0.3.14/zappar-cv.zip](https://libs.zappar.com/zappar-cv/0.3.14/zappar-cv.zip)
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.3.13";
1
+ export declare const VERSION = "0.3.14";
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "0.3.13";
4
+ exports.VERSION = "0.3.14";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zappar/zappar-cv",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Zappar's core computer vision library, supporting image, face and world tracking.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "build-module": "tsc",
11
11
  "test-module": "jest puppeteer/module",
12
12
  "test-standalone": "jest puppeteer/standalone",
13
- "tests": "webpack --config=webpack.tests.config.js --mode=development && webpack-dev-server --config=webpack.tests.config.js",
14
- "webpack-puppeteer": "webpack --config=webpack.config.puppeteer.js --mode=development && webpack-dev-server --config=webpack.config.puppeteer.js",
13
+ "tests": "webpack --config=webpack.tests.config.js --mode=development && webpack serve --config=webpack.tests.config.js",
14
+ "webpack-puppeteer": "webpack --config=webpack.config.puppeteer.js --mode=development && webpack serve --config=webpack.config.puppeteer.js",
15
15
  "standalone-test-serve": "concurrently 'zapworks serve --port 7010 umd' 'zapworks serve --port 7011 puppeteer-standalone-dist' || true",
16
16
  "standalone-test-serve2": "zapworks serve --port 7011 puppeteer-standalone-dist"
17
17
  },
@@ -25,36 +25,36 @@
25
25
  "upkg": "umd/zappar-cv.js",
26
26
  "license": "Proprietary",
27
27
  "devDependencies": {
28
- "@types/expect-puppeteer": "^4.4.5",
29
- "@types/jest-environment-puppeteer": "^4.4.1",
30
- "@types/node": "^14.14.7",
31
- "@types/pixelmatch": "^5.2.2",
32
- "@types/pngjs": "^6.0.0",
33
- "@types/puppeteer": "^5.4.3",
34
- "@zappar/zapworks-cli": "^0.6.17",
35
- "concurrently": "^5.3.0",
36
- "dat.gui": "^0.7.7",
37
- "html-webpack-plugin": "^4.5.0",
38
- "jest": "^26.6.3",
39
- "jest-puppeteer": "^4.4.0",
40
- "jsdoc": "^3.6.3",
41
- "pixelmatch": "^5.2.1",
42
- "pngjs": "^6.0.0",
43
- "puppeteer": "^7.1.0",
44
- "ts-jest": "^26.5.1",
45
- "ts-loader": "^8.0.11",
46
- "ts-node": "^9.1.1",
47
- "typescript": "^4.0.5",
48
- "webpack": "^4.41.5",
49
- "webpack-cli": "^3.3.10",
50
- "webpack-dev-server": "^3.11.0"
28
+ "@types/expect-puppeteer": "4.4.5",
29
+ "@types/jest-environment-puppeteer": "4.4.1",
30
+ "@types/node": "14.14.7",
31
+ "@types/pixelmatch": "5.2.2",
32
+ "@types/pngjs": "6.0.0",
33
+ "@types/puppeteer": "5.4.3",
34
+ "@zappar/zapworks-cli": "0.6.17",
35
+ "concurrently": "5.3.0",
36
+ "dat.gui": "0.7.7",
37
+ "html-webpack-plugin": "4.5.0",
38
+ "jest": "26.6.3",
39
+ "jest-puppeteer": "4.4.0",
40
+ "jsdoc": "3.6.3",
41
+ "pixelmatch": "5.2.1",
42
+ "pngjs": "6.0.0",
43
+ "puppeteer": "7.1.0",
44
+ "ts-jest": "26.5.1",
45
+ "ts-loader": "8.0.11",
46
+ "ts-node": "9.1.1",
47
+ "typescript": "4.0.5",
48
+ "webpack": "4.46.0",
49
+ "webpack-cli": "4.9.1",
50
+ "webpack-dev-server": "3.11.2"
51
51
  },
52
52
  "dependencies": {
53
- "@types/gl-matrix": "^2.4.5",
54
- "@types/ua-parser-js": "^0.7.33",
55
- "file-loader": "^6.2.0",
53
+ "@types/gl-matrix": "2.4.5",
54
+ "@types/ua-parser-js": "0.7.33",
55
+ "file-loader": "6.2.0",
56
56
  "gl-matrix": "3.1.0",
57
- "ua-parser-js": "^0.7.21",
58
- "worker-loader": "^3.0.5"
57
+ "ua-parser-js": "0.7.30",
58
+ "worker-loader": "3.0.5"
59
59
  }
60
60
  }