@ninetailed/experience.js-next 7.4.3 → 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,7 +1,32 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @ninetailed/experience.js-next
|
|
2
2
|
|
|
3
|
-
|
|
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-next"><img src="https://img.shields.io/npm/v/@ninetailed/experience.js-next.svg" alt="NPM Version" /></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/@ninetailed/experience.js-next"><img src="https://img.shields.io/npm/l/@ninetailed/experience.js-next.svg" alt="Package License" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/@ninetailed/experience.js-next"><img src="https://img.shields.io/npm/dm/@ninetailed/experience.js-next.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-->
|
|
25
|
+
|
|
26
|
+
## Building
|
|
27
|
+
|
|
28
|
+
Run `nx build sdks-nextjs` to build the library.
|
|
4
29
|
|
|
5
30
|
## Running unit tests
|
|
6
31
|
|
|
7
|
-
Run `nx test
|
|
32
|
+
Run `nx test sdks-nextjs` to execute the unit tests via [Jest](https://jestjs.io).
|
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ninetailed/experience.js-next",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0-beta.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"next": ">=9.0.0",
|
|
6
6
|
"react": ">=16.8.0"
|
|
7
7
|
},
|
|
8
|
+
"license": "BSL-1.1",
|
|
8
9
|
"module": "./index.js",
|
|
9
10
|
"main": "./index.cjs",
|
|
10
11
|
"type": "module",
|
|
11
|
-
"types": "./index.d.ts",
|
|
12
|
+
"types": "./src/index.d.ts",
|
|
12
13
|
"dependencies": {
|
|
13
|
-
"@ninetailed/experience.js
|
|
14
|
-
"@ninetailed/experience.js-plugin-ssr": "7.
|
|
15
|
-
"@ninetailed/experience.js": "7.
|
|
16
|
-
"@ninetailed/experience.js-shared": "7.
|
|
14
|
+
"@ninetailed/experience.js": "7.5.0-beta.0",
|
|
15
|
+
"@ninetailed/experience.js-plugin-ssr": "7.5.0-beta.0",
|
|
16
|
+
"@ninetailed/experience.js-react": "7.5.0-beta.0",
|
|
17
|
+
"@ninetailed/experience.js-shared": "7.5.0-beta.0"
|
|
17
18
|
}
|
|
18
19
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|