@seatmap.pro/renderer 0.0.1 → 0.0.2

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,8 @@
1
1
  {
2
2
  "name": "@seatmap.pro/renderer",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
+ "description": "A powerful and flexible interactive seat map renderer for event ticketing systems. Visit https://seatmap.pro for more information and https://seatmap.pro/knowledge-base/ for documentation.",
5
+ "license": "SEE LICENSE IN https://seatmap.pro/tos.html",
4
6
  "module": "lib/index.mjs",
5
7
  "main": "lib/index.js",
6
8
  "types": "lib/index.d.ts",
@@ -15,6 +17,8 @@
15
17
  "postinstall": "npx update-browserslist-db@latest || true",
16
18
  "prebuild": "npx update-browserslist-db@latest || true",
17
19
  "start": "webpack-dev-server --open --config webpack.config.dev.js",
20
+ "version": "git add -A",
21
+ "postversion": "git push && git push --tags",
18
22
  "obfuscate-booking": "javascript-obfuscator ./dist/seatmap-booking-renderer.js --output ./dist/seatmap-booking-renderer.js --self-defending true",
19
23
  "obfuscate-admin": "javascript-obfuscator ./dist/seatmap-admin-renderer.js --output ./dist/seatmap-admin-renderer.js --self-defending true",
20
24
  "build": "yarn build-source && yarn docs && yarn obfuscate-booking && yarn obfuscate-admin",