Skip to content

Commit

Permalink
Build & Update
Browse files Browse the repository at this point in the history
  • Loading branch information
i486magzog committed Oct 15, 2024
1 parent c7c4eae commit bd18c31
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/examples/prebuild/magflip.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
width: 200px !important;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/@magflip/[email protected].29/magflip.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@magflip/[email protected].41/magflip.min.js"></script>
<!-- Use for local test -->
<!-- <script src="../../../packages/minjs/magflip.min.js"></script> -->
<script>
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magflip/core",
"version": "0.5.12",
"version": "0.5.37",
"title": "MagFlip(Magzog's flip book) Core Package",
"description": "Contains core MagFlip objects such as Book, Page, BookShelf, and BookViewer.",
"type": "module",
Expand All @@ -12,6 +12,7 @@
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"css": "./index.css",
"keywords": [
"flip",
"flipbook",
Expand Down Expand Up @@ -44,6 +45,7 @@
"@rollup/plugin-typescript": "^12.1.0",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"ts-loader": "^9.5.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/flipview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magflip/flipview",
"version": "0.5.10",
"version": "0.5.34",
"title": "MagFlip(Magzog's flip book) view plugin, 'flipview' Package",
"description": "One of the core view plugins of MagFlip, displaying the book in a flipping format.",
"type": "module",
Expand All @@ -12,6 +12,7 @@
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"css": "./index.css",
"keywords": [
"flip",
"flipbook",
Expand Down Expand Up @@ -45,7 +46,6 @@
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"ts-jest": "^29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/flipview/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/**/*.ts", "global.d.ts"],
"include": ["./src/**/*.ts"],
"exclude": ["node_modules", "./dist", "./types"]
}
2 changes: 1 addition & 1 deletion packages/minjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magflip/minjs",
"version": "0.5.29",
"version": "0.5.41",
"title": "MagFlip: Magzog's flip book",
"description": "Provides a bundled JavaScript file containing all magFlip-related packages, which can be easily added and used via a <script> tag.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/scrollview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magflip/scrollview",
"version": "0.5.10",
"version": "0.5.11",
"title": "MagFlip(Magzog's flip book) view plugin, 'scrollview' Package",
"description": "One of the core view plugins of MagFlip, displaying the book in a scrolling format.",
"type": "module",
Expand Down

0 comments on commit bd18c31

Please sign in to comment.