@contentful/experiences-core 1.17.0 → 1.17.1-dev-20240930T2125-003fb9f.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.
- package/README.md +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# @contentful/experiences-core
|
|
2
2
|
|
|
3
|
+
## Private Package Notice
|
|
4
|
+
|
|
5
|
+
*Note*: This package is not meant to be used directly by the end user. It is a dependency for the Studio Experiences packages. Changes to this package are not guaranteed to follow semantic versioning and may break without notice if used directly.
|
|
6
|
+
|
|
3
7
|
### Purpose
|
|
8
|
+
|
|
4
9
|
- To contain shared code and utilities across the Experiences packages such as constants, types, transformers, and hooks.
|
|
5
10
|
- This means additions to core should be framework agnostic. For example, code that is only compatible with React does not belong in the core package.
|
|
6
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experiences-core",
|
|
3
|
-
"version": "1.17.0",
|
|
3
|
+
"version": "1.17.1-dev-20240930T2125-003fb9f.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"vitest": "^2.1.1"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@contentful/experiences-validators": "1.17.0",
|
|
72
|
+
"@contentful/experiences-validators": "1.17.1-dev-20240930T2125-003fb9f.0",
|
|
73
73
|
"@contentful/rich-text-types": "^16.3.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"contentful": ">=10.6.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "75dc99ac9c03007608483a2e84e14d94b7d924bc"
|
|
79
79
|
}
|