expo-processing 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ https://user-images.githubusercontent.com/379606/119428009-fb40c200-bcc0-11eb-83
4
4
 
5
5
  # expo-processing
6
6
 
7
- Use [Processing.js](http://processingjs.org) on [Expo](https://expo.io)! Just
7
+ Use [Processing.js](http://processingjs.org) on [Expo](https://expo.dev)! Just
8
8
  `npm i -S processing-js expo-processing` in your Expo project and import it with
9
9
  `import { ProcessingView } from 'expo-processing;`.
10
10
 
@@ -31,7 +31,7 @@ OpenProcessing.org.
31
31
 
32
32
  In
33
33
  a
34
- [new blank Expo project](https://docs.expo.io/versions/v18.0.0/guides/up-and-running.html),
34
+ [new blank Expo project](https://docs.expo.dev/versions/v18.0.0/guides/up-and-running.html),
35
35
  run `npm i -S processing-js expo-processing` to install Processing.js and ExpoProcessing. Then replace
36
36
  `App.js` with the following:
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-processing",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Utilities for using Processing.js on Expo",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "author": "650 Industries, Inc.",
22
22
  "license": "MIT",
23
- "homepage": "https://github.com/expo/expo/tree/master/packages/expo-processing",
23
+ "homepage": "https://github.com/expo/expo/tree/main/packages/expo-processing",
24
24
  "dependencies": {
25
- "expo-gl": "11.1.0"
25
+ "expo-gl": "11.2.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "expo": "*",
29
29
  "processing-js": "^1.6.6"
30
30
  },
31
- "gitHead": "2e5c6983b86d5ecfca028ba64002897d8adc2cc4"
31
+ "gitHead": "22dce752354bb429c84851bc4389abe47a766b1f"
32
32
  }