@dotcms/angular 0.0.1-beta.36 → 0.0.1-beta.38

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 +3 -3
package/README.md CHANGED
@@ -83,7 +83,7 @@ npm install @dotcms/angular@next @dotcms/uve@next @dotcms/client@next @dotcms/ty
83
83
  ### dotCMS Client Configuration
84
84
 
85
85
  ```typescript
86
- import { createDotCMSClient } from '@dotcms/client';
86
+ import { createDotCMSClient } from '@dotcms/client/next';
87
87
  import { InjectionToken } from '@angular/core';
88
88
 
89
89
  export type DotCMSClient = ReturnType<typeof createDotCMSClient>;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dotcms/angular",
3
- "version": "0.0.1-beta.36",
3
+ "version": "0.0.1-beta.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
7
7
  "@angular/router": ">=17.0.0",
8
- "@dotcms/client": "0.0.1-beta.36",
9
- "@dotcms/uve": "0.0.1-beta.36",
8
+ "@dotcms/client": "0.0.1-beta.38",
9
+ "@dotcms/uve": "0.0.1-beta.38",
10
10
  "@tinymce/tinymce-angular": "^8.0.0",
11
11
  "rxjs": ">=7.0.0"
12
12
  },