@brokerize/elements 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ # 1.0.1, 1.0.2 (releases 2024-10-04)
4
+ These releases are only small documentation and tag changes related to the switch to public npm.
5
+
3
6
  # 1.0.0 (released 2024-10-04)
4
7
 
5
8
  - `CHANGED` the loading indicators throughout the library have been replaced with prettier animated SVGs. Those are hosted from `https://assets.brokerize.com` by default, but this can be changed to self-hosting using the new `Brokerize.Elements.configure` function. The loader's primary color can be configured using the new `zl-loader-color` theme property
package/README.md CHANGED
@@ -4,14 +4,13 @@
4
4
 
5
5
  # how to install
6
6
 
7
- The brokerize client libraries are not yet publicly available, so you will need to get a token to be able to install it from our private package registry.
7
+ The brokerize client libraries are publicly available, so you can just install them like any other npm package:
8
8
 
9
9
  Once you have the token, this is how you add it to a project:
10
10
 
11
11
  ```
12
12
  $ npm init -y
13
- $ npm config set @brokerize:registry https://npm.pkg.github.com --location project
14
- $ npm config set 'https://npm.pkg.github.com/:_authToken' --location project "<PROVIDED_GITHUB_PACKAGE_INSTALL_TOKEN>"
13
+ $ npm install @brokerize/elements
15
14
  ```
16
15
 
17
16
  ## usage example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokerize/elements",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "homepage": "https://brokerize.com",
5
5
  "repository": {
6
6
  "type": "git",