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 +11 -11
- package/.babelrc +0 -3
- package/.browserslistrc +0 -1
- package/dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json +0 -16117
- package/dist/pict.compatible.js +0 -8061
- package/dist/pict.compatible.js.map +0 -1
- package/dist/pict.compatible.min.js +0 -12
- package/dist/pict.compatible.min.js.map +0 -1
- package/dist/pict.js +0 -8060
- package/dist/pict.js.map +0 -1
- package/dist/pict.min.js +0 -12
- package/dist/pict.min.js.map +0 -1
- package/docs/examples/hello_world/.babelrc +0 -6
- package/docs/examples/hello_world/.browserslistrc +0 -1
- package/docs/examples/hello_world/dist/hello_world.min.js +0 -2
- package/docs/examples/hello_world/dist/index.html +0 -13
- /package/docs/{cover.md → _cover.md} +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pict",
|
|
3
|
-
"version": "1.0.
|
|
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
|
|
9
|
-
"tests": "npx
|
|
10
|
-
"coverage": "npx
|
|
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.
|
|
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.
|
|
59
|
-
"fable": "^3.1.
|
|
60
|
-
"pict-application": "^1.0.
|
|
61
|
-
"pict-provider": "^1.0.
|
|
62
|
-
"pict-template": "^1.0.
|
|
63
|
-
"pict-view": "^1.0.
|
|
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
package/.browserslistrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
> 0.01%
|