@saasquatch/microsite-router 1.0.1 → 1.0.2

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/LICENSE +3 -0
  2. package/package.json +4 -3
package/LICENSE ADDED
@@ -0,0 +1,3 @@
1
+ Copyright 2023 ReferralSaaSquatch.com, Inc.
2
+
3
+ All rights reserved. This code is not open source and may not be used, copied, modified, or distributed without explicit permission from the owner.
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@saasquatch/microsite-router",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SaaSquatch microsite client-side router and hierarchical layout renderer.",
5
+ "author": "ReferralSaaSquatch.com, Inc.",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "private": false,
5
8
  "main": "dist/bundle.js",
6
9
  "module": "dist/bundle.js",
7
10
  "files": [
@@ -12,8 +15,6 @@
12
15
  "build": "rollup --config rollup.config.ts --configPlugin typescript",
13
16
  "test": "jest"
14
17
  },
15
- "author": "Johan Venter <johan@saasquatch.com>",
16
- "license": "ISC",
17
18
  "dependencies": {
18
19
  "@saasquatch/component-environment": "^1.0.1",
19
20
  "dom-context": "^1.2.0"