@betarena/ad-engine 0.0.14 → 0.0.15

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betarena/ad-engine",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -40,6 +40,7 @@
40
40
  "npm|:|next|:|@betarena/scores-lib": "npm i @betarena/scores-lib@latest",
41
41
  "npm|:|link|:|@betarena/scores-lib": "npm link @betarena/scores-lib",
42
42
  "npm|:|link": "npm link",
43
+ "npm|:|bump+publish": "npm version patch && npm publish",
43
44
  "sass|:|watch": "sass --watch static/app.scss static/app.css"
44
45
  },
45
46
  "devDependencies": {
@@ -63,11 +64,10 @@
63
64
  "@fontsource/roboto": "5.0.12"
64
65
  },
65
66
  "main": "dist/index.js",
66
- "module": "dist/index.mjs",
67
- "svelte": "./src/lib/Advert-Engine-Widget.svelte",
67
+ "svelte": "dist/index.js",
68
68
  "exports": {
69
69
  ".": {
70
- "svelte": "./src/lib/Advert-Engine-Widget.svelte"
70
+ "svelte": "dist/index.js"
71
71
  }
72
72
  },
73
73
  "type": "module"