@launchdarkly/react-native-client-sdk 10.0.0 → 10.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### Dependencies
4
+
5
+
6
+
3
7
  ## [10.0.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.2.1...react-native-client-sdk-v10.0.0) (2024-02-08)
4
8
 
5
9
  ### Introducing `@launchdarkly/react-native-client-sdk` as a replacement for `launchdarkly-react-native-client-sdk`.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "React Native LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "scripts": {
29
29
  "clean": "rimraf dist",
30
- "build": "npx tsc && yarn link-dev",
30
+ "build": "npx tsc",
31
31
  "tsw": "yarn tsc --watch",
32
32
  "start": "rimraf dist && yarn tsw",
33
33
  "lint": "eslint . --ext .ts,.tsx",
@@ -35,7 +35,6 @@
35
35
  "test": "jest",
36
36
  "coverage": "yarn test --coverage",
37
37
  "check": "yarn prettier && yarn lint && yarn build && yarn test",
38
- "link-dev": "./link-dev.sh",
39
38
  "android": "yarn && yarn ./example && yarn build && (cd example/ && yarn android-release)",
40
39
  "ios": "yarn && yarn ./example && yarn build && (cd example/ && yarn ios-go)"
41
40
  },
@@ -76,8 +75,5 @@
76
75
  "ts-node": "^10.9.2",
77
76
  "typedoc": "0.25.0",
78
77
  "typescript": "5.1.6"
79
- },
80
- "installConfig": {
81
- "hoistingLimits": "workspaces"
82
78
  }
83
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "React Native LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "scripts": {
29
29
  "clean": "rimraf dist",
30
- "build": "npx tsc && yarn link-dev",
30
+ "build": "npx tsc",
31
31
  "tsw": "yarn tsc --watch",
32
32
  "start": "rimraf dist && yarn tsw",
33
33
  "lint": "eslint . --ext .ts,.tsx",
@@ -35,7 +35,6 @@
35
35
  "test": "jest",
36
36
  "coverage": "yarn test --coverage",
37
37
  "check": "yarn prettier && yarn lint && yarn build && yarn test",
38
- "link-dev": "./link-dev.sh",
39
38
  "android": "yarn && yarn ./example && yarn build && (cd example/ && yarn android-release)",
40
39
  "ios": "yarn && yarn ./example && yarn build && (cd example/ && yarn ios-go)"
41
40
  },
@@ -76,8 +75,5 @@
76
75
  "ts-node": "^10.9.2",
77
76
  "typedoc": "0.25.0",
78
77
  "typescript": "5.1.6"
79
- },
80
- "installConfig": {
81
- "hoistingLimits": "workspaces"
82
78
  }
83
79
  }