@botonic/plugin-hubtype-analytics 0.25.0-alpha.2 → 0.25.0-beta.0

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 +3 -3
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@botonic/plugin-hubtype-analytics",
3
- "version": "0.25.0-alpha.2",
3
+ "version": "0.25.0-beta.0",
4
4
  "description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
7
7
  "scripts": {
8
8
  "build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
9
9
  "build:watch": "npm run build -- --watch",
10
- "test": "echo \"Error: no test specified\" && exit 1",
10
+ "test": "echo Skipping tests...",
11
11
  "prepublishOnly": "rm -rf lib && npm i && npm run build",
12
12
  "lint": "npm run lint_core -- --fix",
13
13
  "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.21.0",
17
- "@botonic/core": "0.25.0-alpha.4",
17
+ "@botonic/core": "0.25.0-beta.0",
18
18
  "axios": "^1.6.0"
19
19
  },
20
20
  "devDependencies": {