@printine/designer 0.1.0 → 0.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.
- package/README.md +0 -13
- package/package.json +1 -10
package/README.md
CHANGED
|
@@ -131,16 +131,3 @@ for integration, including `PrintineDesignerProps`, `DesignerAdapters`,
|
|
|
131
131
|
|
|
132
132
|
`@printine/designer/full-designer` is available for advanced integrations that
|
|
133
133
|
already provide a `PrintineDesigner` runtime.
|
|
134
|
-
|
|
135
|
-
## Development and release checks
|
|
136
|
-
|
|
137
|
-
Run these commands from the package directory:
|
|
138
|
-
|
|
139
|
-
```bash
|
|
140
|
-
npm run typecheck
|
|
141
|
-
npm run build
|
|
142
|
-
npm run test:api
|
|
143
|
-
npm run pack:check
|
|
144
|
-
```
|
|
145
|
-
|
|
146
|
-
`npm publish` runs the build and API smoke test through `prepublishOnly`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@printine/designer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "React online product designer with Fabric canvas and host-owned commerce integrations.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -11,15 +11,6 @@
|
|
|
11
11
|
"fabricjs",
|
|
12
12
|
"react"
|
|
13
13
|
],
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "git+https://github.com/stellarwhale/printine.git",
|
|
17
|
-
"directory": "packages/designer"
|
|
18
|
-
},
|
|
19
|
-
"homepage": "https://github.com/stellarwhale/printine/tree/main/packages/designer#readme",
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/stellarwhale/printine/issues"
|
|
22
|
-
},
|
|
23
14
|
"type": "module",
|
|
24
15
|
"main": "./dist/index.js",
|
|
25
16
|
"module": "./dist/index.js",
|