protosprite-geom 0.2.4 → 0.2.5
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fileDesc, messageDesc } from '@bufbuild/protobuf/codegenv2';
|
|
2
2
|
|
|
3
|
-
// @generated by protoc-gen-es v2.
|
|
3
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,json_types=true"
|
|
4
4
|
// @generated from file sprite_geometry.proto (package protosprite, syntax proto3)
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
/**
|
package/dist/src/core/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { create } from '@bufbuild/protobuf';
|
|
2
|
-
import {
|
|
2
|
+
import { CompositeFrameGeometrySchema, ConvexDecompositionSchema, FrameGeometrySchema, FrameLayerGeometrySchema, IndexedPolygonSchema, PolygonSchema, ShapePoolEntrySchema, SpriteGeometrySchema, SpriteGeometryEntrySchema, Vec2Schema } from '../../proto_dist/sprite_geometry_pb.js';
|
|
3
3
|
|
|
4
4
|
class Vec2Data {
|
|
5
5
|
x = 0;
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,json_types=true"
|
|
2
2
|
// @generated from file sprite_geometry.proto (package protosprite, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|