@duffcloudservices/cms-angular 0.1.0 → 0.1.1

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.
File without changes
package/package.json CHANGED
@@ -1,67 +1,66 @@
1
- {
2
- "name": "@duffcloudservices/cms-angular",
3
- "version": "0.1.0",
4
- "description": "Angular services and build scripts for DCS CMS integration",
5
- "type": "module",
6
- "exports": {
7
- ".": {
8
- "types": "./dist/index.d.ts",
9
- "import": "./dist/index.js"
10
- },
11
- "./scripts": {
12
- "types": "./dist/scripts/index.d.ts",
13
- "import": "./dist/scripts/index.js"
14
- }
15
- },
16
- "main": "./dist/index.js",
17
- "types": "./dist/index.d.ts",
18
- "bin": {
19
- "dcs-inject": "./dist/scripts/inject-content.js"
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "scripts": {
25
- "build": "tsup",
26
- "dev": "tsup --watch",
27
- "test": "vitest run",
28
- "test:watch": "vitest",
29
- "type-check": "tsc --noEmit",
30
- "prepublishOnly": "pnpm run build"
31
- },
32
- "peerDependencies": {
33
- "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
34
- "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "@angular/platform-browser": "^17.0.0 || ^18.0.0 || ^19.0.0"
36
- },
37
- "dependencies": {
38
- "@duffcloudservices/cms-core": "workspace:*"
39
- },
40
- "devDependencies": {
41
- "@angular/common": "^19.0.0",
42
- "@angular/core": "^19.0.0",
43
- "@angular/platform-browser": "^19.0.0",
44
- "@types/node": "^20.11.0",
45
- "rxjs": "^7.8.0",
46
- "tsup": "^8.0.0",
47
- "typescript": "~5.6.3",
48
- "vitest": "^3.2.3"
49
- },
50
- "keywords": [
51
- "angular",
52
- "dcs",
53
- "cms",
54
- "content",
55
- "seo"
56
- ],
57
- "author": "Duff Cloud Services",
58
- "license": "MIT",
59
- "repository": {
60
- "type": "git",
61
- "url": "https://github.com/duffn84/dcs-again",
62
- "directory": "packages/cms-angular"
63
- },
64
- "publishConfig": {
65
- "access": "public"
66
- }
67
- }
1
+ {
2
+ "name": "@duffcloudservices/cms-angular",
3
+ "version": "0.1.1",
4
+ "description": "Angular services and build scripts for DCS CMS integration",
5
+ "type": "module",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./dist/index.d.ts",
9
+ "import": "./dist/index.js"
10
+ },
11
+ "./scripts": {
12
+ "types": "./dist/scripts/index.d.ts",
13
+ "import": "./dist/scripts/index.js"
14
+ }
15
+ },
16
+ "main": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
18
+ "bin": {
19
+ "dcs-inject": "./dist/scripts/inject-content.js"
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "peerDependencies": {
25
+ "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
26
+ "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
27
+ "@angular/platform-browser": "^17.0.0 || ^18.0.0 || ^19.0.0"
28
+ },
29
+ "dependencies": {
30
+ "@duffcloudservices/cms-core": "0.1.1"
31
+ },
32
+ "devDependencies": {
33
+ "@angular/common": "^19.0.0",
34
+ "@angular/core": "^19.0.0",
35
+ "@angular/platform-browser": "^19.0.0",
36
+ "@types/node": "^20.11.0",
37
+ "rxjs": "^7.8.0",
38
+ "tsup": "^8.0.0",
39
+ "typescript": "~5.6.3",
40
+ "vitest": "^3.2.3"
41
+ },
42
+ "keywords": [
43
+ "angular",
44
+ "dcs",
45
+ "cms",
46
+ "content",
47
+ "seo"
48
+ ],
49
+ "author": "Duff Cloud Services",
50
+ "license": "MIT",
51
+ "repository": {
52
+ "type": "git",
53
+ "url": "https://github.com/duffn84/dcs-again",
54
+ "directory": "packages/cms-angular"
55
+ },
56
+ "publishConfig": {
57
+ "access": "public"
58
+ },
59
+ "scripts": {
60
+ "build": "tsup",
61
+ "dev": "tsup --watch",
62
+ "test": "vitest run",
63
+ "test:watch": "vitest",
64
+ "type-check": "tsc --noEmit"
65
+ }
66
+ }