@nuskin/contentstack-lib 2.0.0-pa-954.1 → 2.0.0-pa-954.2
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 +1 -5
- package/docs/CHANGELOG.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -25,11 +25,7 @@ yarn add @nuskin/contentstack-lib
|
|
|
25
25
|
## Example usage
|
|
26
26
|
|
|
27
27
|
```js
|
|
28
|
-
const { getStack
|
|
29
|
-
|
|
30
|
-
// Initialize the module with params needed for connecting to contentstack
|
|
31
|
-
// These fields can be gotten from the parameter store
|
|
32
|
-
init({env, apiKey, deliveryToken})
|
|
28
|
+
const { getStack } = require('@nuskin/contentstack-lib')
|
|
33
29
|
|
|
34
30
|
// Call getStack to get the stack object
|
|
35
31
|
const Stack = getStack()
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# [2.0.0-pa-954.
|
|
1
|
+
# [2.0.0-pa-954.2](https://code.tls.nuskin.io/ns-am/utility/npm/contentstack-lib/compare/v2.0.0-pa-954.1...v2.0.0-pa-954.2) (2026-03-23)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuskin/contentstack-lib",
|
|
3
|
-
"version": "2.0.0-pa-954.
|
|
3
|
+
"version": "2.0.0-pa-954.2",
|
|
4
4
|
"description": "This project contains configuration and api code to access Contentstack, to be shared between the backend (AWS Lambda) and frontend (Vue, etc).",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"prettier": "1.19.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"axios": "1.7.7",
|
|
33
32
|
"contentstack": "^3.16.0"
|
|
34
33
|
}
|
|
35
34
|
}
|