@jwiedeman/gtm-kit-solid 1.1.3 → 1.1.5

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 (2) hide show
  1. package/README.md +16 -2
  2. package/package.json +12 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @jwiedeman/gtm-kit-solid
2
2
 
3
- [![CI](https://github.com/jwiedeman/react-gtm-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/jwiedeman/react-gtm-kit/actions/workflows/ci.yml)
4
- [![Coverage](https://codecov.io/gh/jwiedeman/react-gtm-kit/graph/badge.svg?flag=solid)](https://codecov.io/gh/jwiedeman/react-gtm-kit)
3
+ [![CI](https://github.com/jwiedeman/GTM-Kit/actions/workflows/ci.yml/badge.svg)](https://github.com/jwiedeman/GTM-Kit/actions/workflows/ci.yml)
4
+ [![Coverage](https://codecov.io/gh/jwiedeman/GTM-Kit/graph/badge.svg?flag=solid)](https://codecov.io/gh/jwiedeman/GTM-Kit)
5
5
  [![npm version](https://img.shields.io/npm/v/@jwiedeman/gtm-kit-solid.svg)](https://www.npmjs.com/package/@jwiedeman/gtm-kit-solid)
6
6
  [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@jwiedeman/gtm-kit-solid)](https://bundlephobia.com/package/@jwiedeman/gtm-kit-solid)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
@@ -336,6 +336,20 @@ function MyComponent() {
336
336
 
337
337
  ---
338
338
 
339
+ ## Related Packages
340
+
341
+ - **Core**: [@jwiedeman/gtm-kit](https://www.npmjs.com/package/@jwiedeman/gtm-kit) (required)
342
+
343
+ ---
344
+
345
+ ## Support
346
+
347
+ **Have a question, found a bug, or need help?**
348
+
349
+ [Open an issue on GitHub](https://github.com/jwiedeman/GTM-Kit/issues) — we're actively maintaining this project and respond quickly.
350
+
351
+ ---
352
+
339
353
  ## License
340
354
 
341
355
  MIT
package/package.json CHANGED
@@ -1,21 +1,29 @@
1
1
  {
2
2
  "name": "@jwiedeman/gtm-kit-solid",
3
- "version": "1.1.3",
4
- "description": "SolidJS primitives and context for GTM Kit - Google Tag Manager integration.",
3
+ "version": "1.1.5",
4
+ "description": "SolidJS primitives and context for GTM Kit - Google Tag Manager integration with signals.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jwiedeman/GTM-Kit.git",
8
8
  "directory": "packages/solid"
9
9
  },
10
+ "homepage": "https://github.com/jwiedeman/GTM-Kit/tree/main/packages/solid#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/jwiedeman/GTM-Kit/issues"
13
+ },
10
14
  "author": "jwiedeman",
11
15
  "keywords": [
12
16
  "gtm",
13
17
  "google-tag-manager",
14
18
  "solidjs",
15
19
  "solid",
16
- "primitives"
20
+ "primitives",
21
+ "signals",
22
+ "analytics",
23
+ "tracking"
17
24
  ],
18
25
  "license": "MIT",
26
+ "sideEffects": false,
19
27
  "publishConfig": {
20
28
  "access": "public"
21
29
  },
@@ -42,7 +50,7 @@
42
50
  "typecheck": "tsc --noEmit"
43
51
  },
44
52
  "dependencies": {
45
- "@jwiedeman/gtm-kit": "^1.1.3"
53
+ "@jwiedeman/gtm-kit": "^1.1.5"
46
54
  },
47
55
  "peerDependencies": {
48
56
  "solid-js": "^1.0.0"