@nitro-bolt/scratchblocks 1.1.1 → 1.1.2
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/build/scratchblocks.min.es.js +2 -2
- package/build/scratchblocks.min.es.js.map +1 -1
- package/build/scratchblocks.min.js +2 -2
- package/build/scratchblocks.min.js.map +1 -1
- package/build/translations-all-es.js +1 -1
- package/build/translations-all.js +1 -1
- package/build/translations-es.js +1 -1
- package/build/translations.js +1 -1
- package/package.json +1 -1
- package/syntax/commands.js +0 -7
package/build/translations-es.js
CHANGED
package/build/translations.js
CHANGED
package/package.json
CHANGED
package/syntax/commands.js
CHANGED
|
@@ -1189,13 +1189,6 @@ export default [
|
|
|
1189
1189
|
shape: "stack",
|
|
1190
1190
|
category: "grey",
|
|
1191
1191
|
},
|
|
1192
|
-
{
|
|
1193
|
-
id: "scratchblocks:addInput",
|
|
1194
|
-
spec: "%1 @addInput",
|
|
1195
|
-
inputs: ["%n"],
|
|
1196
|
-
shape: "ring",
|
|
1197
|
-
category: "grey",
|
|
1198
|
-
},
|
|
1199
1192
|
{
|
|
1200
1193
|
id: "SENSING_USERID",
|
|
1201
1194
|
spec: "user id",
|