@jscad/3mf-serializer 3.0.4-alpha.0 → 3.0.5-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jscad/3mf-serializer",
3
- "version": "3.0.4-alpha.0",
3
+ "version": "3.0.5-alpha.0",
4
4
  "description": "3MF serializer for JSCAD project",
5
5
  "homepage": "https://openjscad.xyz/",
6
6
  "repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -10,9 +10,9 @@
10
10
  "module": "dist/jscad-3mf-serializer.es.js",
11
11
  "scripts": {
12
12
  "build": "rollup --config",
13
- "coverage": "c8 --reporter=html --reporter=text pnpm test",
13
+ "coverage": "c8 --reporter=html --reporter=text npm test",
14
14
  "test": "ava --concurrency 3 --verbose --timeout 40000 './tests/*.test.js'",
15
- "version": "pnpm run build && git add dist"
15
+ "version": "npm run build && git add dist"
16
16
  },
17
17
  "contributors": [
18
18
  {
@@ -32,9 +32,9 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@jscad/array-utils": "3.0.2-alpha.0",
36
- "@jscad/io-utils": "3.0.4-alpha.0",
37
- "@jscad/modeling": "3.0.4-alpha.0",
35
+ "@jscad/array-utils": "3.0.3-alpha.0",
36
+ "@jscad/io-utils": "3.0.5-alpha.0",
37
+ "@jscad/modeling": "3.0.5-alpha.0",
38
38
  "fflate": "^0.8.0",
39
39
  "onml": "^2.0.0"
40
40
  },
@@ -46,5 +46,5 @@
46
46
  "c8": "^10.1.0",
47
47
  "rollup": "^4.52.0"
48
48
  },
49
- "gitHead": "1de52a2b7b6bd31134fd0b72a2842f31ecf8f237"
49
+ "gitHead": "942d9a5eab2f234f2e1c617d5896e0230f353330"
50
50
  }