@bscotch/yy 1.0.2 → 2.1.0
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/LICENSE.md +1 -1
- package/dist/Yy.d.ts +192 -96
- package/dist/Yy.d.ts.map +1 -1
- package/dist/Yy.js +2 -1
- package/dist/Yy.js.map +1 -1
- package/dist/Yy.parse.d.ts.map +1 -1
- package/dist/Yy.parse.js +0 -10
- package/dist/Yy.parse.js.map +1 -1
- package/dist/Yy.stringify.d.ts.map +1 -1
- package/dist/Yy.stringify.js +39 -52
- package/dist/Yy.stringify.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/YyBase.d.ts +1 -1
- package/dist/types/YyObject.d.ts +4 -4
- package/dist/types/YyRoom.d.ts +37 -37
- package/dist/types/YyRoom.js +3 -3
- package/dist/types/YyRoom.js.map +1 -1
- package/dist/types/YyScript.d.ts +4 -4
- package/dist/types/YyShader.d.ts +58 -0
- package/dist/types/YyShader.d.ts.map +1 -0
- package/dist/types/YyShader.js +10 -0
- package/dist/types/YyShader.js.map +1 -0
- package/dist/types/YySound.d.ts +4 -4
- package/dist/types/YySprite.d.ts +93 -93
- package/dist/types/YySprite.lib.d.ts +1 -1
- package/dist/types/utility.d.ts.map +1 -1
- package/dist/types/utility.js +7 -4
- package/dist/types/utility.js.map +1 -1
- package/package.json +1 -1
package/LICENSE.md
CHANGED
|
@@ -10,7 +10,7 @@ This is the root-most `LICENSE` file, and therefore dictates the default licensi
|
|
|
10
10
|
|
|
11
11
|
## Stitch name and logo
|
|
12
12
|
|
|
13
|
-

|
|
14
14
|
|
|
15
15
|
Stitch™ and its logo are trademarks of Bscotch. Bscotch reserves all rights to Stitch and its logo.
|
|
16
16
|
|