qrcode-matrix 1.0.0-beta.3 → 1.0.0-beta.4

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.
@@ -701,7 +701,7 @@
701
701
  const Float64Matrix = getTypedMatrixClass(Float64Array);
702
702
 
703
703
  /*!
704
- * qrcode-matrix v1.0.0-beta.3
704
+ * qrcode-matrix v1.0.0-beta.4
705
705
  * Homepage https://github.com/cnwhy/QRCode-matrix
706
706
  * License MIT
707
707
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * qrcode-matrix v1.0.0-beta.3
2
+ * qrcode-matrix v1.0.0-beta.4
3
3
  * Homepage https://github.com/cnwhy/QRCode-matrix
4
4
  * License MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * qrcode-matrix v1.0.0-beta.3
2
+ * qrcode-matrix v1.0.0-beta.4
3
3
  * Homepage https://github.com/cnwhy/QRCode-matrix
4
4
  * License MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * qrcode-matrix v1.0.0-beta.3
2
+ * qrcode-matrix v1.0.0-beta.4
3
3
  * Homepage https://github.com/cnwhy/QRCode-matrix
4
4
  * License MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qrcode-matrix",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "QRCode matrix generator",
5
5
  "main": "lib/qrcodeMatrix.js",
6
6
  "browser": "dist/qrcodeMatrix.umd.js",
@@ -16,7 +16,8 @@
16
16
  "precompile": "npm run clean",
17
17
  "compile": "rollup -c",
18
18
  "build": "npm run compile",
19
- "prepack": "npm run compile"
19
+ "prepack": "npm run compile",
20
+ "test": "tsx test/index.ts"
20
21
  },
21
22
  "author": {
22
23
  "name": "cnwhy",
@@ -37,8 +38,8 @@
37
38
  "rollup-plugin-node-resolve": "^5.2.0",
38
39
  "rollup-plugin-typescript2": "^0.31.2",
39
40
  "rollup-plugin-uglify": "^6.0.2",
40
- "ts-node": "^8.3.0",
41
41
  "tslib": "^2.3.1",
42
+ "tsx": "^4.20.6",
42
43
  "typescript": "^3.5.3"
43
44
  }
44
45
  }