pict 1.0.354 → 1.0.355

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,13 +1,13 @@
1
1
  {
2
2
  "name": "pict",
3
- "version": "1.0.354",
3
+ "version": "1.0.355",
4
4
  "description": "Pict browser library.",
5
5
  "main": "source/Pict.js",
6
6
  "scripts": {
7
7
  "start": "node source/Pict.js",
8
- "test": "npx mocha -u tdd -R spec",
9
- "tests": "npx mocha -u tdd --exit -R spec --grep",
10
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
8
+ "test": "npx quack test",
9
+ "tests": "npx quack test -g",
10
+ "coverage": "npx quack coverage",
11
11
  "build": "npx quack build",
12
12
  "docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t pict-image:local",
13
13
  "docker-dev-run": "docker run -it -d --name pict-dev -p 37447:8080 -p 19506:8086 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/pict\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" pict-image:local",
@@ -50,16 +50,16 @@
50
50
  "@types/sinon": "^17.0.4",
51
51
  "eslint": "^9.39.1",
52
52
  "globals": "^16.5.0",
53
- "quackage": "^1.0.56",
53
+ "quackage": "^1.0.58",
54
54
  "sinon": "^20.0.0",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "dependencies": {
58
- "cachetrax": "^1.0.5",
59
- "fable": "^3.1.62",
60
- "pict-application": "^1.0.32",
61
- "pict-provider": "^1.0.11",
62
- "pict-template": "^1.0.14",
63
- "pict-view": "^1.0.66"
58
+ "cachetrax": "^1.0.6",
59
+ "fable": "^3.1.63",
60
+ "pict-application": "^1.0.33",
61
+ "pict-provider": "^1.0.12",
62
+ "pict-template": "^1.0.15",
63
+ "pict-view": "^1.0.67"
64
64
  }
65
65
  }
package/.babelrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "presets": ["@babel/preset-env"]
3
- }
package/.browserslistrc DELETED
@@ -1 +0,0 @@
1
- > 0.01%