hightjs 0.2.41 → 0.2.42

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -347,7 +347,7 @@ import type { AuthConfig } from 'hightjs/auth';
347
347
 
348
348
  export const authConfig: AuthConfig = {
349
349
  providers: [
350
- CredentialsProvider({
350
+ new CredentialsProvider({
351
351
  id: 'credentials',
352
352
  name: 'Credentials',
353
353
  credentials: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hightjs",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "HightJS is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",