@sprucelabs/spruce-heartwood-utils 5.11.4

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 ADDED
@@ -0,0 +1,20 @@
1
+ <img src="./docs/images/hero.jpg">
2
+
3
+ <h1 align="center">
4
+ Spruce XP Documentation
5
+ </h1>
6
+ <h3 align="center">Spruce XP is an Experience Platform built to create unforgettable experiences and long-lasting relationships.
7
+ </h3>
8
+ <p align="center">
9
+ <img align="center" width="80%" src="./docs/images/bullets.jpg">
10
+ </p>
11
+ <img src="./docs/images/spacer.png">
12
+ <br />
13
+ <p align="center">
14
+ <img align="center" width="80%" src="./docs/images/sprucebot-message.png">
15
+ </p>
16
+
17
+ <br />
18
+ <p align="center">
19
+ <a href="https://developer.spruce.ai/#/"><img width="250" src="./docs/images/read-full-docs.png" /></a>
20
+ </p>
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
File without changes
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=index-module.js.map
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@sprucelabs/spruce-heartwood-utils",
3
+ "description": "Heartwood Utilities",
4
+ "version": "5.11.4",
5
+ "skill": {
6
+ "namespace": "heartwood"
7
+ },
8
+ "homepage": "https://github.com/sprucelabsai/spruce-heartwood-skill",
9
+ "bugs": {
10
+ "url": "https://github.com/sprucelabsai/spruce-heartwood-skill/issues"
11
+ },
12
+ "main": "./build/index-module.js",
13
+ "types": "./build/index-module.d.ts",
14
+ "module": "./build/esm/index-module.js",
15
+ "sideEffects": false,
16
+ "files": [
17
+ "build/index-module.js",
18
+ "build/index-module.d.ts",
19
+ "build/esm/index-module.js",
20
+ "build/esm/index-module.d.ts"
21
+ ],
22
+ "keywords": [],
23
+ "scripts": {
24
+ "release": "npm publish"
25
+ },
26
+ "dependencies": {
27
+ },
28
+ "engines": {
29
+ "node": "16.x",
30
+ "yarn": "1.x"
31
+ }
32
+ }