Procházet zdrojové kódy

Version bump

master
Palash Bansal před 11 měsíci
rodič
revize
6e69b1fef3
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2
    2
      package-lock.json
  2. 2
    2
      package.json

+ 2
- 2
package-lock.json Zobrazit soubor

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.47",
"version": "0.0.48",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.47",
"version": "0.0.48",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz", "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz",

+ 2
- 2
package.json Zobrazit soubor

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.47",
"version": "0.0.48",
"description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.", "description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"docs": "npx typedoc && npm run website:build", "docs": "npx typedoc && npm run website:build",
"docs-plugins": "node scripts/each-plugin.mjs run docs", "docs-plugins": "node scripts/each-plugin.mjs run docs",
"docs-all": "npm run docs && npm run docs-plugins", "docs-all": "npm run docs && npm run docs-plugins",
"build-plugins": "node scripts/each-plugin.mjs install",
"build-plugins": "node scripts/each-plugin.mjs install -p",
"prepare": "npm run build && npm run build-plugins && npm run build-examples", "prepare": "npm run build && npm run build-plugins && npm run build-examples",
"update-version": "node scripts/update-version.mjs", "update-version": "node scripts/update-version.mjs",
"website:dev": "vitepress dev website", "website:dev": "vitepress dev website",

Načítá se…
Zrušit
Uložit