@edifice.io/community-client-rest 1.0.0-develop.20260108172920 → 1.1.3-develop.1.20260112142453
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/package.json +4 -3
- package/package.json.rn +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/community-client-rest",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.3-develop.1.20260112142453",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"private": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lint": "eslint src",
|
|
29
29
|
"lint:fix": "eslint src --fix",
|
|
30
30
|
"prebuild": "pnpm clean && pnpm install",
|
|
31
|
-
"prune:prod": "CI=true NPM_CONFIG_IGNORE_SCRIPTS=true pnpm prune --prod --production --loglevel verbose
|
|
31
|
+
"prune:prod": "CI=true NPM_CONFIG_IGNORE_SCRIPTS=true pnpm prune --prod --production --loglevel verbose",
|
|
32
32
|
"publish:main": "pnpm run sync:rn-version && npm publish --no-git-checks --access public --tag=$PUBLISH_TAG --dry-run=${DRY_RUN}",
|
|
33
33
|
"publish:react-native": "pnpm run sync:rn-version && cp package.json.rn dist/react-native/package.json && cp .npmrc dist/react-native/ && cd dist/react-native && npm publish --no-git-checks --access public --tag=$PUBLISH_TAG --dry-run=${DRY_RUN}",
|
|
34
34
|
"publish:all": "pnpm run publish:main && pnpm run publish:react-native",
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"pnpm": ">=8"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@edifice.io/client": "develop
|
|
67
|
+
"@edifice.io/client": "develop",
|
|
68
|
+
"@edifice.io/edifice-nestjs-core": "develop",
|
|
68
69
|
"@types/uuid": "10.0.0",
|
|
69
70
|
"tsc-alias": "1.8.16"
|
|
70
71
|
}
|
package/package.json.rn
CHANGED