create-bluecopa-react-app 1.0.39 → 1.0.40

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bluecopa-react-app",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "CLI tool to create bluecopa React applications",
5
5
  "type": "module",
6
6
  "main": "./bin/create-bluecopa-react-app.js",
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "name": "boilerplate-copa",
8
8
  "dependencies": {
9
- "@bluecopa/react": "0.1.34",
9
+ "@bluecopa/react": "0.1.37",
10
10
  "@dnd-kit/core": "^6.3.1",
11
11
  "@dnd-kit/modifiers": "^9.0.0",
12
12
  "@dnd-kit/sortable": "^10.0.0",
@@ -66,26 +66,27 @@
66
66
  }
67
67
  },
68
68
  "node_modules/@bluecopa/core": {
69
- "version": "0.1.30",
70
- "resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.30.tgz",
71
- "integrity": "sha512-BbJva1zkC+YBJRPppW3LNuYQTCPCPLOK0teqCcRXeWRauEjZZV4oZPFiYZphocIdLYWd5nxAC+Q7KjJnmKpGRA==",
69
+ "version": "0.1.33",
70
+ "resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.33.tgz",
71
+ "integrity": "sha512-NyPxAIPZwMVg3VUTWPgwscSEGFrYwHTWOkHP8xLqR1yWJ2Ta+gSaKh5Kyg1VnwoFyFvwRZYefDpzli2EMXsk5g==",
72
72
  "license": "MIT",
73
73
  "dependencies": {
74
74
  "axios": "1.12.0",
75
75
  "centrifuge": "5.2.2",
76
- "lodash": "4.17.21"
76
+ "lodash": "4.17.21",
77
+ "pusher-js": "^8.3.0"
77
78
  },
78
79
  "engines": {
79
80
  "node": ">=18.0.0"
80
81
  }
81
82
  },
82
83
  "node_modules/@bluecopa/react": {
83
- "version": "0.1.34",
84
- "resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.34.tgz",
85
- "integrity": "sha512-Ftpi532VXL22vu9b8MIuPJGeNi/RAoCzJDc+BxJ2CjoA3Lw5rjw2WtjOEMXV4bTXfD5ePqoAqbi7bpt04TsO+g==",
84
+ "version": "0.1.37",
85
+ "resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.37.tgz",
86
+ "integrity": "sha512-DVu1GOELnvetJxG0wn3iP9i2+h3fpIh/1ENRdlPzE3qZ+P77bsZeBJlbUmQeJRN5XBtqh+iqhvKWHD6yjlU+Jg==",
86
87
  "license": "MIT",
87
88
  "dependencies": {
88
- "@bluecopa/core": "0.1.30",
89
+ "@bluecopa/core": "0.1.33",
89
90
  "@tanstack/react-query": "5.59.0",
90
91
  "@tanstack/react-query-devtools": "5.59.0"
91
92
  },
@@ -3814,6 +3815,15 @@
3814
3815
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
3815
3816
  "license": "MIT"
3816
3817
  },
3818
+ "node_modules/pusher-js": {
3819
+ "version": "8.4.0",
3820
+ "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-8.4.0.tgz",
3821
+ "integrity": "sha512-wp3HqIIUc1GRyu1XrP6m2dgyE9MoCsXVsWNlohj0rjSkLf+a0jLvEyVubdg58oMk7bhjBWnFClgp8jfAa6Ak4Q==",
3822
+ "license": "MIT",
3823
+ "dependencies": {
3824
+ "tweetnacl": "^1.0.3"
3825
+ }
3826
+ },
3817
3827
  "node_modules/react": {
3818
3828
  "version": "18.3.1",
3819
3829
  "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
@@ -4225,6 +4235,12 @@
4225
4235
  "url": "https://github.com/sponsors/Wombosvideo"
4226
4236
  }
4227
4237
  },
4238
+ "node_modules/tweetnacl": {
4239
+ "version": "1.0.3",
4240
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
4241
+ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
4242
+ "license": "Unlicense"
4243
+ },
4228
4244
  "node_modules/typescript": {
4229
4245
  "version": "5.9.3",
4230
4246
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
@@ -10,7 +10,7 @@
10
10
  "typecheck": "tsc"
11
11
  },
12
12
  "dependencies": {
13
- "@bluecopa/react": "0.1.37",
13
+ "@bluecopa/react": "0.1.38",
14
14
  "@dnd-kit/core": "^6.3.1",
15
15
  "@dnd-kit/modifiers": "^9.0.0",
16
16
  "@dnd-kit/sortable": "^10.0.0",