@j2inn/fin5-ui-utils 1.0.0-beta.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # What is fin5-ui-utils? #
2
- A set of useful client-side utilities useful for creating UI applications on top of the FIN 5 framework.
3
-
4
- ### How do I get set up? ###
5
- To install this package run `npm i @j2inn/fin5-ui-utils`
1
+ # What is fin5-ui-utils? #
2
+ A set of useful client-side utilities useful for creating UI applications on top of the FIN 5 framework.
3
+
4
+ ### How do I get set up? ###
5
+ To install this package run `npm i @j2inn/fin5-ui-utils`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j2inn/fin5-ui-utils",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0",
4
4
  "description": "A set of useful client-side utilities useful for creating UI applications on top of FIN 5",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -31,9 +31,9 @@
31
31
  "js-yaml": "^4.1.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@j2inn/app": "^2.0.0-beta.1",
35
- "@j2inn/ui": "^6.0.0-beta.3",
36
- "@j2inn/utils": "^6.0.0-beta.1",
34
+ "@j2inn/app": "^2.0.0",
35
+ "@j2inn/ui": "^6.0.0",
36
+ "@j2inn/utils": "^6.0.0",
37
37
  "haystack-core": "^2.0.38",
38
38
  "haystack-nclient": "^3.0.28",
39
39
  "haystack-react": "^3.0.11",
@@ -59,9 +59,9 @@
59
59
  "@babel/plugin-transform-runtime": "^7.19.1",
60
60
  "@babel/preset-typescript": "^7.18.6",
61
61
  "@babel/runtime": "^7.19.0",
62
- "@j2inn/app": "^2.0.0-beta.1",
63
- "@j2inn/ui": "^6.0.0-beta.3",
64
- "@j2inn/utils": "^6.0.0-beta.1",
62
+ "@j2inn/app": "^2.0.0",
63
+ "@j2inn/ui": "^6.0.0",
64
+ "@j2inn/utils": "^6.0.0",
65
65
  "@types/jest": "^29.0.3",
66
66
  "@types/js-yaml": "^4.0.5",
67
67
  "@types/node": "^18.7.18",
@@ -121,4 +121,4 @@
121
121
  "eslint --fix"
122
122
  ]
123
123
  }
124
- }
124
+ }