@ninetailed/experience.js-plugin-google-analytics 7.4.2 → 7.5.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.
package/README.md CHANGED
@@ -1,11 +1,32 @@
1
- # google-analytics
1
+ # @ninetailed/experience.js-plugin-google-analytics
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ <!--Insert badges begin-->
4
+ <!--GENERATED TEXT - DO NOT EDIT HERE -->
5
+ <p align="center">
6
+ <a href="https://www.npmjs.com/package/@ninetailed/experience.js-plugin-google-analytics"><img src="https://img.shields.io/npm/v/@ninetailed/experience.js-plugin-google-analytics.svg" alt="NPM Version" /></a>
7
+ <a href="https://www.npmjs.com/package/@ninetailed/experience.js-plugin-google-analytics"><img src="https://img.shields.io/npm/l/@ninetailed/experience.js-plugin-google-analytics.svg" alt="Package License" /></a>
8
+ <a href="https://www.npmjs.com/package/@ninetailed/experience.js-plugin-google-analytics"><img src="https://img.shields.io/npm/dm/@ninetailed/experience.js-plugin-google-analytics.svg" alt="NPM Downloads" /></a>
9
+ <a href="https://docs.ninetailed.io/" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%93%96-Documentation-green.svg" alt="Documentation"/></a>
10
+ <a href="ninetailed-community.slack.com" target="_blank"><img src="https://img.shields.io/badge/Slack-Ninetailed%20Community-blue.svg" alt="Join the official Slack community"/>
11
+ </p>
12
+
13
+ <!--Insert badges end-->
14
+
15
+ <!--Insert template begin-->
16
+ <!--GENERATED TEXT - DO NOT EDIT HERE -->
17
+
18
+ ## About Ninetailed
19
+
20
+ Our extensible [Experience SDKs](https://docs.ninetailed.io/#getting-started-for-developers) help you integrate Ninetailed Experiences into your JavaScript / TypeScript applications. With support for ESR and SSR, out-of-the-box utilities, and plugins, you have all the tools you need to get started.
21
+
22
+ Using a framework we don't currently support? No problem! Our [Experience API](https://docs.ninetailed.io/for-developers/experience-api) enables you to use Ninetailed Experiences virtually anywhere.
23
+
24
+ <!--Insert template end-->
4
25
 
5
26
  ## Building
6
27
 
7
- Run `nx build google-analytics` to build the library.
28
+ Run `nx build plugins-google-analytics` to build the library.
8
29
 
9
30
  ## Running unit tests
10
31
 
11
- Run `nx test google-analytics` to execute the unit tests via [Jest](https://jestjs.io).
32
+ Run `nx test plugins-google-analytics` to execute the unit tests via [Jest](https://jestjs.io).
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@ninetailed/experience.js-plugin-google-analytics",
3
- "version": "7.4.2",
3
+ "version": "7.5.0-beta.0",
4
4
  "devDependencies": {
5
5
  "@ninetailed/testing-utils": "*"
6
6
  },
7
+ "license": "BSL-1.1",
7
8
  "module": "./index.js",
8
9
  "main": "./index.cjs",
9
10
  "type": "module",
10
- "types": "./index.d.ts",
11
+ "types": "./src/index.d.ts",
11
12
  "dependencies": {
12
- "@ninetailed/experience.js": "7.4.2",
13
- "@ninetailed/experience.js-plugin-analytics": "7.4.2",
14
- "@ninetailed/experience.js-shared": "7.4.2"
13
+ "@ninetailed/experience.js": "7.5.0-beta.0",
14
+ "@ninetailed/experience.js-plugin-analytics": "7.5.0-beta.0",
15
+ "@ninetailed/experience.js-shared": "7.5.0-beta.0"
15
16
  },
16
17
  "peerDependencies": {}
17
18
  }
File without changes