@colorfulcast/capacitor-repro 0.1.12 → 0.1.14

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.
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = 'CycraftCapacitorRepro'
6
+ s.name = 'ColorfulcastCapacitorRepro'
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @cycraft/capacitor-repro
1
+ # @colorfulcast/capacitor-repro
2
2
 
3
3
  Unofficial Capacitor plugin for [Repro SDK](https://docs.repro.io/en/dev/index.html).[^1]
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @cycraft/capacitor-repro
8
+ npm install @colorfulcast/capacitor-repro
9
9
  npx cap sync
10
10
  ```
11
11
 
@@ -235,7 +235,7 @@ export default config;
235
235
  ## Usage
236
236
 
237
237
  ```typescript
238
- import { Repro, CampaignType } from '@cycraft/capacitor-repro';
238
+ import { Repro, CampaignType } from '@colorfulcast/capacitor-repro';
239
239
 
240
240
  const setup = async () => {
241
241
  await Repro.setup({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colorfulcast/capacitor-repro",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "description": "Unofficial Capacitor plugin for Repro SDK.",
6
6
  "main": "dist/plugin.cjs.js",
@@ -12,7 +12,7 @@
12
12
  "android/build.gradle",
13
13
  "dist/",
14
14
  "ios/Plugin/",
15
- "CycraftCapacitorRepro.podspec"
15
+ "ColorfulcastCapacitorRepro.podspec"
16
16
  ],
17
17
  "author": "",
18
18
  "license": "MIT",