@stackonward/cms-client 0.0.1 → 0.0.3

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/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - a80a10d: Publish pnpm-normalized package artifacts so public manifests contain concrete SemVer dependencies and generated Nuxt applications install exclusively from the registry.
8
+
9
+ ## 0.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9d8a5e1]
14
+ - @stackonward/api-client@0.0.2
15
+
3
16
  ## 0.0.1
4
17
 
5
18
  - Established the framework-neutral typed CMS delivery client.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackonward/cms-client",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Framework-agnostic client for structured CMS resources",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -54,7 +54,7 @@
54
54
  "directory": "packages/core/cms-client"
55
55
  },
56
56
  "dependencies": {
57
- "@stackonward/api-client": "0.0.1"
57
+ "@stackonward/api-client": "0.0.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@antfu/eslint-config": "^4.13.2",