@norcy/react-native-toolkit 0.1.135 → 0.1.136

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.
@@ -0,0 +1,29 @@
1
+ name: Publish to npm on master
2
+
3
+ on:
4
+ push:
5
+ branches: [master]
6
+
7
+ jobs:
8
+ publish-npm:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
+
15
+ - uses: actions/setup-node@v4
16
+ with:
17
+ node-version: '18.x'
18
+ registry-url: 'https://registry.npmjs.org'
19
+
20
+ - run: yarn install --frozen-lockfile --ignore-scripts
21
+
22
+ - run: |
23
+ git config user.name "GitHub Actions"
24
+ git config user.email "actions@github.com"
25
+ yarn publish --patch --message "Bump version to %s [skip ci]"
26
+ git push origin master --follow-tags
27
+ env:
28
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.1.135",
3
+ "version": "0.1.136",
4
4
  "description": "My Toolkit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -73,7 +73,7 @@
73
73
  "react-native": "0.62.2",
74
74
  "react-native-blob-util": "^0.19.11",
75
75
  "react-native-device-info": "^10.0.2",
76
- "react-native-purchases": "5.6.0",
76
+ "react-native-purchases": "^7.28.1",
77
77
  "react-native-simple-toast": "^1.1.3",
78
78
  "react-native-wechat-lib": "^1.1.26",
79
79
  "release-it": "^13.5.8",
package/yarn.lock CHANGED
@@ -2132,6 +2132,11 @@
2132
2132
  prepend-file "^1.3.1"
2133
2133
  release-it "^13.5.6"
2134
2134
 
2135
+ "@revenuecat/purchases-typescript-internal@11.1.1":
2136
+ version "11.1.1"
2137
+ resolved "https://registry.yarnpkg.com/@revenuecat/purchases-typescript-internal/-/purchases-typescript-internal-11.1.1.tgz#ce996cbf4b51ea37016790105a023159211e531e"
2138
+ integrity sha512-xYxv+vZJRPc//XqMAjxtu0fiN66WRmBORap37zA3DQymB9vKAJuTYqv9xMP2xSMglUYsA42M5DgdW2PMBCxfHA==
2139
+
2135
2140
  "@sentry/browser@6.19.2":
2136
2141
  version "6.19.2"
2137
2142
  resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-6.19.2.tgz#c0f6df07584f3b36fa037067aea20b2c8c2095a3"
@@ -9287,10 +9292,12 @@ react-native-iphone-x-helper@^1.3.0:
9287
9292
  resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
9288
9293
  integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
9289
9294
 
9290
- react-native-purchases@5.6.0:
9291
- version "5.6.0"
9292
- resolved "https://registry.yarnpkg.com/react-native-purchases/-/react-native-purchases-5.6.0.tgz#7f7a27b3f49b2a7a42ab4cec5f39cde0ad3263d1"
9293
- integrity sha512-Kaj1jgGNHfll7Pv8Pi2yLswY5Wn4on3oV3LjEUQwrKyGbFNIjxJI4DcV/lKwNN4cDF29rI3BwgN6CA6IWw7VwQ==
9295
+ react-native-purchases@^7.28.1:
9296
+ version "7.28.1"
9297
+ resolved "https://registry.yarnpkg.com/react-native-purchases/-/react-native-purchases-7.28.1.tgz#3ee48869017e57ca74230bcc4a5873624ff36163"
9298
+ integrity sha512-5nd8s79dq+O9O+B0Gn9QNrKHn63kMNm5NQx1mnN8awBaDe95YpjqBaAgmVI/K66BSEDAkzTR0ep2BzUMawNmtQ==
9299
+ dependencies:
9300
+ "@revenuecat/purchases-typescript-internal" "11.1.1"
9294
9301
 
9295
9302
  react-native-simple-toast@^1.1.3:
9296
9303
  version "1.1.4"
@@ -10308,7 +10315,7 @@ string-natural-compare@^3.0.1:
10308
10315
  resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
10309
10316
  integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
10310
10317
 
10311
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10318
+ "string-width-cjs@npm:string-width@^4.2.0":
10312
10319
  version "4.2.3"
10313
10320
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10314
10321
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10343,6 +10350,15 @@ string-width@^3.0.0, string-width@^3.1.0:
10343
10350
  is-fullwidth-code-point "^2.0.0"
10344
10351
  strip-ansi "^5.1.0"
10345
10352
 
10353
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10354
+ version "4.2.3"
10355
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10356
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10357
+ dependencies:
10358
+ emoji-regex "^8.0.0"
10359
+ is-fullwidth-code-point "^3.0.0"
10360
+ strip-ansi "^6.0.1"
10361
+
10346
10362
  string-width@^5.0.1, string-width@^5.1.2:
10347
10363
  version "5.1.2"
10348
10364
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -10408,7 +10424,7 @@ string_decoder@~1.1.1:
10408
10424
  dependencies:
10409
10425
  safe-buffer "~5.1.0"
10410
10426
 
10411
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10427
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10412
10428
  version "6.0.1"
10413
10429
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10414
10430
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10436,6 +10452,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
10436
10452
  dependencies:
10437
10453
  ansi-regex "^4.1.0"
10438
10454
 
10455
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10456
+ version "6.0.1"
10457
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10458
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10459
+ dependencies:
10460
+ ansi-regex "^5.0.1"
10461
+
10439
10462
  strip-ansi@^7.0.1:
10440
10463
  version "7.1.0"
10441
10464
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -11300,7 +11323,7 @@ wordwrap@^1.0.0:
11300
11323
  resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
11301
11324
  integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
11302
11325
 
11303
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11326
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11304
11327
  version "7.0.0"
11305
11328
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11306
11329
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11335,6 +11358,15 @@ wrap-ansi@^6.2.0:
11335
11358
  string-width "^4.1.0"
11336
11359
  strip-ansi "^6.0.0"
11337
11360
 
11361
+ wrap-ansi@^7.0.0:
11362
+ version "7.0.0"
11363
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11364
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11365
+ dependencies:
11366
+ ansi-styles "^4.0.0"
11367
+ string-width "^4.1.0"
11368
+ strip-ansi "^6.0.0"
11369
+
11338
11370
  wrap-ansi@^8.1.0:
11339
11371
  version "8.1.0"
11340
11372
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
package/.DS_Store DELETED
Binary file
Binary file
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>ReactNativeToolkit.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>0</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>